summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-01-27 21:12:49 -0800
committerShawn Routhier <sar@isc.org>2014-01-27 21:12:49 -0800
commitcb25275f5c9a7aab7f7f2855ae7f812220022315 (patch)
tree179dca52c29cf27ade87b5d7cfad8b996af6dd91
parent1981d5161026854b2bb2791c74e5c19d63f9931d (diff)
downloadisc-dhcp-cb25275f5c9a7aab7f7f2855ae7f812220022315.tar.gz
[v4_2] Update version stamp to 4.2.6rc1
-rw-r--r--README12
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 0bf75f37..b797eec7 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.2.6b1
- 21 January 2014
+ Version 4.2.6rc1
+ 28 January 2014
README FILE
@@ -99,7 +99,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.2.6b1, a maintenance release containing patches.
+This is ISC DHCP 4.2.6rc1, 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.6b1.tar.gz
- tar xvf dhcp-4.2.6b1.tar
+ gunzip dhcp-4.2.6rc1.tar.gz
+ tar xvf dhcp-4.2.6rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.6b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.6rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 50486e81..7979fc20 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.2.6b1
- 21 January 2014
+ Version 4.2.6rc1
+ 28 January 2014
Release Notes
diff --git a/configure.ac b/configure.ac
index 27de7368..10f8ffe2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.6b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.6rc1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such