Internet Systems Consortium DHCP Distribution
- Version 3.0.2rc1
+ Version 3.0.2rc2
October 12, 2004
README FILE
RELEASE STATUS
-This is the first beta release of ISC DHCP 3.0 maintenance release 2
-(ISC DHCP 3.0.2). This release seeks only to fix bugs present in
-versions 3.0.1 and earlier. No new features have or will be added
-in subsequent beta or release candidates of this release.
+This is the second release candidate of ISC DHCP 3.0.2. This is a
+maintenance release which seeks only to fix bugs present in versions
+3.0.1 and earlier. No new features have or will be added in subsequent
+release candidates of this release.
In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later,
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- zcat dhcp-3.0.2b1.tar.gz |tar xvf -
+ zcat dhcp-3.0.2rc2.tar.gz |tar xvf -
On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.
CONFIGURING IT
-Now, cd to the dhcp-3.0.2b1 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.2rc2 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 3.0.2rc1
+ Version 3.0.2rc2
October 12, 2004
Release Notes
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.2rc1
+
+- allocate_lease() was rewritten to repair a bug in which the server would
+ try to allocate an ABANDONED lease when FREE leases were available.
+
Changes since 3.0.2b1
- Some dhcp-eval.5 manpage formatting was repaired.