]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Pre-release tag prep for 4.3.2rc2: version #, copyright etc..
authorThomas Markwalder <tmark@isc.org>
Mon, 23 Feb 2015 13:42:22 +0000 (08:42 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 23 Feb 2015 13:42:22 +0000 (08:42 -0500)
NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported.
4.3.2rc2 supercedes the initial 4.3.2 attempt.

README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index 765f338c9765293479757754499304e0ca63853f..d302028b4af9930f5542d3f80c7996e80e1a9162 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
              Internet Systems Consortium DHCP Distribution
-                              Version 4.3.2
+                             Version 4.3.2rc2
                              26 February 2015
 
                              README FILE
@@ -141,12 +141,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.3.2.tar.gz
-       tar xvf dhcp-4.3.2.tar
+       gunzip dhcp-4.3.2rc2.tar.gz
+       tar xvf dhcp-4.3.2rc2.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.2 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.2rc2 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 0aed7074e5d4f40a2e05d36dea95aa2c40eb4930..ff5fd8b049898c70e8f8f8b13756e13fc2361104 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,5 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.2
+                            Version 4.3.2rc2
                             26 February 2015
 
                              Release Notes
index ead0bc7740d47a75566af7a331c93c25c42f8a56..989304e6d836c6815a0a3a3ba31f8ba4c08c87ba 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.2],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2rc2],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index d909481afb705e023f51e847c6bddf56f8d292ad..f6b7096a53d7a56accd30482cf1df0b08d93b0d2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2009-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2015  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -59,7 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.3.2) BINDTAG=v9_9_7 ;;
+       4.3.2rc2) BINDTAG=v9_9_7 ;;
        4.3.2rc1) BINDTAG=v9_9_7rc2 ;;
        4.3.2b1) BINDTAG=v9_9_7rc1 ;;
        4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;;