summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-26 15:08:45 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-26 15:08:45 -0500
commit5ddbe8e4f5f0486798bc01c5bb26a8eec958108e (patch)
tree720fe50c8c63bceb92cede9ac7218e516b44543a
parent6d5848b767f17c3ed4545d0367270c0795058fa7 (diff)
downloadisc-dhcp-5ddbe8e4f5f0486798bc01c5bb26a8eec958108e.tar.gz
[master] Pre-release tag prep for 4.3.2: version #, copyright etc...
-rw-r--r--README10
-rw-r--r--RELNOTES10
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh2
4 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index d302028b..1ff685cf 100644
--- 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
diff --git a/RELNOTES b/RELNOTES
index ff5fd8b0..1cc618b6 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 989304e6..ead0bc77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/util/bind.sh b/util/bind.sh
index f6b7096a..c03639f5 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -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 ;;