BIND 10 bind10-1.2-release, updated. 980714458623d7dcc1fedf8590cc65122d52ec1b [bind10-1.2-release][master] add asterisk to few entries

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


The branch, bind10-1.2-release has been updated
       via  980714458623d7dcc1fedf8590cc65122d52ec1b (commit)
       via  effff1d68e3cb42955d68b4f3899dadd048a7aac (commit)
       via  ab4ff0f6c7a39a4aaccd3013342fb3430c9a133e (commit)
       via  893629016042cd131f5ee8b35a372c38f2a6c209 (commit)
      from  61168dad0a910c99aacaed8038bab66f6d4fb9d0 (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 980714458623d7dcc1fedf8590cc65122d52ec1b
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 09:30:44 2014 -0600

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

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

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

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

    [bind10-1.2-release][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 893629016042cd131f5ee8b35a372c38f2a6c209
Author: Jeremy C. Reed <jreed at isc.org>
Date:   Wed Mar 5 09:04:49 2014 -0600

    [bind10-1.2-release][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