]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version numbers and changelog. V3-BETA-2-PATCH-13
authorTed Lemon <source@isc.org>
Wed, 17 Jan 2001 17:00:49 +0000 (17:00 +0000)
committerTed Lemon <source@isc.org>
Wed, 17 Jan 2001 17:00:49 +0000 (17:00 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index de3cae4695afac3ae3af89dddf2568e428ca0e85..0c445126f795c524865e51de10a4ca6c64ce2819 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 12
+                  Version 3, Beta 2, Patchlevel 13
                          November 30, 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.0b2pl12.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl13.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.0b2pl12 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl13 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index b1737d4ad1c651ec22899fcfa5206b5a30584a28..39650871bafbf900dcf8dfd2561d044a698539e8 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,5 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 12
+                  Version 3, Beta 2, Patchlevel 13
                          November 30, 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 12
+
+- Fixed a couple of silly compile errors.
+
                Changes since 3.0 Beta 2 Patchlevel 11
 
 - Albert Herranz tracked down and fixed a subtle bug in the base64
index 73a47d16dc19da8e867cfff160ff932e4ac32194..7da851bcb032e8b084ca31925e03eff64718d8d1 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl12-cvs"
+#define DHCP_VERSION   "V3.0b2pl13"