Module Name: src
Committed By: christos
Date: Sun Apr 12 17:32:41 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
explain the changes
To generate a diff of this commit:
cvs rdiff -u -r1.1207 -r1.1208 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1207 src/doc/CHANGES:1.1208
--- src/doc/CHANGES:1.1207 Sun Apr 12 13:28:06 2009
+++ src/doc/CHANGES Sun Apr 12 13:32:41 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1207 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1208 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -168,5 +168,12 @@
[ad 20090329]
cvs: Import 1.12.13 [christos 20090408]
mtree(8): Add -S option to sort entries. [apb 20090408]
- bind: Update to 9.6.1-P1 [christos 20090412]
- libbind: Update to 6.0-rc1 [christos 20090412]
+ bind: Update to 9.6.1-P1. Full NSEC3 support, automatic zone
+ re-signing, new update-policy methods tcp-self and 6to4-self,
+ unbundle libbind, change the default pid file location from
+ /var/run to /var/run/{named,lwresd} for improved chroot/setuid
+ support. [christos 20090412]
+ libbind: Update to 6.0-rc1. Use md5 for randomid instead of
+ sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
+ DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new api functions.
+ [christos 20090412]