summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-02-22 23:20:11 +0000
committerTed Lemon <source@isc.org>2001-02-22 23:20:11 +0000
commit6da9db9d61b868bbc5d5c1eeb1134a381cbdc178 (patch)
tree540ff6cd81c5c640ce2b2b025ec6674354e09c6d
parent69c620f2eb00884eacf4b5348f16ac01445756c9 (diff)
downloadisc-dhcp-6da9db9d61b868bbc5d5c1eeb1134a381cbdc178.tar.gz
Update changelog and version
-rw-r--r--README4
-rw-r--r--RELNOTES45
-rw-r--r--includes/version.h2
3 files changed, 46 insertions, 5 deletions
diff --git a/README b/README
index 6d2d1f94..28b49cba 100644
--- 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
diff --git a/RELNOTES b/RELNOTES
index 059a6be4..dd87d3e6 100644
--- 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.
diff --git a/includes/version.h b/includes/version.h
index ae409157..63144a68 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl16-cvs"
+#define DHCP_VERSION "V3.0b2pl18"