summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-23 11:49:56 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-23 11:49:56 -0500
commit41c0155c46384b3615d50633af56d276da0571d1 (patch)
treee623f2cc1c6516a225ab4b941b33851ae78bce43
parentd667cdaeaa35258748a17ba6d855099ae9dae648 (diff)
downloadisc-dhcp-41c0155c46384b3615d50633af56d276da0571d1.tar.gz
[v4_2] Pre-release tag prep for 4.2.8rc2: version #, copyright etc...
-rw-r--r--README12
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
-rw-r--r--util/bind.sh1
4 files changed, 10 insertions, 9 deletions
diff --git a/README b/README
index e3d8f17b..e5bf4225 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.2.8rc1
- 19 February 2015
+ Version 4.2.8rc2
+ 26 February 2015
README FILE
@@ -99,7 +99,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.2.8rc1, a maintenance release containing patches.
+This is ISC DHCP 4.2.8rc2, 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
@@ -134,12 +134,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.8rc1.tar.gz
- tar xvf dhcp-4.2.8rc1.tar
+ gunzip dhcp-4.2.8rc2.tar.gz
+ tar xvf dhcp-4.2.8rc2.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.8rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.8rc2 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 9fae9e3f..aa29e443 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.2.8rc1
- 19 February 2015
+ Version 4.2.8rc2
+ 26 February 2015
Release Notes
diff --git a/configure.ac b/configure.ac
index 0f1b7955..138ccb73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.8rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.8rc2], [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 f05ebb5d..975eca02 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -58,6 +58,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.2.8rc2) BINDTAG=v9_9_7 ;;
4.2.8rc1) BINDTAG=v9_9_7rc2 ;;
4.2.8b1) BINDTAG=v9_9_7rc1 ;;
4.2.7b1|4.2.7rc1|4.2.7) BINDTAG=v9_9_5_P1 ;;