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

diff --git a/README b/README
index a200edcd568d2c3f5f2a7e18882b6ac53cb306a7..fdb41909376a4d8a89e9d6c34dc4fc7b29900025 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.3.2b1
-                             05 February 2015
+                             Version 4.3.2rc1
+                             19 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.2b1.tar.gz
-       tar xvf dhcp-4.3.2b1.tar
+       gunzip dhcp-4.3.2rc1.tar.gz
+       tar xvf dhcp-4.3.2rc1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.3.2b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.2rc1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index eb868d62bcc1640e37a8edcea57786677e8b9752..9500ff2192a21f235ac1d6a45ba37bf7096b52f9 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.3.2b1
-                            05 February 2015
+                            Version 4.3.2rc1
+                            19 February 2015
 
                              Release Notes
 
index 12bd2be004f1af7d27c9d52e526125b5187c7729..9e65b1fd0a8d0a81295320649ef9f8a2a9366ddc 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.2b1],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2rc1],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 6ac68b5d346aef44a004e519359698858fc9dfdc..c3361a8b85c2052feb288b4f1a471cd29b999b61 100644 (file)
@@ -59,6 +59,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
+       4.3.2rc1) BINDTAG=v9_9_7rc2 ;;
        4.3.2b1) BINDTAG=v9_9_7rc1 ;;
        4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;;
        4.3.1b1|4.3.1rc1|4.3.1) BINDTAG=v9_9_5_P1 ;;