-# Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
# Copyright (c) 1995-2003 by Internet Software Consortium
#
# Permission to use, copy, modify, and distribute this software for any
Internet Systems Consortium DHCP Distribution
- Version 4.3.0a1
- 17 December 2013
+ Version 4.3.0b1
+ 20 January 2014
README FILE
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.3.0a1.tar.gz
- tar xvf dhcp-4.3.0a1.tar
+ gunzip dhcp-4.3.0b1.tar.gz
+ tar xvf dhcp-4.3.0b1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.0a1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.0b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.3.0a1
- 17 December 2013
+ Version 4.3.0b1
+ 20 January 2014
Release Notes
NEW FEATURES
-ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
-These include:
+The major "theme" for ISC DHCP 4.3.x was to update the support for
+DHCPv6 to include several of the features that have been available
+for DHCPv4. These include:
-Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
-The DHCP server or client can now continue with its processing while
-awaiting replies from the DNS server.
+- Support the use of classes
+
+- Support for on_commit, on_expiry and on_release statements
+
+- Better logging of address assignements
+
+- Support for using DHCPv6 relay options in expressions
+
+This release also adds suppport for the standard DDNS as described in the
+current RFCs as well as enhancing support for dynamically adding and removing
+subclasses via OMAPI.
There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future:
DHCP Client. */
/*
- * Copyright (c) 2004-2013 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
assert (state_is == state_shouldbe). */
#define ASSERT_STATE(state_is, state_shouldbe) {}
-static const char copyright[] = "Copyright 2004-2013 Internet Systems Consortium.";
+static const char copyright[] = "Copyright 2004-2014 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.0a1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.0b1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
DHCP/BOOTP Relay Agent. */
/*
- * Copyright(c) 2004-2013 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2014 by Internet Systems Consortium, Inc.("ISC")
* Copyright(c) 1997-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
struct dhcp_packet *, unsigned);
static const char copyright[] =
-"Copyright 2004-2013 Internet Systems Consortium.";
+"Copyright 2004-2014 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-2013 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2014 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-2013 Internet Systems Consortium.";
+"Copyright 2004-2014 Internet Systems Consortium.";
static const char arr [] = "All rights reserved.";
static const char message [] = "Internet Systems Consortium DHCP Server";
static const char url [] =
#!/bin/sh
#
-# Copyright (C) 2009-2013 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2014 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.3.0b1) BINDTAG=v9_9_5rc1 ;;
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 ;;