]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog V3-BETA-2-PATCH-10
authorTed Lemon <source@isc.org>
Wed, 29 Nov 2000 15:04:51 +0000 (15:04 +0000)
committerTed Lemon <source@isc.org>
Wed, 29 Nov 2000 15:04:51 +0000 (15:04 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 52d84c678da2e604d7621a49b3890a05efdb12fa..29023f649079f917fa2a48ec6e5b292e33cb62f1 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 9
-                          October 15, 2000
+                  Version 3, Beta 2, Patchlevel 10
+                         November 29, 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.0b2pl9.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl10.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.0b2pl9 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl10 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index d59681c048fc938119085dbcb3da9715a9561e32..720964c74d1f18368c8426c8fd40ec63d269309d 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 9
-                          October 15, 2000
+                  Version 3, Beta 2, Patchlevel 10
+                         November 29, 2000
 
                            Release Notes
 
@@ -49,6 +49,43 @@ 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 9
+
+- Fix DHCP client handling of vendor encapsulated options.
+
+- Fix a bug in the handling of relay agent information options introduced
+  in patchlevel 9.
+
+- Stash agent options on client leases by default, and use the stashed
+  options at renewal time.
+
+- Add the ability to test the client's binding state in the client
+  configuration language.
+
+- Fix a core dump in the DNS update code.
+
+- Fix some expression evaluation bugs that were causing updates to be
+  done when no client hostname was received.
+
+- Fix expression evaluation debugging printfs.
+
+- Teach pretty_print_option to print options in option spaces other than
+  the DHCP option space.
+
+- Add a warning message if the RHS of a not is not boolean.
+
+- Never select for more than a day, because some implementations of
+  select will just fail if the timeout is too long (!).
+
+- Fix a case where a DHCPDISCOVER from an unknown network would be
+  silently dropped.
+
+- Fix a bug where if a client requested an IP address for which a different
+  client had the lease, the DHCP server would reallocate it anyway.
+
+- Fix the DNS update code so that if the client changes its name, the DNS
+  will be correctly updated.
+
                Changes since 3.0 Beta 2 Patchlevel 8
 
 - Oops, there was another subtle math error in the header-length
index 613f76470fc21d448980d13c618abffea259d3c7..e748c96c1b787c64630c22ec5808d404a43556c1 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl9-cvs"
+#define DHCP_VERSION   "V3.0b2pl10"