]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Prepare for 4.3.0a1
authorShawn Routhier <sar@isc.org>
Fri, 13 Dec 2013 21:32:35 +0000 (13:32 -0800)
committerShawn Routhier <sar@isc.org>
Fri, 13 Dec 2013 21:32:35 +0000 (13:32 -0800)
Update vesion stamps, copyright dates and the bind version to use.

README
RELNOTES
client/dhclient.c
configure.ac
relay/dhcrelay.c
server/dhcpd.c
util/bind.sh

diff --git a/README b/README
index cd256c48771bb9a5e3302325ac82b8ef401d8ac2..f321ef1ab520f2c680b30bcc3fa90bba75587952 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                          Version 4.3.0-Pre-Beta
-                             XX Month 2013
+                           Version 4.3.0a1
+                           17 December 2013
 
                              README FILE
 
@@ -98,7 +98,14 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.0, which modifies the DDNS code to be asynchronous.
+This is ISC DHCP 4.3.0.  The major theme for this release is "ipv6 uplift",
+in which we enhance the v6 code to support many of the features found
+in the v4 code.  These include: support for v6, support for on_commit,
+on_expiry and on_release in v6, support for accessing v6 relay options
+and better log messages for v6 addresses.  Non v6 features include:
+support for the standard DDNS, better OMAPI class and sub-class support
+allowing for dynamic addition and removal of sub-classes, and support for
+DDNS without zone statements.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
 Solaris, or any BSD.  The DHCPv6 client should be similarly functional
@@ -133,12 +140,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.2.0.tar.gz
-       tar xvf dhcp-4.2.0.tar
+       gunzip dhcp-4.3.0a1.tar.gz
+       tar xvf dhcp-4.3.0a1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.0 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.0a1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 96b62c683751ed390eb3d1a1c3e9fd2aad4cdaca..d978d9b869f385bccc8ba7c1363f362c6ee675b2 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                          Version 4.3.0-Pre-Beta
-                             XX Month 2013
+                            Version 4.3.0a1
+                            17 December 2013
 
                              Release Notes
 
index 12d4ede402e14759783f306a48dc684e8219aad3..bdb7a59f5960ea776763e1dcdbd883888adca670 100644 (file)
@@ -69,7 +69,7 @@ int std_dhcid = 0;
    assert (state_is == state_shouldbe). */
 #define ASSERT_STATE(state_is, state_shouldbe) {}
 
-static const char copyright[] = "Copyright 2004-2009 Internet Systems Consortium.";
+static const char copyright[] = "Copyright 2004-2013 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Client";
 static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
index 417b240ed479325dd1de21b877dee6cd6ecadc11..3b7f12e3b8f597e98a6856afc5cb9435d2717ffd 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.0-Pre-Beta],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.0a1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index e8cdcf3fcc6454cad1ef34202ddab41e1ed34f42..4465c04f07938f5f24ecca070922598978550b27 100644 (file)
@@ -139,7 +139,7 @@ static int strip_relay_agent_options(struct interface_info *,
                                     struct dhcp_packet *, unsigned);
 
 static const char copyright[] =
-"Copyright 2004-2009 Internet Systems Consortium.";
+"Copyright 2004-2013 Internet Systems Consortium.";
 static const char arr[] = "All rights reserved.";
 static const char message[] =
 "Internet Systems Consortium DHCP Relay Agent";
index cafc77c2a442b5765fb42191ac8464339316a04d..ebf00fd259134b79acfd53c848fd0bc4d5a884bd 100644 (file)
@@ -3,7 +3,7 @@
    DHCP Server Daemon. */
 
 /*
- * Copyright (c) 2004-2011,2013 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2013 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
  */
 
 static const char copyright[] =
-"Copyright 2004-2009 Internet Systems Consortium.";
+"Copyright 2004-2013 Internet Systems Consortium.";
 static const char arr [] = "All rights reserved.";
 static const char message [] = "Internet Systems Consortium DHCP Server";
 static const char url [] =
index e432c3bea64c0f666588a5d958de2555474e49bb..92becd3519f869381fca448ee3e847bc4b554593 100644 (file)
@@ -59,8 +59,8 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.3.0a1) BINDTAG=v9_9 ;;
-       4.2.6b1) BINDTAG=v9_8_6 ;;
+       4.3.0a1) BINDTAG=v9_9_5b1 ;;
+       4.2.6b1) BINDTAG=v9_9_5 ;;
        4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;;
        4.2.4rc2|4.2.4) BINDTAG=v9_8_3 ;;
        4.2.4b1|4.2.4rc1) BINDTAG=v9_8_2 ;;