summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-10-14 07:57:35 +0000
committerTed Lemon <source@isc.org>2000-10-14 07:57:35 +0000
commit848c25472ad28139bab194474bdb77a7792c8461 (patch)
tree6fbac5d425e771a9757e14de38183d17fee10813
parentda9a43af691aed258397508f54f867420953a65d (diff)
downloadisc-dhcp-848c25472ad28139bab194474bdb77a7792c8461.tar.gz
Update version number and changelogV3-BETA-2-PATCH-8
-rw-r--r--README8
-rw-r--r--RELNOTES8
-rw-r--r--includes/version.h2
3 files changed, 11 insertions, 7 deletions
diff --git a/README b/README
index 50186a2b..11b73b27 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 7
- October 13, 2000
+ Version 3, Beta 2, Patchlevel 8
+ October 14, 2000
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.0b2pl7.tar.gz |tar xvf -
+ zcat dhcp-3.0b2pl8.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.0b2pl7 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl8 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 28a8ec47..d4b8050b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 7
- October 13, 2000
+ Version 3, Beta 2, Patchlevel 8
+ October 14, 2000
Release Notes
@@ -49,6 +49,10 @@ 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 6
+
+- Oops, forgot to byte-swap udp header length before bounds-checking it.
+
Changes since 3.0 Beta 2 Patchlevel 5
- Fix a possible DoS attack where a client could cause the checksummer
diff --git a/includes/version.h b/includes/version.h
index 1d650d3e..d2c14ed0 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl7-cvs"
+#define DHCP_VERSION "V3.0b2pl8"