]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version tags and copyrights for 4.2.3
authorShawn Routhier <sar@isc.org>
Fri, 14 Oct 2011 20:24:26 +0000 (20:24 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 14 Oct 2011 20:24:26 +0000 (20:24 +0000)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index 43e2a4c48c8921f1208d5f2ebaff74f6b7847037..f48d8b5af113d1b618cef0210559a489ef16206d 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.3rc1
-                             5 October 2011
+                             Version 4.2.3
+                            18 October 2011
 
                              README FILE
 
@@ -97,8 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.3rc1, the first release candidate for
-a maintenance release containing patches.
+This is ISC DHCP 4.2.3, 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
@@ -133,12 +132,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.3rc1.tar.gz
-       tar xvf dhcp-4.2.3rc1.tar
+       gunzip dhcp-4.2.3.tar.gz
+       tar xvf dhcp-4.2.3.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.3rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.3 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 814f14e3118d6b4c7e2008f24ce9e8797730387a..ab5b76b685ddd021fccb7867b44f90ca3afa4d3e 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.3rc1
-                             5 October 2011
+                             Version 4.2.3
+                            18 October 2011
 
                              Release Notes
 
index 43a050d178f7000f7821d71114e231c0416f30f7..3ed50de31cdab4ec0bf14e1f72d1a49c03aca970 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.3rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.3], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index a1491f816bc600f018f776da9625989b94e0b94a..5005ab2827aa3b188414888fd807bdd44aff5db6 100644 (file)
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: bind.sh,v 1.6.2.18 2011/10/05 00:50:39 sar Exp $
+# $Id: bind.sh,v 1.6.2.19 2011/10/14 20:24:26 sar Exp $
 
 # Get the bind distribution for the libraries
 # This script is used to build the DHCP distribution and shouldn't be shipped
@@ -45,7 +45,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.2.3rc1) BINDTAG=v9_8_1 ;;
+       4.2.3rc1|4.2.3) BINDTAG=v9_8_1 ;;
        4.2.2rc1|4.2.2) BINDTAG=v9_8_0_P4 ;;
        4.2.1|4.2.1-P1|4.2.2b1) BINDTAG=v9_8_0 ;;
        4.2.1rc1) BINDTAG=v9_8_0rc1 ;;