]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version number and changelog. V3-BETA-2-PATCH-2
authorTed Lemon <source@isc.org>
Mon, 4 Sep 2000 22:49:17 +0000 (22:49 +0000)
committerTed Lemon <source@isc.org>
Mon, 4 Sep 2000 22:49:17 +0000 (22:49 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index a4d07b08af5ff7a642d7e06430bc92ac5d471491..1ba30369cd79cfa6496ea9612c805a8419d16691 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 1
-                         September 1, 2000
+                  Version 3, Beta 2, Patchlevel 2
+                         September 4, 2000
 
                             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.0b2pl1.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl2.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.0b2pl1 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl2 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
@@ -520,7 +520,7 @@ Distribution.
           may be hard for you to figure it out, so don't go crazy
           trying.
        - The specific version of the DHCP distribution you're
-          running, for example 2.0b1pl19, not 2.0.
+          running, for example "2.0b1pl19", not "2.0".
        - Please explain the problem carefully, thinking through what
           you're saying to ensure that you don't assume we know
           something about your situation that we don't know.
index 5ce88798a045c3933c12cbe963306c5b5331cefa..94b30a1494ff7f611aef3f7f8de4f6b3814271ac 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 1
-                         September 1, 2000
+                  Version 3, Beta 2, Patchlevel 2
+                         September 4, 2000
 
                            Release Notes
 
@@ -48,3 +48,17 @@ Measurement Systems, and Brian 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 Beta 2 Patchlevel 1
+
+- Notice when SIOCFIGCONF returns more data than fit in the buffer -
+  allocate a larger buffer, and retry.   Thanks to Greg Fausak for
+  pointing this out.
+
+- In the server, if no interfaces were configured, report an error and
+  exit.
+
+- Don't ever record a state of 'startup'.
+
+- Don't try to evaluate the local failover binding address if none was
+  specified.   Thanks to Joseph Breu for finding this.
index 247d740e3f8c229fa8649c26fece3af6e602dea5..6af2bda13be9a6197776bdba761444ce7d216c34 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl1-cvs"
+#define DHCP_VERSION   "V3.0b2pl2"