]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version V3-BETA-2-PATCH-15
authorTed Lemon <source@isc.org>
Thu, 25 Jan 2001 08:43:04 +0000 (08:43 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Jan 2001 08:43:04 +0000 (08:43 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 3bdd651b9a0cfa23aacc58a60b5e870bf0446f77..fb7af83bb668bfe3b43ecf15ba76daabd6e5cd7f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 14
-                          January 19, 2000
+                  Version 3, Beta 2, Patchlevel 15
+                          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.0b2pl14.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl15.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.0b2pl14 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl15 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index d9d170160a12e2213f1f1f1bf3ddf40a0bc80c0a..55e4b658a1fd37d81d4deb80de829a68855886ef 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 14
-                          January 19, 2000
+                  Version 3, Beta 2, Patchlevel 15
+                          January 25, 2000
 
                            Release Notes
 
@@ -49,6 +49,30 @@ 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 14
+
+- Finish fixing a long-standing bug in the agent options code.   This
+  was causing core dumps and failing to operate correctly - in
+  particular, agent option stashing wasn't working.   Agent option
+  stashing should now be working, meaning that agent options can be
+  used in class statements to control address allocation.
+
+- Fix up documentation.
+
+- Fix a couple of small memory leaks that would have added up
+  significantly in a high-demand situation.
+
+- Add a log-facility configuration parameter.
+
+- Fix a compile error on some older operating systems.
+
+- Add the ability in the client to execute certain statements before
+  transmitting packets to the server.   Handy for debugging; not much
+  practical use otherwise.
+
+- Don't send faked-out giaddr when renewing or bound - again, useful
+  for debugging.
+
                Changes since 3.0 Beta 2 Patchlevel 13
 
 - Fixed a problem where the fqdn decoder would sometimes try to store
index 0ba3dca5cc5fe7a54e835ead52f8504f546bb888..e28c307db26874d30a5d5aa41d1df66082106672 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl14-cvs"
+#define DHCP_VERSION   "V3.0b2pl15"