summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-03-20 07:40:25 +0000
committerTed Lemon <source@isc.org>2001-03-20 07:40:25 +0000
commitfc74dd0c383aa2d13e26ae09337ee0f7b402aec2 (patch)
treecf157b44ed3df3e79733204f211924901c78a847
parent894820f2dd9fdf72d77c6c308c90823900f00c66 (diff)
downloadisc-dhcp-fc74dd0c383aa2d13e26ae09337ee0f7b402aec2.tar.gz
Update version and changelogV3-BETA-2-PATCH-21
-rw-r--r--README8
-rw-r--r--RELNOTES15
-rw-r--r--includes/version.h2
3 files changed, 18 insertions, 7 deletions
diff --git a/README b/README
index cd8527be..091dbd32 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 20
- March 16, 2001
+ Version 3, Beta 2, Patchlevel 21
+ March 20, 2001
README FILE
@@ -141,14 +141,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.0b2pl19.tar.gz |tar xvf -
+ zcat dhcp-3.0b2pl21.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.0b2pl19 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl21 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 1ecfef3a..89fab87f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 20
- March 16, 2001
+ Version 3, Beta 2, Patchlevel 21
+ March 20, 2001
Release Notes
@@ -49,6 +49,17 @@ 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 20
+
+- Fix a problem with Linux detecting large numbers of interfaces (Ben)
+
+- Fix a memory smash in the quotify code, which was introduced in
+ pl19.
+
+- Actually fix the spin described in the changes for pl20. The
+ previous fix only partially fixed the problem - enough to get it
+ past the regression test.
+
Changes since 3.0 Beta 2 Patchlevel 19
- Fix a bug that could cause the server to abort if compiled with
diff --git a/includes/version.h b/includes/version.h
index e3d6e920..29d2ee15 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl20"
+#define DHCP_VERSION "V3.0b2pl21"