summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-03-22 21:41:33 +0000
committerTed Lemon <source@isc.org>2001-03-22 21:41:33 +0000
commit140158d3ff82ced7ce61ef62bbb94e41b074ce0f (patch)
treeeaa2e55080bac11538ec724f89c1fa83749272d9
parentb7d4762721e2eeea624a4143ebdfb873e67d5a8d (diff)
downloadisc-dhcp-140158d3ff82ced7ce61ef62bbb94e41b074ce0f.tar.gz
Update version and changelogV3-BETA-2-PATCH-23
-rw-r--r--README8
-rw-r--r--RELNOTES11
-rw-r--r--includes/version.h2
3 files changed, 14 insertions, 7 deletions
diff --git a/README b/README
index cf6ca6f6..a4912f58 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 22
- March 20, 2001
+ Version 3, Beta 2, Patchlevel 23
+ March 22, 2001
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.0b2pl22.tar.gz |tar xvf -
+ zcat dhcp-3.0b2pl23.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.0b2pl22 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl23 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 7b305bfa..ed90f102 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 22
- March 20, 2001
+ Version 3, Beta 2, Patchlevel 23
+ March 22, 2001
Release Notes
@@ -49,6 +49,13 @@ 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 22
+
+- Apply some patches suggested by Cyrille Lefevre, who is maintaining
+ the FreeBSD ISC DHCP Distribution port.
+
+- Fix a core dump in DHCPRELEASE.
+
Changes since 3.0 Beta 2 Patchlevel 21
- This time for sure: fix the spin described in the changes for pl20.
diff --git a/includes/version.h b/includes/version.h
index 1233e688..2fc3daa5 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl22"
+#define DHCP_VERSION "V3.0b2pl23"