summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-10-22 21:26:33 +0000
committerShawn Routhier <sar@isc.org>2010-10-22 21:26:33 +0000
commit376b1c4ac55f83b9721ec8a1a4b0dc3fdca3a033 (patch)
tree785457f818fde8b6dda649a1996732ee75832264
parent721d454e94ae56b82842bc3456c795a4d616ff80 (diff)
downloadisc-dhcp-376b1c4ac55f83b9721ec8a1a4b0dc3fdca3a033.tar.gz
Update vesion stamp and dates for 4.1.2 final
-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 a767b7bb..70e2ec50 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1.2rc1
- 18 October 2010
+ Version 4.1.2
+ 25 October 2010
README FILE
@@ -94,7 +94,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.1.2rc1, a maintenance release which fixes bugs
+This is ISC DHCP 4.1.2, a maintenance release which fixes bugs
present in ISC DHCP 4.1.1 or prior.
In this release, the DHCPv6 server should be fully functional on Linux,
@@ -131,12 +131,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.1.2rc1.tar.gz
- tar xvf dhcp-4.1.2rc1.tar
+ gunzip dhcp-4.1.2.tar.gz
+ tar xvf dhcp-4.1.2.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1.2rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.1.2 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 7eef0f03..02c48521 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1.2rc1
- 18 October 2010
+ Version 4.1.2
+ 25 October 2010
Release Notes
diff --git a/configure.ac b/configure.ac
index 72297edb..c1c3de92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1.2rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1.2], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such