summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2010-10-19 23:53:10 +0000
committerDavid Hankins <dhankins@isc.org>2010-10-19 23:53:10 +0000
commite2e62aedcfe80a4b8dc2acc192d39f9a9f14203b (patch)
treea6d9e7cd324a6ddbac87d22b38bb63a35b2df7bb
parenta654e0ef41fa50805dad81cd29748765c38162d9 (diff)
downloadisc-dhcp-e2e62aedcfe80a4b8dc2acc192d39f9a9f14203b.tar.gz
Version to 4.0.3rc1.
-rw-r--r--README14
-rw-r--r--RELNOTES9
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 10 deletions
diff --git a/README b/README
index fa28e98c..fd4300cb 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.0.3b1
- 7 October 2010
+ Version 4.0.3rc1
+ 19 October 2010
README FILE
@@ -92,8 +92,8 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.0.3b1, th FIRST BETA release of a maintenance
-release that addresses bugs in ISC DHCP versions 4.0.2 and prior.
+This is ISC DHCP 4.0.3rc1, a maintenance release that addresses bugs
+in ISC DHCP versions 4.0.2 and prior.
In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional
@@ -129,12 +129,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.0.3b1.tar.gz
- tar xvf dhcp-4.0.3b1.tar
+ gunzip dhcp-4.0.3rc1.tar.gz
+ tar xvf dhcp-4.0.3rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.0.3b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.0.3rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 5a2013ef..f5e4b6cc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.0.3b1
- 7 October 2010
+ Version 4.0.3rc1
+ 19 October 2010
Release Notes
@@ -51,6 +51,11 @@ 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.0.3b1
+
+- None.
+
Changes since 4.0.2
- Cleaned up some compiler warnings
diff --git a/configure.ac b/configure.ac
index 2ca9892a..7e311069 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.0.3b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.0.3rc1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such