summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-06-26 18:49:26 +0000
committerTed Lemon <source@isc.org>2001-06-26 18:49:26 +0000
commit887b7c1781c9986913bbf18e565b75afd30884db (patch)
treedd6437257079af277bc41a2251b26b88887c8041
parent71bdf03772fecd55e0128bbe99d164fddee52065 (diff)
downloadisc-dhcp-3-RC8-PATCH-2.tar.gz
Update version and changelogV3-RC8-PATCH-2
-rw-r--r--README8
-rw-r--r--RELNOTES19
-rw-r--r--includes/version.h2
3 files changed, 22 insertions, 7 deletions
diff --git a/README b/README
index 39eb873c..11007ecd 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 8 Patchlevel 1
- June 22, 2001
+ Version 3, Release Candidate 8 Patchlevel 2
+ June 26, 2000
README FILE
@@ -142,14 +142,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.0rc8pl1.tar.gz |tar xvf -
+ zcat dhcp-3.0rc8pl2.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.0rc8pl1 subdirectory that you've just
+Now, cd to the dhcp-3.0rc8pl2 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 1cc3d669..32af04c5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 8 Patchlevel 1
- June 22, 2001
+ Version 3, Release Candidate 8 Patchlevel 2
+ June 26, 2001
Release Notes
@@ -56,6 +56,21 @@ Murrell at BC Tel Advanced 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 Release Candidate 8 Patchlevel 1
+
+- Fix a parsing bug that broke dns updates (both interim and ad-hoc).
+ This was introduced in rc8pl1 as an unintended result of the memory
+ leakage fixes that were in pl1.
+
+- Fix a long-standing bug where the server would record that an update
+ had been done for a client with no name, even though no update had
+ been done, and then when the client's lease expired the deletion of
+ that nonexistant record would time out because the name was the null
+ string.
+
+- Clean up the omshell, dhcpctl and omapi man pages a bit.
+
+
Changes since 3.0 Release Candidate 8
- Fix a bug that could cause the DHCP server to spin if
diff --git a/includes/version.h b/includes/version.h
index baaa3479..193122bc 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc8pl1"
+#define DHCP_VERSION "V3.0rc8pl2"