From 8d65894d16e9d0e977646d389972e4be52a7d9ef Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Thu, 19 Feb 2015 16:21:51 -0500 Subject: [PATCH] [master] Pre-release tag prep for 4.3.2: version #, copyright etc.. --- README | 10 +++++----- RELNOTES | 4 ++-- configure.ac | 2 +- util/bind.sh | 1 + 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README b/README index fdb41909..765f338c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.2rc1 - 19 February 2015 + Version 4.3.2 + 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.2rc1.tar.gz - tar xvf dhcp-4.3.2rc1.tar + gunzip dhcp-4.3.2.tar.gz + tar xvf dhcp-4.3.2.tar CONFIGURING IT -Now, cd to the dhcp-4.3.2rc1 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 diff --git a/RELNOTES b/RELNOTES index 2bc6780f..6aa9460c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.2rc1 - 19 February 2015 + Version 4.3.2 + 26 February 2015 Release Notes diff --git a/configure.ac b/configure.ac index 9e65b1fd..e569f157 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP],[4.3.2rc1],[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 diff --git a/util/bind.sh b/util/bind.sh index c3361a8b..d909481a 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -59,6 +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.2rc1) BINDTAG=v9_9_7rc2 ;; 4.3.2b1) BINDTAG=v9_9_7rc1 ;; 4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;;