summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-03-17 02:09:02 +0000
committerTed Lemon <source@isc.org>2001-03-17 02:09:02 +0000
commited5ee59141f1bf91bf5016a3b0def64b4f4a2520 (patch)
tree0d9cb62616e09429ecb06640481cf13170a97226
parenta3cd7f284e87eb014e5652de5a9ceaccd216d649 (diff)
downloadisc-dhcp-ed5ee59141f1bf91bf5016a3b0def64b4f4a2520.tar.gz
Update version number and changelogV3-BETA-2-PATCH-20
-rw-r--r--README4
-rw-r--r--RELNOTES18
-rw-r--r--includes/version.h2
3 files changed, 19 insertions, 5 deletions
diff --git a/README b/README
index 72f9a486..cd8527be 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 19
- March 14, 2001
+ Version 3, Beta 2, Patchlevel 20
+ March 16, 2001
README FILE
diff --git a/RELNOTES b/RELNOTES
index b33deef1..1ecfef3a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 19
- March 14, 2001
+ Version 3, Beta 2, Patchlevel 20
+ March 16, 2001
Release Notes
@@ -49,6 +49,20 @@ 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 19
+
+- Fix a bug that could cause the server to abort if compiled with
+ POINTER_DEBUG enabled.
+
+- Fix a bug that could cause the server to spin when responding to a
+ DHCPREQUEST.
+
+- Apply Joost Mulders' suggested patches for DLPI on x86.
+
+- Support NUL characters in quoted strings.
+
+- Install unformatted man pages on SunOS.
+
Changes since 3.0 Beta 2 Patchlevel 18
- Allow the server to be placed in partner-down state using OMAPI.
diff --git a/includes/version.h b/includes/version.h
index b6d28716..e3d6e920 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl19"
+#define DHCP_VERSION "V3.0b2pl20"