]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version number.
authorTed Lemon <source@isc.org>
Fri, 26 Jan 2001 06:06:56 +0000 (06:06 +0000)
committerTed Lemon <source@isc.org>
Fri, 26 Jan 2001 06:06:56 +0000 (06:06 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index fb7af83bb668bfe3b43ecf15ba76daabd6e5cd7f..6d2d1f942ed1082ea907aea703f85061f6d2cf31 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 15
+                  Version 3, Beta 2, Patchlevel 16
                           January 25, 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.0b2pl15.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl16.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.0b2pl15 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl16 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index 55e4b658a1fd37d81d4deb80de829a68855886ef..b834645fcd6b03e2103b8452ab7ede9bf4f13960 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 15
-                          January 25, 2000
+                  Version 3, Beta 2, Patchlevel 16
+                          January 26, 2000
 
                            Release Notes
 
@@ -49,6 +49,19 @@ 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 15
+
+- Some documentation tweaks.
+
+- Maybe fix a problem in the DLPI code.
+
+- Fix some error code space inconsistencies in ddns update code.
+
+- Support relay agents that intercept unicast DHCP messages to stuff
+  agent options into them.
+
+- Fix a small memory leak in the relay agent option support code.
+
                Changes since 3.0 Beta 2 Patchlevel 14
 
 - Finish fixing a long-standing bug in the agent options code.   This
index 9064fbe0a3cdf130625f384a0ee07516bb7bf9db..1c2122304dd8f37f32f5ec4b19f973098e60dd2f 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl15-cvs"
+#define DHCP_VERSION   "V3.0b2pl16"