Internet Systems Consortium DHCP Distribution
- Version 4.2.1rc1
- 21 February 2011
+ Version 4.2.1
+ 28 February 2011
README FILE
RELEASE STATUS
-This is ISC DHCP 4.2.1rc1, a release candiate maintenance release
-containing patches.
+This is ISC DHCP 4.2.1, a maintenance release containing patches.
In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional
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.1rc1.tar.gz
- tar xvf dhcp-4.2.1rc1.tar
+ gunzip dhcp-4.2.1.tar.gz
+ tar xvf dhcp-4.2.1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.1rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.1 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.2.1rc1
- 21 February 2011
+ Version 4.2.1
+ 28 February 2011
Release Notes
work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.
+ Changes since 4.2.1rc1
+
+- None
+
Changes since 4.2.1b1
- Removed the restriction on using IPv6 addresses in IPv4 mode. This
-AC_INIT([DHCP], [4.2.1rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such