2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 14:55:30 +00:00

Updates prior to 3.1.0a1 release.

This commit is contained in:
David Hankins
2006-08-01 21:18:35 +00:00
parent b22de5005c
commit 663e6621c7
3 changed files with 24 additions and 46 deletions

18
README
View File

@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 3.1 - HEAD Version 3.1.0a1
March 3, 2005 August 1, 2006
README FILE README FILE
@@ -92,10 +92,10 @@ directory, it may not have up-to-date information).
RELEASE STATUS RELEASE STATUS
This is a snapshot of the ISC DHCP project's CVS HEAD prior to release This is the first ALPHA quality release of ISC DHCP 3.1.0, a feature
version 3.1.x. This is highly experimental code which has not been release based upon the work present in the 3.0.x development track.
publically released, nor properly tested. It contains a large number of It contains a large number of new features, and with that most likely
new features, and with it most likely many bugs. many new bugs.
In this release, the server and relay agent are currently fully In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later, functional on NetBSD, Linux systems with kernel version 2.2 or later,
@@ -138,12 +138,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-3.1-HEAD.tar.gz gunzip dhcp-3.1.0a1.tar.gz
tar xvf dhcp-3.1-HEAD.tar tar xvf dhcp-3.1.0a1.tar
CONFIGURING IT CONFIGURING IT
Now, cd to the dhcp-3.1-HEAD subdirectory that you've just created and Now, cd to the dhcp-3.1.0a1 subdirectory that you've just created and
configure the source tree by typing: configure the source tree by typing:
./configure ./configure

View File

@@ -1,51 +1,30 @@
Internet Systems Consortium DHCP Distribution Internet Systems Consortium DHCP Distribution
Version 3.1 - HEAD Version 3.1.0a1
March 3, 2005 August 1, 2006
Release Notes Release Notes
NEW FEATURES NEW FEATURES
XXX: Note need for care of ATSFP values when upgrading from 3.0.4+ to Version 3.1.x of the ISC DHCP Distribution includes the following major
3.1.x. new features compared to its 3.0.x derivative:
Version 3 of the ISC DHCP Distribution includes the following features - Failover protocol 'MAC Address Affinity' to reduce pool churn.
that are new since version 2.0: - 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.
- DHCP Failover Protocol support For a full list of new features added in this release, please observe
- OMAPI, an API for accessing and modifying the DHCP server and the changes list directly following this section.
client state.
- Conditional behaviour
- Storing arbitrary information on leases
- Address pools with access control
- Client classing
- Address allocation restriction by class
- Relay agent information option support
- Dynamic DNS updates
- Many bug fixes, performance enhancements, and minor new DHCP
protocol features.
The main bug fixed here is a bug in the subclass allocation code that
could result in a memory smash. Any users of the ISC DHCP server who
are using subclasses should seriously consider upgrading to 3.0.1.
If you are running 3.0 beta 1 and are doing dynamic DNS updates, the
lease file is no longer forward-compatible to 3.0 final. A script
has been provided to convert 3.0b1 lease files. This is in
contrib/3.0b1-lease-convert.
For information on how to install, configure and run this software, For information on how to install, configure and run this software,
as well as how to find documentation and report bugs, please consult as well as how to find documentation and report bugs, please consult
the README file. the README file.
The Dynamic DNS Update support is a descendent of an implementation
done by Lans Carstensen and Brian Dols at Rose-Hulman Institute of
Technology, Jim Watt at Applied Biosystems, Irina Goble at Integrated
Measurement Systems, Igor Sharfmesser at Kazakh Telecom, and Brian
Murrell at BC Tel Advanced Communications. I'd like to express my
thanks to all of these good people here, both for working on the code
and for prodding me into improving it.
Changes since 3.0 (New Features) Changes since 3.0 (New Features)
@@ -67,7 +46,6 @@ and for prodding me into improving it.
one does not already exist on the system. one does not already exist on the system.
- RFC3942 compliance, site-local option spaces start at 224 now, not 128. - RFC3942 compliance, site-local option spaces start at 224 now, not 128.
||| THIS NEEDS TO BE SPELLED OUT IN THE NEW FEATURES LIST |||
- The IO system now tracks all local IP addresses, so that the DHCP - The IO system now tracks all local IP addresses, so that the DHCP
applications (particularly the dhcrelay) can discern between what frames applications (particularly the dhcrelay) can discern between what frames

View File

@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */ /* Current version of ISC DHCP Distribution. */
#define DHCP_VERSION "V3.1-pre" #define DHCP_VERSION "V3.1.0a1"