]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- Version to 4.2.0 final.
authorDavid Hankins <dhankins@isc.org>
Sat, 10 Jul 2010 03:25:25 +0000 (03:25 +0000)
committerDavid Hankins <dhankins@isc.org>
Sat, 10 Jul 2010 03:25:25 +0000 (03:25 +0000)
- A few typos in RELNOTES I had not noticed until now.

README
RELNOTES
configure.ac

diff --git a/README b/README
index 54c665fe935d35dc2c1bddad6798884c784a352b..424b392700e14c14cf284977f936445b09ccd8e0 100644 (file)
--- 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
index 0907da164861dea1463aeaa2a8999152a8152804..22975d5584859a834fae5f1fb46acd4673cd56ac 100644 (file)
--- 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
 
index 6c548ea1e1909b264fb26b5e5f3e73e610478763..ff832aa6fb44f86fd7cb31f6ca17a1ac8e00aa27 100644 (file)
@@ -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