update version to prep for an official release.

This commit is contained in:
David Blacka 2012-05-29 13:17:36 -04:00
parent d3e8c4c913
commit efa6dec7f7
3 changed files with 24 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
build
.classpath
.project
.project
jdnssec-tools*.tar.gz
docs

View File

@ -1,3 +1,23 @@
2012-05-29 David Blacka <davidb@verisign.com>
* Released version 0.11.
2012-05-26 David Blacka <davidb@verisign.com>
* Update dnsjava to dnsjava-2.1.3-vrsn-1. Update the code to
adjust for API changes in dnsjava-2.1.x. Highlights:
- no longer use DNSSEC.Failed, DNSSEC.Secure as those constants
are now gone. Instead, any methods returning those constants now
return a boolean, true for DNSSEC.Secure, false for DNSSEC.Failed
or DNSSEC.Insecure.
- No longer use KEYConverter. Instead, uses the new DNSKEYRecord
constructor.
- The NSEC3 digest type is now an int (rather than a byte)
- Algorithm references are now DNSSEC.Algorithm.<alg>
* jdnssec-verifyzone: Add duplicate RR detection (on by default)
and a command line option to disable it.
2011-02-14 David Blacka <davidb@verisign.com>
* Released version 0.10.1.

View File

@ -1 +1 @@
version=0.10.1
version=0.11