]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version V3-BETA-2-PATCH-24
authorTed Lemon <source@isc.org>
Fri, 6 Apr 2001 06:15:15 +0000 (06:15 +0000)
committerTed Lemon <source@isc.org>
Fri, 6 Apr 2001 06:15:15 +0000 (06:15 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index a4912f582994a7c6b25c8e4968114eead5e18577..71aff453b8307fb8f03dcca87b90c0b87c498166 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 23
-                           March 22, 2001
+                  Version 3, Beta 2, Patchlevel 24
+                           April 5, 2001
 
                             README FILE
 
@@ -142,14 +142,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.0b2pl23.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl24.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.0b2pl23 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl24 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index ed90f1020f089efa8a5ec643b7b0df94e039f22f..032c990c5740853ad306a42e6c474ddabec92ae6 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 23
-                           March 22, 2001
+                  Version 3, Beta 2, Patchlevel 24
+                           April 5, 2001
 
                            Release Notes
 
@@ -43,11 +43,48 @@ the README file.
 
 The Dynamic DNS Update support is a descendent of an implementation
 done by Lans Carstensen and Brian Dols at Rose-Hulman Institute of
-Technology, Jim Watt at Perkin-Elmer, Irina Goble at Integrated
-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.
+Technology, Jim Watt at Applied Biosystems, Irina Goble at Integrated
+Measurement Systems, Igor Sharfmesser at Kazakh Telecom, 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 23
+
+- Fix a bug in the DNS update code where a status code was not being
+  checked.   This may have been causing core dumps.
+
+- When parsing the lease file, if a lease declaration includes a
+  billing class statement, and the lease already has a billing class,
+  unbill the old class.
+
+- When processing failover transactions, where acks will be deferred,
+  process the state transition immediately.
+
+-  Don't try to use the new SIOCGIFCONF buffer size detection code on
+   Linux 2.0, which doesn't provide this functionality.
+
+- Apply a patch suggested by Tuan Uong for a problem in dlpi.c.
+
+- Fix a problem in using the which command in the configure script.
+
+- Fix a parse error in the client when setting up an omapi listener.
+
+- Document the -n and -g flags to the client.
+
+- Make sure there is always a stdin and stdout on startup.   This
+  prevents shell scripts from accidentally writing error messages into
+  configuration files that happen to be opened as stderr.
+
+- If an interface is removed, the client will now notice that it is
+  gone rather than spinning.   This has only been tested on NetBSD.
+
+- The client will attempt to get an address even if it can't create a
+  lease file.
+
+- Don't overwrite tracefiles.
+
+- Fix some memory allocation bugs in failover.
 
                Changes since 3.0 Beta 2 Patchlevel 22
 
index 2fc3daa5a8e53029021e34909f7a6c4e8509e4e0..5a911be22fc5966e807eeb869b956a9aa28552bd 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl23"
+#define DHCP_VERSION   "V3.0b2pl24"