]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version
authorTed Lemon <source@isc.org>
Thu, 22 Feb 2001 23:20:11 +0000 (23:20 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Feb 2001 23:20:11 +0000 (23:20 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 6d2d1f942ed1082ea907aea703f85061f6d2cf31..28b49cbac1224d5cc44d2d9cbd8013a823598901 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 16
-                          January 25, 2000
+                  Version 3, Beta 2, Patchlevel 18
+                         February 22, 2001
 
                             README FILE
 
index 059a6be4b03df55e2da556d82bb2ca5fa63e0af5..dd87d3e64f3fdc9ad86f244999e2079dfcfd249b 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 16
-                          January 26, 2000
+                  Version 3, Beta 2, Patchlevel 18
+                         February 22, 2001
 
                            Release Notes
 
@@ -51,9 +51,50 @@ improving it.
 
                Changes since 3.0 Beta 2 Patchlevel 16
 
+- Add support for transaction tracing.   This allows the state of the
+  DHCP server on startup, and all the subsequent transactions, to be
+  recorded in a file which can then be played back to reproduce the
+  behaviour of the DHCP server.   This can be used to quickly
+  reproduce bugs that cause core dumps or corruption, and also for
+  tracking down memory leaks.
+
+- Incorporate some bug fixes provided by Joost Mulders for the DLPI
+  package which should clear up problems people have been seeing on
+  Solaris.
+
+- Fix bugs in the handling of options stored as linked lists (agent
+  options, fqdn options and nwip options) that could cause memory
+  corruption and core dumps.
+
+- Fix a bug in DHCPREQUEST handling that resulted in DHCPNAK messages
+  not being send in some cases when they were needed.
+
+- Make the lease structure somewhat more compact.
+
+- Make initial failover startup *much* faster.   This was researched
+  and implemented by Damien Neil.
+
+- Add a --version flag to all executables, which prints the program
+  name and version to standard output.
+
+- Don't rewrite the lease file every thousand leases.
+
 - A bug in nit.c for older SunOS machines was fixed by a patch sent in
   by Takeshi Hagiwara.
 
+- Fix a memory corruption bug in the DHCP client.
+
+- Lots of documentation updates.
+
+- Add a feature allowing environment variables to be passed to the
+  DHCP client script on the DHCP client command line.
+
+- Fix client medium support, which had been broken for some time.
+
+- Fix a bug in the DHCP client initial startup backoff interval, which
+  would cause two DHCPDISCOVERS to be sent back-to-back on startup.
+
+
                Changes since 3.0 Beta 2 Patchlevel 15
 
 - Some documentation tweaks.
index ae409157310b9b531460d2e7993b9cb34974f1ba..63144a6830312cac848ad9c8e7704b29f3d0e536 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl16-cvs"
+#define DHCP_VERSION   "V3.0b2pl18"