BIND 10 bind10-20120927-release, updated. 3977b1b495721fce00c8efb6bee1761885ed71ee [bind10-20120927-release] update version

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 27 12:21:33 UTC 2012


The branch, bind10-20120927-release has been updated
       via  3977b1b495721fce00c8efb6bee1761885ed71ee (commit)
       via  0c1e076cc248c2d2e027666cb47e24645ae72860 (commit)
      from  354ae8184c3927c7afa0aef59297d1d03561d640 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3977b1b495721fce00c8efb6bee1761885ed71ee
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Sep 27 07:21:20 2012 -0500

    [bind10-20120927-release] update version

commit 0c1e076cc248c2d2e027666cb47e24645ae72860
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Sep 27 07:20:06 2012 -0500

    [bind10-20120927-release][master] update changelog
    
    add entry from marcin
    
    improve some

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |   16 +++++++++++++---
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 84d4378..07d6ec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+bind10-devel-20120927 released on September 27, 2012
+
+483.	[func]		marcin
+	libdhcp++: Added new parameter to define sub-second timeout
+	for DHCP packet reception. The total timeout is now specified
+	by two parameters:  first specifies integral number of
+	seconds, second (which defaults to 0) specifies fractional
+	seconds with microsecond resolution.
+	(Trac #2231, git 15560cac16e4c52129322e3cb1787e0f47cf7850)
+
 482.	[func]		team
 	Memory footprint of the in-memory data source has been
 	substantially improved.  For example, b10-auth now requires much
@@ -9,7 +19,7 @@
 	of the memory image.  Also, loading zones in memory still suspends
 	query processing, so manual reloading or reloading after incoming
 	transfer may cause service disruption for huge zones.
-	(Multiple Trac tickets)
+	(Multiple Trac tickets, Summarized in Trac #2101)
 
 481.	[bug]		vorner
 	The abbreviated form of IP addresses in ACLs is accepted
@@ -45,10 +55,10 @@
 	(Trac #2190, git e0ffa11d49ab949ee5a4ffe7682b0e6906667baa)
 
 476.	[bug]		vorner
-	The XfrIn now accepts transfers with some TSIG signatures omitted, as
+	The Xfrin now accepts transfers with some TSIG signatures omitted, as
 	allowed per RFC2845, section 4.4. This solves a compatibility
 	issues with Knot and NSD.
-	(Trac #1375, git 7ca65cb9ec528118f370142d7e7b792fcc31c9cf)
+	(Trac #1357, git 7ca65cb9ec528118f370142d7e7b792fcc31c9cf)
 
 475.	[func]		naokikambe
 	Added Xfrout statistics counters: notifyoutv4, notifyoutv6,
diff --git a/configure.ac b/configure.ac
index b064480..83c0aea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT(bind10-devel, 20120817, bind10-dev at isc.org)
+AC_INIT(bind10-devel, 20120927, bind10-dev at isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])dnl be backward compatible



More information about the bind10-changes mailing list