summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-06-22 19:06:48 +0000
committerDavid Hankins <dhankins@isc.org>2009-06-22 19:06:48 +0000
commitc21d1ab9a2cf0d03f8a70707bcf7cbbc5de26049 (patch)
tree6a5d20be429dd321e978f96595756d759a869307
parent47d2f19432381b97b8483244cf753441d82ae0bf (diff)
downloadisc-dhcp-c21d1ab9a2cf0d03f8a70707bcf7cbbc5de26049.tar.gz
Version to 4.0.1p1.
-rw-r--r--README14
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 7bb3c363..5070e3ae 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.0.1pl1
- June 19, 2009
+ Version 4.0.1p1
+ June 22, 2009
README FILE
@@ -92,8 +92,8 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.0.1pl1, a PATCH release which addresses a security
-vulnerability in ISC DHCP 4.0.1 and prior.
+This is ISC DHCP 4.0.1p1, a PATCH release which addresses a security
+vulnerability in ISC DHCP Client ('dhclient') version 4.0.1 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.1pl1.tar.gz
- tar xvf dhcp-4.0.1pl1.tar
+ gunzip dhcp-4.0.1p1.tar.gz
+ tar xvf dhcp-4.0.1p1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.0.1pl1 subdirectory that you've just created and
+Now, cd to the dhcp-4.0.1p1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index a09101ad..64f2d5c3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 4.0.1pl1
- June 19, 2009
+ Version 4.0.1p1
+ June 22, 2009
Release Notes
diff --git a/configure.ac b/configure.ac
index 39271a8a..faa498e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.0.1pl1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.0.1p1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such