Internet Systems Consortium DHCP Distribution
- Version 4.2.4rc1
- 19 April 2012
+ Version 4.2.4rc2
+ 21 May 2012
- README FILE
+ README FILE
You should read this file carefully before trying to install or use
the ISC DHCP Distribution.
RELEASE STATUS
-This is ISC DHCP 4.2.4rc1, a release candidate of a maintenance release
+This is ISC DHCP 4.2.4rc2, a release candidate of a maintenance release
containing patches.
In this release, the DHCPv6 server should be fully functional on Linux,
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.4rc1.tar.gz
- tar xvf dhcp-4.2.4rc1.tar
+ gunzip dhcp-4.2.4rc2.tar.gz
+ tar xvf dhcp-4.2.4rc2.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.4rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.4rc2 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.2.4rc1
- 19 April 2012
+ Version 4.2.4rc2
+ 21 May 2012
- Release Notes
+ Release Notes
- NEW FEATURES
+ NEW FEATURES
ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
These include:
work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.
- Changes since 4.2.4brc1
+ Changes since 4.2.4rc1
- Rotate the lease file when running in v6 mode.
Thanks to Christoph Moench-Tegeder at Astaro for the
-AC_INIT([DHCP], [4.2.4rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.4rc2], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such