- A few typos in RELNOTES I had not noticed until now.
Internet Systems Consortium DHCP Distribution
- Version 4.2.0rc1
- 25 June 2010
+ Version 4.2.0
+ 9 July 2010
README FILE
RELEASE STATUS
-This is ISC DHCP 4.2.0rc1, a RELEASE CANDIDATE release containing new
-features.
+This is ISC DHCP 4.2.0, a release containing new features.
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.0rc1.tar.gz
- tar xvf dhcp-4.2.0rc1.tar
+ gunzip dhcp-4.2.0.tar.gz
+ tar xvf dhcp-4.2.0.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.0rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.0 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.2.0rc1
- 25 June 2010
+ Version 4.2.0
+ 9 July 2010
Release Notes
ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
These include:
-Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
+Processing the DHCP to DNS server transactions in an asynchronous fashion.
The DHCP server or client can now continue with it's processing while
awaiting replies from the DNS server.
- DHCPv6 includes human-readable text in status code messages, in
English. A method to reconfigure or support other languages would
- be preferrable.
+ be preferable.
- The "host-identifier" option is limited to a simple token.
[ISC-Bugs #20193] single quotes at the start of a line indicate a control
line to nroff, escape them if we actually want a quote.
[ISC-Bugs #18916] sync the pointer to web pages amongst the different docs
-
Changes since 4.2.0b2
-AC_INIT([DHCP], [4.2.0rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.0], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such