summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2007-05-31 22:40:10 +0000
committerEvan Hunt <each@isc.org>2007-05-31 22:40:10 +0000
commite48912d65db5bda9985f59924aca69a04c61f568 (patch)
treeab2fa96106b9b0207ae55b08d45cbc4b19000756
parent949fef17bd67352800321665f4b5ca4f6151c740 (diff)
downloadisc-dhcp-e48912d65db5bda9985f59924aca69a04c61f568.tar.gz
Re-release 3.0.6b1 as 3.0.6rc1: no changes other than version number.v3_0_6rc1
-rw-r--r--README10
-rw-r--r--RELNOTES9
-rw-r--r--includes/version.h2
3 files changed, 12 insertions, 9 deletions
diff --git a/README b/README
index c3dd21ed..c996a4df 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.6b1
- May 1, 2007
+ Version 3.0.6rc1
+ May 31, 2007
README FILE
@@ -141,12 +141,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-3.0.6b1.tar.gz
- tar xvf dhcp-3.0.6b1.tar
+ gunzip dhcp-3.0.6rc1.tar.gz
+ tar xvf dhcp-3.0.6rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-3.0.6b1 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.6rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 53040fd9..0f536861 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.6b1
- May 1, 2007
+ Version 3.0.6rc1
+ May 31, 2007
Release Notes
@@ -78,13 +78,16 @@ Murrell at BC Tel Advanced Communications. I'd like to express my
thanks to all of these good people here, both for working on the code
and for prodding me into improving it.
+ Changes since 3.0.6b1
+
+- None
Changes since 3.0.5
- Assorted fixes for broken network devices: Packet length is now
determined from the IP header length field to finally calculate the
UDP payload length, because some NIC drivers return more data than
- they actually received.
+ they actually recived.
- UDP packets are now stored in aligned data structures.
diff --git a/includes/version.h b/includes/version.h
index af9cd132..bd3d1560 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.6b1"
+#define DHCP_VERSION "V3.0.6rc1"