]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version numbers and changelog
authorTed Lemon <source@isc.org>
Wed, 20 Sep 2000 10:05:40 +0000 (10:05 +0000)
committerTed Lemon <source@isc.org>
Wed, 20 Sep 2000 10:05:40 +0000 (10:05 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 3d3e13c7b5cf3dcf44c69fb5cf29b3a9fd2c4468..df9a73b72ea6ad2249a550e8e4e547eccf622ea8 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 4
-                        September 14, 2000
+                  Version 3, Beta 2, Patchlevel 5
+                        September 19, 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.0b2pl3.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl5.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.0b2pl3 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl5 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index bcf7bb7921d0de1901691f41c203250f94f8620f..3a56a2cda0bf824b5c983fc386c722033d46708a 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 4
-                         September 14, 2000
+                  Version 3, Beta 2, Patchlevel 5
+                         September 19, 2000
 
                            Release Notes
 
@@ -59,6 +59,23 @@ improving it.
 
 - Added an encoding for the slp-agent option.   :')
 
+- Fixed SunOS 4 build.  Thanks to Robert Elz for responding to my
+  request for help on this with patches!
+
+- Incorporated a change that should fix a problem reported by Philippe
+  Jumelle where when the network connection between two servers is
+  lost, they never reconnect.
+
+- Fix client script files other than that for NetBSD to actually use
+  make_resolv_conf as documented in the manual page.
+
+- Fix a bug in the packet handling code that could result in a core
+  dump.
+
+- Fix a bug in the bootp code where responses on the local net would
+  be sent to the wrong MAC address.   Thanks to Jerry Schave for
+  catching this one.
+
                Changes since 3.0 Beta 2 Patchlevel 3
 
 - In the DHCP client, execute client statements prior to using the values
index efe1447be92d5e810b97b8b6d4166dd70f76806b..8d3d708cd9f0ffb4a4d7815af9ba293ad9ff88d0 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl4-cvs"
+#define DHCP_VERSION   "V3.0b2pl5"