]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog V3-BETA-2-PATCH-23
authorTed Lemon <source@isc.org>
Thu, 22 Mar 2001 21:41:33 +0000 (21:41 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Mar 2001 21:41:33 +0000 (21:41 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index cf6ca6f6dad52f4cd94185f25d06263366f49fdb..a4912f582994a7c6b25c8e4968114eead5e18577 100644 (file)
--- 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
index 7b305bfada7abd57ea8a7ddf7ad60867e90af0e4..ed90f1020f089efa8a5ec643b7b0df94e039f22f 100644 (file)
--- 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.
index 1233e6886a2017b88c6e56fa5c43e89d147cd996..2fc3daa5a8e53029021e34909f7a6c4e8509e4e0 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl22"
+#define DHCP_VERSION   "V3.0b2pl23"