From 9985a13d59fe8010535d3782d7b7460b714f1f2b Mon Sep 17 00:00:00 2001 From: David Hankins Date: Sat, 10 Jul 2010 03:25:25 +0000 Subject: [PATCH] - Version to 4.2.0 final. - A few typos in RELNOTES I had not noticed until now. --- README | 13 ++++++------- RELNOTES | 9 ++++----- configure.ac | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README b/README index 54c665fe9..424b39270 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.0rc1 - 25 June 2010 + Version 4.2.0 + 9 July 2010 README FILE @@ -94,8 +94,7 @@ directory, it may not have up-to-date information). 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 @@ -131,12 +130,12 @@ information. On Digital Unix, type ``man pfilt''. 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 diff --git a/RELNOTES b/RELNOTES index 0907da164..22975d558 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.0rc1 - 25 June 2010 + Version 4.2.0 + 9 July 2010 Release Notes @@ -9,7 +9,7 @@ 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. @@ -20,7 +20,7 @@ release, which will be addressed in the future: - 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. @@ -47,7 +47,6 @@ work on other platforms. Please report any problems and suggested fixes to [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 diff --git a/configure.ac b/configure.ac index 6c548ea1e..ff832aa6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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 -- 2.47.3