summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-28 20:35:21 +0000
committerTed Lemon <source@isc.org>1999-10-28 20:35:21 +0000
commitc6b614dc6d823d8349b97b7633fd065f4df95ba3 (patch)
tree35e94ae30c50e3035d150488d1a593088437b149
parent7a27d85560190fdf224c43be4a01a0375d353ddd (diff)
downloadisc-dhcp-c6b614dc6d823d8349b97b7633fd065f4df95ba3.tar.gz
Update versions and changelogV3-BETA-1-PATCH-8
-rw-r--r--README6
-rw-r--r--RELNOTES7
-rw-r--r--includes/version.h2
3 files changed, 10 insertions, 5 deletions
diff --git a/README b/README
index 1f0c63f4..4a8873e5 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 7
+ Version 3, Beta 1, Patchlevel 8
October 27, 1999
README FILE
@@ -135,14 +135,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.0b1pl7.tar.gz |tar xvf -
+ zcat dhcp-3.0b1pl8.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.0b1pl7 subdirectory that you've just
+Now, cd to the dhcp-3.0b1pl8 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index db2f9dde..ded63dac 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 7
+ Version 3, Beta 1, Patchlevel 8
October 27, 1999
Release Notes
@@ -38,6 +38,11 @@ Watt at Perkin-Elmer, Irina Goble at Integrated Measurement Systems,
and Brian Murrell at BC Tel Advanced Communications. I'd like to
express my thanks to all of these good people here.
+ Changes on October 27, 1999
+
+- Fix a core dump that happens with clients that send DHCPRELEASE
+ messages with no client identifier.
+
Changes since October 27, 1999
- Add new PTR record _after_ zapping old PTR record - otherwise, the net
diff --git a/includes/version.h b/includes/version.h
index 7a4876ab..8a9db756 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b1pl7"
+#define DHCP_VERSION "V3.0b1pl8"