Increment version for a release.

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@249 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
David Blacka 2011-02-14 22:21:06 +00:00
parent fc05dc3c92
commit 3e34f13a28
2 changed files with 28 additions and 23 deletions

View File

@ -1,4 +1,8 @@
2011-02-12 David Blacka <davidb@verisignlabs.com> 2011-02-14 David Blacka <davidb@verisign.com>
* Released version 0.10.1.
2011-02-12 David Blacka <davidb@verisign.com>
* Use Java 1.5 generic types when possible. DNSJava itself still * Use Java 1.5 generic types when possible. DNSJava itself still
doesn't use them, so we have to suppress warnings when we use doesn't use them, so we have to suppress warnings when we use
@ -8,7 +12,7 @@
base class has been created to eliminate much of the duplicated base class has been created to eliminate much of the duplicated
code. code.
2011-02-09 Blacka <davidb@verisignlabs.com> 2011-02-09 David Blacka <davidb@verisign.com>
* Enable reading and writing from stdin/stdout for most tools. To * Enable reading and writing from stdin/stdout for most tools. To
do this, use '-' as the zonefile name. do this, use '-' as the zonefile name.
@ -17,12 +21,13 @@
That is, these tools will output each RR on a single line by That is, these tools will output each RR on a single line by
default, adding -m will restore the prior behavior. default, adding -m will restore the prior behavior.
2011-02-08 Blacka <davidb@verisignlabs.com> 2011-02-08 David Blacka <davidb@verisign.com>
* Minor cleanups to usage statement printing across most of the tools. * Minor cleanups to usage statement printing across most of the tools.
2011-02-03 Blacka <davidb@verisignlabs.com> 2011-02-03 David Blacka <davidb@verisign.com>
* Released version 0.10
* jdnssec-keygen: update the default algorithm to 8 (instead of 5). * jdnssec-keygen: update the default algorithm to 8 (instead of 5).
* Update logging across all command line tools to use a consistent * Update logging across all command line tools to use a consistent
'-v' option, and consistent, simpler log formatting. '-v' option, and consistent, simpler log formatting.
@ -30,31 +35,31 @@
but make the default log level WARNING. To see the old logging but make the default log level WARNING. To see the old logging
behavior, use -v 4. behavior, use -v 4.
2011-02-02 Blacka <davidb@verisignlabs.com> 2011-02-02 David Blacka <davidb@verisign.com>
* DnsKeyConverter: support the new BIND 9.7 private key format, * DnsKeyConverter: support the new BIND 9.7 private key format,
which only entails recognizing the new version string, since the which only entails recognizing the new version string, since the
new format is a superset of the old format. new format is a superset of the old format.
2011-01-11 Blacka <davidb@verisignlabs.com> 2011-01-11 David Blacka <davidb@verisign.com>
* jdnssec-zoneformat: add a -m option for formatting as * jdnssec-zoneformat: add a -m option for formatting as
multiline. Add a -N option for determining the original multiline. Add a -N option for determining the original
ownernames for NSEC3 signed zones. ownernames for NSEC3 signed zones.
2010-12-14 Blacka <davidb@verisignlabs.com> 2010-12-14 David Blacka <davidb@verisign.com>
* jdnssec-verifyzone: Add options to either fudge or ignore RRSIG * jdnssec-verifyzone: Add options to either fudge or ignore RRSIG
inception and expiration times. inception and expiration times.
2010-12-06 David Blacka <davidb@verisignlabs.com> 2010-12-06 David Blacka <davidb@verisign.com>
* jdnssec-verifyzone: Complete refactored the verification code to * jdnssec-verifyzone: Complete refactored the verification code to
more comprehensively check a zone for DNSSEC validity. Instead of more comprehensively check a zone for DNSSEC validity. Instead of
just verifying signatures, it will also check to see if the NSEC just verifying signatures, it will also check to see if the NSEC
or NSEC3 chains are valid. or NSEC3 chains are valid.
2010-12-05 David Blacka <davidb@verisignlabs.com> 2010-12-05 David Blacka <davidb@verisign.com>
* jdnssec-signzone: Fix a bug that would incorrectly handle * jdnssec-signzone: Fix a bug that would incorrectly handle
delgations below delegations (those should be ignored.) delgations below delegations (those should be ignored.)
@ -76,29 +81,29 @@
Unfortunately, also a lot of rewrapping and whitespace changes due Unfortunately, also a lot of rewrapping and whitespace changes due
to Eclipse. Sigh. to Eclipse. Sigh.
2010-01-14 David Blacka <davidb@verisignlabs.com> 2010-01-14 David Blacka <davidb@verisign.com>
* Released version 0.9.6 * Released version 0.9.6
2010-01-09 David Blacka <davidb@verisignlabs.com> 2010-01-09 David Blacka <davidb@verisign.com>
* Upgrade to DNSJava 2.0.8 (plus a few local changes). 2.0.8 * Upgrade to DNSJava 2.0.8 (plus a few local changes). 2.0.8
fixes a major bug in typemap wire conversion. fixes a major bug in typemap wire conversion.
2009-11-02 David Blacka <davidb@verisignlabs.com> 2009-11-02 David Blacka <davidb@verisign.com>
* Released version 0.9.5 * Released version 0.9.5
2009-11-01 David Blacka <davidb@verisignlabs.com> 2009-11-01 David Blacka <davidb@verisign.com>
* Upgrade to DNSJava 2.0.7 (plus a few local changes). * Upgrade to DNSJava 2.0.7 (plus a few local changes).
* DnsKeyAlogorithm: change the RSASHA512 number to 10. * DnsKeyAlogorithm: change the RSASHA512 number to 10.
2009-08-23 David Blacka <davidb@verisignlabs.com> 2009-08-23 David Blacka <davidb@verisign.com>
* Released version 0.9.4 * Released version 0.9.4
2009-07-15 David Blacka <davidb@verisignlabs.com> 2009-07-15 David Blacka <davidb@verisign.com>
* SignUtils: Fix major issue where the code that generates that * SignUtils: Fix major issue where the code that generates that
canonical RRset given signature data wasn't obeying the "Orig TTL" canonical RRset given signature data wasn't obeying the "Orig TTL"
@ -108,7 +113,7 @@
* VerifyZone: Fix bug where the whole-zone security status was * VerifyZone: Fix bug where the whole-zone security status was
still wrong: unsigned RRsets shouldn't make the zone Bogus. still wrong: unsigned RRsets shouldn't make the zone Bogus.
2009-06-12 David Blacka <davidb@verisignlabs.com> 2009-06-12 David Blacka <davidb@verisign.com>
* VerifyZone: Fix bug in verification logic so that RRsets that * VerifyZone: Fix bug in verification logic so that RRsets that
never find a valid signature (i.e., only have signatures by keys never find a valid signature (i.e., only have signatures by keys
@ -122,17 +127,17 @@
adds a minimal DHCIDRecord type. Note that the DNSjava trunk has adds a minimal DHCIDRecord type. Note that the DNSjava trunk has
a different (although functional similar) version of this type. a different (although functional similar) version of this type.
2009-06-09 David Blacka <davidb@verisignlabs.com> 2009-06-09 David Blacka <davidb@verisign.com>
* VerifyZone: Improve the output. * VerifyZone: Improve the output.
* SignKeyset: Add a command line tool for just signing DNSKEY RRsets. * SignKeyset: Add a command line tool for just signing DNSKEY RRsets.
2009-02-10 David Blacka <davidb@verisignlabs.com> 2009-02-10 David Blacka <davidb@verisign.com>
* Released version 0.9.0 * Released version 0.9.0
2009-02-08 David Blacka <davidb@verisignlabs.com> 2009-02-08 David Blacka <davidb@verisign.com>
* KeyGen: make RSA large exponent the default. Make it possible * KeyGen: make RSA large exponent the default. Make it possible
to select small exponent. to select small exponent.
@ -143,7 +148,7 @@
* DnsKeyAlgorithm: use DNSjava constants, BIND 9.6 mnemonics for * DnsKeyAlgorithm: use DNSjava constants, BIND 9.6 mnemonics for
NSEC3 key aliases. NSEC3 key aliases.
2009-02-07 David Blacka <davidb@verisignlabs.com> 2009-02-07 David Blacka <davidb@verisign.com>
* SignZone: add argument for setting the TTL of the NSEC3PARAM * SignZone: add argument for setting the TTL of the NSEC3PARAM
record. This is so we can match current dnssec-signzone record. This is so we can match current dnssec-signzone
@ -156,7 +161,7 @@
* SignUtils: Make sure to use the SOA minimum value for NSEC TTLs, * SignUtils: Make sure to use the SOA minimum value for NSEC TTLs,
instead of the ttl of the "node". instead of the ttl of the "node".
2009-02-04 David Blacka <davidb@verisignlabs.com> 2009-02-04 David Blacka <davidb@verisign.com>
* update to dnsjava-2.0.1-vrsn-4 (updated typecodes for * update to dnsjava-2.0.1-vrsn-4 (updated typecodes for
NSEC3/NSEC3PARAM). NSEC3/NSEC3PARAM).
@ -177,7 +182,7 @@
zone. Specifying any keys at all on the command line will zone. Specifying any keys at all on the command line will
override this behavior. override this behavior.
2009-02-01 David Blacka <davidb@verisignlabs.com> 2009-02-01 David Blacka <davidb@verisign.com>
* DnsKeyAlgorithm: add official aliases from RFC 5155. * DnsKeyAlgorithm: add official aliases from RFC 5155.

View File

@ -1 +1 @@
version=0.10 version=0.10.1