]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Pre-release tag prep for 4.3.2: version #, copyright etc...
authorThomas Markwalder <tmark@isc.org>
Thu, 26 Feb 2015 20:08:45 +0000 (15:08 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 26 Feb 2015 20:08:45 +0000 (15:08 -0500)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index d302028b4af9930f5542d3f80c7996e80e1a9162..1ff685cfbcab1a1e24eebc9d1a6f3915a97fdc9a 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.2rc2
-                             26 February 2015
+                             Version 4.3.2
+                             05 March 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.2rc2.tar.gz
-       tar xvf dhcp-4.3.2rc2.tar
+       gunzip dhcp-4.3.2.tar.gz
+       tar xvf dhcp-4.3.2.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.2rc2 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.2 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index ff5fd8b049898c70e8f8f8b13756e13fc2361104..1cc618b6feae39557c2b60b78b860ff91ee321fa 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,10 +1,10 @@
-             Internet Systems Consortium DHCP Distribution
-                            Version 4.3.2rc2
-                            26 February 2015
+                Internet Systems Consortium DHCP Distribution
+                             Version 4.3.2
+                             05 March 2015
 
-                             Release Notes
+                             Release Notes
 
-                             NEW FEATURES
+                              NEW FEATURES
 
 The major "theme" for ISC DHCP 4.3.x was to update the support for
 DHCPv6 to include several of the features that have been available
index 989304e6d836c6815a0a3a3ba31f8ba4c08c87ba..ead0bc7740d47a75566af7a331c93c25c42f8a56 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.2rc2],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index f6b7096a53d7a56accd30482cf1df0b08d93b0d2..c03639f5766f5956910995da652dde01aab8fb09 100644 (file)
@@ -59,7 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.3.2rc2) BINDTAG=v9_9_7 ;;
+       4.3.2|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 ;;