]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Version to 3.0.4rc1. V3-0-4RC1
authorDavid Hankins <dhankins@isc.org>
Thu, 9 Mar 2006 17:07:29 +0000 (17:07 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 9 Mar 2006 17:07:29 +0000 (17:07 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 317f3bc3817073c28f12c04dd72048804c197f1c..0bdfa1a0ffc1ce931052e39e489804f1088f708f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
               Internet Systems Consortium DHCP Distribution
-                            Version 3.0.4b3
-                           February 22, 2006
+                           Version 3.0.4rc1
+                            March 9, 2006
 
                              README FILE
 
@@ -141,14 +141,14 @@ 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:
 
-       zcat dhcp-3.0.4b3.tar.gz |tar xvf -
+       zcat dhcp-3.0.4rc1.tar.gz |tar xvf -
 
 On BSD/OS, you have to type gzcat, not zcat, and you may run into
 similar problems on other operating systems.
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-3.0.4b3 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.4rc1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 3274562fba8e147ee04852b7b7c1ac17a367a074..6a5ab98368b7b1e827f3212e30fb51d05904c07b 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                           Version 3.0.4b3
-                          February 22, 2006
+                           Version 3.0.4rc1
+                            March 9, 2006
 
                             Release Notes
 
@@ -44,6 +44,11 @@ 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.4b3
+
+- Some manual pages were clarified pursuant to discussion on the dhcp-server
+  mailing list.
+
                        Changes since 3.0.4b2
 
 - Null-termination sensing for certain clients that unfortunatley require
index 468ccaa8b5b5e086129c826c12663463185a282f..db6f1a83cfe11120c52bcfba06bd9c3686c6adaf 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0.4b3"
+#define DHCP_VERSION   "V3.0.4rc1"