summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2007-07-13 20:32:08 +0000
committerEvan Hunt <each@isc.org>2007-07-13 20:32:08 +0000
commitc10016ae50c5e32b5363d9c52a3c709675fc36b0 (patch)
treea97e6680cd03d96eb12d9b314be2213cc9f6efd7
parent5e1923fa6f47ca0432112e2d365a98e0e292fccd (diff)
downloadisc-dhcp-c10016ae50c5e32b5363d9c52a3c709675fc36b0.tar.gz
Releasing 3.1.0.
-rw-r--r--README12
-rw-r--r--RELNOTES39
-rw-r--r--includes/version.h2
3 files changed, 32 insertions, 21 deletions
diff --git a/README b/README
index 5db60a48..c2e44bf3 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
- Internet Systems Consortium DHCP Distribution
- Version 3.1.0rc2
- July 3, 2007
+ Internet Systems Consortium DHCP Distribution
+ Version 3.1.0
+ July 13, 2007
README FILE
@@ -136,12 +136,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-3.1.0rc2.tar.gz
- tar xvf dhcp-3.1.0rc2.tar
+ gunzip dhcp-3.1.0.tar.gz
+ tar xvf dhcp-3.1.0.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.0rc2 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.0 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 8a2d4889..00219e88 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0rc2
- July 3, 2007
+ Version 3.1.0
+ July 13, 2007
Release Notes
@@ -9,23 +9,34 @@
Version 3.1.x of the ISC DHCP Distribution includes the following major
new features compared to its 3.0.x derivative:
- - Failover protocol 'MAC Address Affinity' to reduce pool churn.
- - Support for the 'reserved' and 'bootp' failover flags, which
- means in lay terms that static allocations can be made to
- clients in which 'on events' can be supported.
- - Several other failover optimizations and changes.
- - Management of class and subclass statements via OMAPI.
- - Many new configuration statement functions.
- - Initial formal support for VIVCO/VIVSO options.
-
-For a full list of new features added in this release, please observe
-the changes list directly following this section.
+ - A significantly enhanced Failover protocol implementation, which:
+ - Implements MAC Address Affinity to reduce the frequency of
+ clients being assigned new IP addresses;
+ - Supports the assignment of failover-protected addresses to
+ legacy BOOTP clients;
+ - Implements a dynamic lease reservation system that provides
+ improved accounting of the use of fixed address assignments,
+ by allocating fixed addresses out of the pool of dynamic
+ leases; and
+ - Further improves tools and reduces operator oversight
+ necessary for maintaining a functioning system.
+ - Support for DHCP Leasequery, and the VIVCO/VIVSO options, which
+ makes easy and comfortable integration with DOCSIS devices and
+ the environment in which they are used.
+ - Management of class and subclass statements via OMAPI.
+ - Several server configuration options related to dynamic DNS
+ behavior
+ - Other new configuration functions, including "execute()",
+ which runs a shell command from within a dhcpd or dhclient
+ configuration file
+
+For a full list of new features added in this release, please see the
+changes list directly following this section.
For information on how to install, configure and run this software,
as well as how to find documentation and report bugs, please consult
the README file.
-
Changes since 3.1.0rc1
- The parse warning that 'deny dyanmic bootp;' must be configured for
diff --git a/includes/version.h b/includes/version.h
index b714a1f4..a5bf2297 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.0rc2"
+#define DHCP_VERSION "V3.1.0"