summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
-rw-r--r--RELNOTES8
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 9 deletions
diff --git a/README b/README
index aed9d769..62fffb86 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.2.4b1
- 12 April 2012
+ Version 4.2.4rc1
+ 19 April 2012
README FILE
@@ -97,7 +97,8 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.2.4b1, a beta of a maintenance release containing patches.
+This is ISC DHCP 4.2.4rc1, a release candidate of 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
@@ -132,12 +133,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.4b1.tar.gz
- tar xvf dhcp-4.2.4b1.tar
+ gunzip dhcp-4.2.4rc1.tar.gz
+ tar xvf dhcp-4.2.4rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.4b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.4rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 624bdddb..5b352e37 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.2.4b1
- 12 April 2012
+ Version 4.2.4rc1
+ 19 April 2012
Release Notes
@@ -39,6 +39,10 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not
work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.
+ Changes since 4.2.4b1
+
+- None
+
Changes since 4.2.3
! Add a check for a null pointer before calling the regexec function.
diff --git a/configure.ac b/configure.ac
index bd848222..e05f2ccd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.4b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.4rc1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such