]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Version to 4.1.0 final.
authorDavid Hankins <dhankins@isc.org>
Fri, 5 Dec 2008 20:14:12 +0000 (20:14 +0000)
committerDavid Hankins <dhankins@isc.org>
Fri, 5 Dec 2008 20:14:12 +0000 (20:14 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index b3858444fe9242a0bb4ee529b493bda53aee1a0c..66df74b6adc8f501c1c92db410c749518984eadd 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.1.0rc1
-                           19 November 2008
+                             Version 4.1.0
+                            5 December 2008
 
                              README FILE
 
@@ -94,8 +94,8 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is the first RELEASE CANDIDATE of ISC DHCP 4.1.0, which adds new
-DHCPv6 features omitted from ISC DHCP 4.0.0.
+This is ISC DHCP 4.1.0, which adds new DHCPv6 features omitted from
+ISC DHCP 4.0.0.
 
 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 +131,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.1.0rc1.tar.gz
-       tar xvf dhcp-4.1.0rc1.tar
+       gunzip dhcp-4.1.0.tar.gz
+       tar xvf dhcp-4.1.0.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.1.0rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1.0 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 53474897079da7efd7f8a25ef5d9ffe67cf035a1..72859b9f42f70b903d483cae82da859969194b44 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,10 +1,10 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 4.1.0rc1
-                           19 November 2008
+                             Version 4.1.0
+                            5 December 2008
 
-                            Release Notes
+                             Release Notes
 
-                            NEW FEATURES
+                             NEW FEATURES
 
 ISC DHCP 4.1.x includes several new DHCPv6 features that were not included
 in DHCP 4.0.x.  These include:
index 29a6899f9430fb5063d0c2b673a9ec098e5bbd7c..781300c14f6679a5266e957861c684f4c349f740 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1.0rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1.0], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such