summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-08 01:37:15 +0000
committerTed Lemon <source@isc.org>2000-09-08 01:37:15 +0000
commit592d815381de3e1a28a106a62e08837fb1b5a3a4 (patch)
treebc843f6441bcf726cb7560c23e07d88383f495f5
parent72c7d498a203b2e65a0004312b2f2d002b425de7 (diff)
downloadisc-dhcp-592d815381de3e1a28a106a62e08837fb1b5a3a4.tar.gz
Update changelog and version.
-rw-r--r--README4
-rw-r--r--RELNOTES14
-rw-r--r--includes/version.h2
3 files changed, 15 insertions, 5 deletions
diff --git a/README b/README
index 1ba30369..6dd60d74 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 2
- September 4, 2000
+ Version 3, Beta 2, Patchlevel 3
+ September 7, 2000
README FILE
diff --git a/RELNOTES b/RELNOTES
index 94b30a14..05ecde35 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 2
- September 4, 2000
+ Version 3, Beta 2, Patchlevel 3
+ September 7, 2000
Release Notes
@@ -49,6 +49,16 @@ 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 2
+
+- Fix a case where the DHCP server might inappropriately NAK a
+ RENEWING client.
+
+- Fix a place dhcprequest() where static leases could leak.
+
+- Include memory.h in omapip_p.h so that we don't get warnings about
+ using memcmp().
+
Changes since 3.0 Beta 2 Patchlevel 1
- Notice when SIOCFIGCONF returns more data than fit in the buffer -
diff --git a/includes/version.h b/includes/version.h
index a0a0edc1..c54bbf16 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl2-cvs"
+#define DHCP_VERSION "V3.0b2pl3"