update version to prep for an official release.

This commit is contained in:
David Blacka 2012-07-16 14:20:14 -04:00
parent a45f5d1df7
commit 18df8a8d9e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2012-07-16 David Blacka <davidb@verisign.com>
* Released version 0.12.
* TypeMap: fix the fromBytes() method, which was incorrect and add
a static fromString() method.
* ProtoNSEC3: use TypeMap's toString method, rather than fetching
the array of types and rendering them directly.
2012-05-29 David Blacka <davidb@verisign.com>
* Released version 0.11.

View File

@ -1 +1 @@
version=0.11
version=0.12