Module Name: src
Committed By: christos
Date: Wed Feb 16 03:45:23 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
mention new bind
To generate a diff of this commit:
cvs rdiff -u -r1.811 -r1.812 src/doc/3RDPARTY
cvs rdiff -u -r1.1505 -r1.1506 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/3RDPARTY
diff -u src/doc/3RDPARTY:1.811 src/doc/3RDPARTY:1.812
--- src/doc/3RDPARTY:1.811 Mon Feb 14 13:41:09 2011
+++ src/doc/3RDPARTY Tue Feb 15 22:45:23 2011
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.811 2011/02/14 18:41:09 jruoho Exp $
+# $NetBSD: 3RDPARTY,v 1.812 2011/02/16 03:45:23 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -91,8 +91,8 @@
bc includes dc, both of which are in the NetBSD tree.
Package: bind [named and utils]
-Version: 9.7.2-P3
-Current Vers: 9.7.2-P3
+Version: 9.8.0rc1
+Current Vers: 9.8.0rc1
Maintainer: Paul Vixie <[email protected]>
Archive Site: ftp://ftp.isc.org/isc/bind9/
Home Page: http://www.isc.org/sw/bind/
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1505 src/doc/CHANGES:1.1506
--- src/doc/CHANGES:1.1505 Tue Feb 15 06:21:32 2011
+++ src/doc/CHANGES Tue Feb 15 22:45:23 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1505 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1506 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -856,3 +856,5 @@
need to use fdisk(8) to change the NetBSD partition ids
from 165 (0xA5) to 169 (0xA9). [dholland 20110212]
hp700: Add support for HIL devices. From OpenBSD. [tsutsui 20110215]
+ bind: Update to 9.8.0rc1: Response policy zones (RPZ) and DNS64 support.
+ [christos 20110215]