From efa6dec7f7d6688372dea6b4652956c2ef9cae9c Mon Sep 17 00:00:00 2001 From: David Blacka Date: Tue, 29 May 2012 13:17:36 -0400 Subject: [PATCH] update version to prep for an official release. --- .gitignore | 4 +++- ChangeLog | 20 ++++++++++++++++++++ VERSION | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c55b69..bda8615 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build .classpath -.project \ No newline at end of file +.project +jdnssec-tools*.tar.gz +docs diff --git a/ChangeLog b/ChangeLog index 84decb1..8a618fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2012-05-29 David Blacka + + * Released version 0.11. + +2012-05-26 David Blacka + + * 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. + + * jdnssec-verifyzone: Add duplicate RR detection (on by default) + and a command line option to disable it. + 2011-02-14 David Blacka * Released version 0.10.1. diff --git a/VERSION b/VERSION index c1bf17f..8988b26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=0.10.1 +version=0.11