diff --git a/ChangeLog b/ChangeLog index 00b214c..10efbe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ +2009-02-07 David Blacka + + * SignUtils: Make sure to use the SOA minimum value for NSEC TTLs, + instead of the ttl of the "node". + 2009-02-04 David Blacka * update to dnsjava-2.0.1-vrsn-4 (updated typecodes for NSEC3/NSEC3PARAM). - + * SignUtils: use JDK-native SHA-256 code instead of broken contributed implementation.