Update vesion stamps, copyright dates and the bind version to use.
Internet Systems Consortium DHCP Distribution
- Version 4.3.0-Pre-Beta
- XX Month 2013
+ Version 4.3.0a1
+ 17 December 2013
README FILE
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
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
Internet Systems Consortium DHCP Distribution
- Version 4.3.0-Pre-Beta
- XX Month 2013
+ Version 4.3.0a1
+ 17 December 2013
Release Notes
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/";
-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
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";
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
*/
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 [] =
### 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 ;;