summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-23 08:42:22 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-23 08:42:22 -0500
commit99e977ecf04ab091ce08574587e42af86ae318c1 (patch)
treea2c8ff225df24dca9c9fc33b6a1c2692a9978382
parent75d02fcf4530d73bd35f57b70018c40ff933d3f9 (diff)
downloadisc-dhcp-99e977ecf04ab091ce08574587e42af86ae318c1.tar.gz
[master] Pre-release tag prep for 4.3.2rc2: version #, copyright etc..
NOTE: 4.3.2 was awaiting sanity checks when bug rt38677 was reported. 4.3.2rc2 supercedes the initial 4.3.2 attempt.
-rw-r--r--README8
-rw-r--r--RELNOTES2
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh4
4 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 765f338c..d302028b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.2
+ Version 4.3.2rc2
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.2.tar.gz
- tar xvf dhcp-4.3.2.tar
+ gunzip dhcp-4.3.2rc2.tar.gz
+ tar xvf dhcp-4.3.2rc2.tar
CONFIGURING IT
-Now, cd to the dhcp-4.3.2 subdirectory that you've just created and
+Now, cd to the dhcp-4.3.2rc2 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 0aed7074..ff5fd8b0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,5 @@
Internet Systems Consortium DHCP Distribution
- Version 4.3.2
+ Version 4.3.2rc2
26 February 2015
Release Notes
diff --git a/configure.ac b/configure.ac
index ead0bc77..989304e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.2],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.3.2rc2],[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 d909481a..f6b7096a 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2009-2014 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -59,7 +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.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 ;;