]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version info.
authorTed Lemon <source@isc.org>
Wed, 14 Mar 2001 17:36:48 +0000 (17:36 +0000)
committerTed Lemon <source@isc.org>
Wed, 14 Mar 2001 17:36:48 +0000 (17:36 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 28b49cbac1224d5cc44d2d9cbd8013a823598901..23ca4e6ea96af62cfd287348aa276a2fb1c40293 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 18
-                         February 22, 2001
+                  Version 3, Beta 2, Patchlevel 19
+                           March 14, 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.0b2pl16.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl19.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.0b2pl16 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl19 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
@@ -492,7 +492,7 @@ latest patchlevel of a major version that's not the most recent major
 version, though - for example, if you're running 2.0, you don't have
 to upgrade to 3.0 before you can report bugs.
 
-PLEASE DO NOT REPORT BUGS IF YOU ARE NOT RUNNING A VERSION OF THE ISC
+PLEASE DO NOT REPORT BUGS IF YOU ARE RUNNING A VERSION OF THE ISC
 DHCP DISTRIBUTION THAT YOU DIDN'T GET FROM THE ISC!   Free operating
 system distributions are notorious for including outdated versions of
 software, and also versions of software that were not compiled on your
index dd87d3e64f3fdc9ad86f244999e2079dfcfd249b..aca248e4dfd4759e00035049583ec20d2247ff1c 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 18
-                         February 22, 2001
+                  Version 3, Beta 2, Patchlevel 19
+                           March 14, 2001
 
                            Release Notes
 
@@ -49,6 +49,31 @@ 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 18
+
+- Fix documentation for sending non-standard options.
+
+- Use unparsable names for unknown options.    WARNING: this will
+  break any configuration files that use the option-nnn convention.
+  If you want to continue to use this convention for some options,
+  please be sure to write a definition, like this:
+
+  option option-nnn code nnn = string;
+
+  You can use a descriptive name instead of option-nnn if you like.
+
+- Fix a problem where we would see a DHCPDISCOVER/DHCPOFFER/
+  DHCPREQUEST/DHCPACK/DHCPREQUEST/DHCPNAK sequence.   This was the
+  result of a deceptively silly bug in supersede_lease.
+
+- Fix client script exit status check, according to a fix supplied by
+  Hermann Lauer.
+
+- Fix an endianness bug in the tracefile support, regarding ICMP
+  messages.
+
+                      ** there was no pl17 **
+
                Changes since 3.0 Beta 2 Patchlevel 16
 
 - Add support for transaction tracing.   This allows the state of the
index 5e0f0499111a1e589f9b80c0a2ff9bc8b5a608b1..b6d2871632fc1c44c4102f1147b6f0959a88904d 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl18-cvs"
+#define DHCP_VERSION   "V3.0b2pl19"