diff --git a/ChangeLog b/ChangeLog index 8a618fc..0285fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-07-16 David Blacka + + * 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 * Released version 0.11. diff --git a/VERSION b/VERSION index 8988b26..df48a53 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=0.11 +version=0.12