]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and dates for 4.2.4 release.
authorShawn Routhier <sar@isc.org>
Thu, 24 May 2012 18:25:50 +0000 (18:25 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 24 May 2012 18:25:50 +0000 (18:25 +0000)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index 30cf33984d44b99f9d72e2d18af684b2aa9a7eff..85b4f0904934a5b7a273846cb25ae28e102c02f0 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.4rc2
-                               21 May 2012
+                              Version 4.2.4
+                               29 May 2012
 
                                README FILE
 
@@ -97,8 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.4rc2, a release candidate of a maintenance release
-containing patches.
+This is ISC DHCP 4.2.4, 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.4rc2.tar.gz
-       tar xvf dhcp-4.2.4rc2.tar
+       gunzip dhcp-4.2.4.tar.gz
+       tar xvf dhcp-4.2.4.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.4rc2 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.4 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 3c77964f6ad0382dc3235bf576117c39ddb49e13..18133167ee43d088774358d1dde47fa968c5573e 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,10 +1,10 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.4rc2
-                              21 May 2012
+                             Version 4.2.4
+                              29 May 2012
 
-                              Release Notes
+                             Release Notes
 
-                              NEW FEATURES
+                             NEW FEATURES
 
 ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
 These include:
index dc2d7ecd13df2bbc6f3f27497f060ca24746d947..fffb2a3e54360e76b674e33e9b56c7bec6eee854 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.4rc2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.4], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index 1b9c9073edf1c20c12cc10896da141264113e69f..17a5b6a5423c497c9bfc44a9a9f9e889c036f539 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.27 2012/05/17 18:59:46 sar Exp $
+# $Id: bind.sh,v 1.6.2.28 2012/05/24 18:25:50 sar Exp $
 
 # Get the bind distribution for the libraries
 # This script is used to build the DHCP distribution and shouldn't be shipped
@@ -55,7 +55,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.2.4rc2) BINDTAG=v9_8_3 ;;
+       4.2.4rc2|4.2.4) BINDTAG=v9_8_3 ;;
        4.2.4b1|4.2.4rc1) BINDTAG=v9_8_2 ;;
        4.2.3-P1|4.2.3-P2) BINDTAG=v9_8_1_P1 ;;
        4.2.3rc1|4.2.3) BINDTAG=v9_8_1 ;;