BIND 10 master, updated. 8c629e7b50a0dcb8c6669f6985593f4e172300ec [master] add asterisk to few entries

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 5 15:31:18 UTC 2014


The branch, master has been updated
       via  8c629e7b50a0dcb8c6669f6985593f4e172300ec (commit)
       via  37f12e07f6fef8a5394530ec7ca239c9f16a212e (commit)
       via  fa733c2bf31d4b8b86e823a48d1f7d1096f452ae (commit)
       via  5147e60ed0832efb65885ac360983d63d925264a (commit)
      from  f9b05e671183f75b10c6da144fa309a5d1970b9e (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 8c629e7b50a0dcb8c6669f6985593f4e172300ec
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 09:30:44 2014 -0600

    [master] add asterisk to few entries
    
    for a Backward incompatible or operational change.

commit 37f12e07f6fef8a5394530ec7ca239c9f16a212e
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 09:16:50 2014 -0600

    [master] remove "update" from confusing changelog entry 672
    
    It previously looked like a command name.
    suggested via jabber

commit fa733c2bf31d4b8b86e823a48d1f7d1096f452ae
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 09:14:49 2014 -0600

    [master] add classify.h to distfiles and installation
    
    This was noticed when trying to do distcheck build on non-Linux.
    (Our non-Linux automated builder disappeared.)
    I tested this and okayed by muks on jabber.

commit 5147e60ed0832efb65885ac360983d63d925264a
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 09:04:49 2014 -0600

    [master] Trac #2994 is about DHCPv4 server not v6
    
    okayed by muks on jabber

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

Summary of changes:
 ChangeLog                |   19 +++++++++----------
 src/lib/dhcp/Makefile.am |    2 ++
 2 files changed, 11 insertions(+), 10 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 3093415..84076ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -137,7 +137,7 @@ bind10-1.2.0beta1 released on March 6, 2014
 	method has been removed and replaced with several convenience methods.
 	(Trac #1485, git ecdb62db16b3f3d447db4a9d2a4079d5260431f0)
 
-745.	[bug]		muks
+745.	[bug]*		muks
 	b10-auth now returns rcode=REFUSED for all questions with
 	qtype=RRSIG (i.e., where RRSIGs are queried directly). This is
 	because RRSIGs are meaningless without being bundled alongside the
@@ -260,7 +260,7 @@ bind10-1.2.0beta1 released on March 6, 2014
 	RRset::setName() has now been removed.
 	(Trac #2335, git c918027a387da8514acf7e125fd52c8378113662)
 
-726.	[bug]		muks
+726.	[bug]*		muks
 	Don't print trailing newlines in Question::toText() output by
 	default.  This fixes some logging that were split with a line
 	feed.  It is possible to get the old behavior by passing
@@ -416,7 +416,7 @@ bind10-1.2.0beta1 released on March 6, 2014
 	them to b10-dhcp-ddns will be implemented with the future tickets.
 	(Trac #3035, git f617e6af8cdf068320d14626ecbe14a73a6da22)
 
-705.	[bug]		kean
+705.	[bug]*		kean
 	When commands are piped into bindctl, no longer attempt to query the
 	user name and password if no default user name and password file is
 	present, or it contains no valid entries.
@@ -608,12 +608,11 @@ bind10-1.2.0beta1 released on March 6, 2014
 	(Trac #3145, git 3a844e85ecc3067ccd1c01841f4a61366cb278f4)
 
 672.	[func]		tmark
-	Added b10-dhcp-ddnsupdate transaction base class,
-	NameChangeTransaction.  This class provides the common
-	structure and methods to implement the state models described
-	in the DHCP_DDNS design, plus integration with DNSClient
-	and its callback mechanism for asynchronous IO with the
-	DNS servers.
+	Added b10-dhcp-ddns transaction base class, NameChangeTransaction.
+	This class provides the common structure and methods to implement
+	the state models described in the DHCP_DDNS design, plus
+	integration with DNSClient and its callback mechanism for
+	asynchronous IO with the DNS servers.
 	(Trac #3086, git 079b862c9eb21056fdf957e560b8fe7b218441b6)
 
 671.	[func]		dclink, tomek
@@ -782,7 +781,7 @@ bind10-1.2.0beta1 released on March 6, 2014
 
 645.	[func]		tomek
 	Added initial set of hooks (pkt4_receive, subnet4_select,
-	lease4_select, pkt4_send) to the DHCPv6 server.
+	lease4_select, pkt4_send) to the DHCPv4 server.
 	(Trac #2994, git be65cfba939a6a7abd3c93931ce35c33d3e8247b)
 
 644.	[func]		marcin
diff --git a/src/lib/dhcp/Makefile.am b/src/lib/dhcp/Makefile.am
index 2290441..d744cc6 100644
--- a/src/lib/dhcp/Makefile.am
+++ b/src/lib/dhcp/Makefile.am
@@ -14,6 +14,7 @@ CLEANFILES = *.gcno *.gcda
 
 lib_LTLIBRARIES = libb10-dhcp++.la
 libb10_dhcp___la_SOURCES  =
+libb10_dhcp___la_SOURCES += classify.h
 libb10_dhcp___la_SOURCES += dhcp6.h dhcp4.h
 libb10_dhcp___la_SOURCES += duid.cc duid.h
 libb10_dhcp___la_SOURCES += hwaddr.cc hwaddr.h
@@ -69,6 +70,7 @@ EXTRA_DIST  = README libdhcp++.dox
 # written libraries may need access to all libdhcp++ headers.
 libb10_dhcp___includedir = $(pkgincludedir)/dhcp
 libb10_dhcp___include_HEADERS = \
+    classify.h \
     dhcp4.h \
     dhcp6.h \
     duid.h \



More information about the bind10-changes mailing list