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

diff --git a/README b/README
index 091dbd3255915f2ee1a880ecb36608c7b50bf250..38ba96ccd087301ee7f29d5a0905af02d941542c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 21
+                  Version 3, Beta 2, Patchlevel 22
                            March 20, 2001
 
                             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.0b2pl21.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl22.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.0b2pl21 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl22 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index 89fab87f51074c3e04929880be92da124f2d61ff..7b305bfada7abd57ea8a7ddf7ad60867e90af0e4 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,5 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 21
+                  Version 3, Beta 2, Patchlevel 22
                            March 20, 2001
 
                            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 21
+
+- This time for sure: fix the spin described in the changes for pl20.
+
                Changes since 3.0 Beta 2 Patchlevel 20
 
 - Fix a problem with Linux detecting large numbers of interfaces (Ben)
index 29d2ee15a604ae32bf3b3494c330c2f4a0d25170..1233e6886a2017b88c6e56fa5c43e89d147cd996 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl21"
+#define DHCP_VERSION   "V3.0b2pl22"