]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version number.
authorTed Lemon <source@isc.org>
Fri, 29 Sep 2000 22:48:01 +0000 (22:48 +0000)
committerTed Lemon <source@isc.org>
Fri, 29 Sep 2000 22:48:01 +0000 (22:48 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index df9a73b72ea6ad2249a550e8e4e547eccf622ea8..0f54403b80fbb8c62572373430d4cfc5318f5ac5 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 5
-                        September 19, 2000
+                  Version 3, Beta 2, Patchlevel 6
+                        September 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.0b2pl5.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl6.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.0b2pl5 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl6 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index 3a56a2cda0bf824b5c983fc386c722033d46708a..ff51f83f932727e9091dbdae07af77d19edccf56 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 5
-                         September 19, 2000
+                  Version 3, Beta 2, Patchlevel 6
+                         September 29, 2000
 
                            Release Notes
 
@@ -49,6 +49,47 @@ 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 5
+
+- Fix a bug in the recent enhancement to the interface discovery code
+  to support arbitrary-length interface lists.
+
+- Support NUL-terminated DHCP options when initializing client-script
+  environment.
+
+- Fix suffix operator.
+
+- Fix NetWare/IP option parsing.
+
+- Better error/status checking in dhcpctl initialization and omapi
+  connection code.
+
+- Fix a potential memory smash in dhcpctl code.
+
+- Fix SunOS4 and (maybe) Ultrix builds.
+
+- Fix a bug where a certain sort of incoming packet could cause a core
+  dump on Solaris (and probably elsewhere).
+
+- Add some more safety checks in error logging code.
+
+- Add support for ISC_R_INCOMPLETE in OMAPI protocol connection code.
+
+- Fix relay agent so that if an interface is specified on the command
+  line, the relay agent does not dump core.
+
+- Fix class matching so that match if can be combined with match or
+  spawn with.
+
+- Do not allow spurious leases in the lease database to introduce
+  potentially bogus leases into the in-memory database.
+
+- Fix a byte-order problem in the client hardware address type code
+  for OMAPI.
+
+- Be slightly less picky about what sort of hardware addresses OMAPI
+  can install in host declarations.
+
                Changes since 3.0 Beta 2 Patchlevel 4
 
 - Incorporated Peter Marschall's proposed change to array/record
index 0c2e4b18c826b22012ba8065c436e4b41030b227..596eeb28ed586fe78e3c4a9195b5db714ba1314f 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl5-cvs"
+#define DHCP_VERSION   "V3.0b2pl6"