]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update for 2.0b1pl2
authorTed Lemon <source@isc.org>
Thu, 25 Jun 1998 18:45:40 +0000 (18:45 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Jun 1998 18:45:40 +0000 (18:45 +0000)
RELNOTES

index ee4e2533c6853848070329c6c3b3a80d23538fc6..7eef7eaf9cee5cb474faabedd18f741374179979 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 1
-                           May 17, 1998
+                  Version 2, Beta 1, Patchlevel 2
+                           June 25, 1998
 
                            Release Notes
 
@@ -46,6 +46,25 @@ database.   This release is not expected to be stable in the near
 future, and is intended for sites that are in a position to
 experiment, or for sites that desperately need the new features.
 
+             CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 1
+
+- Use -Wno-char-subscript on Solaris to prevent bogus warnings from
+  gcc on Solaris 2.6.
+
+- Add support for Apple's new Rhapsody operating system.
+
+- Use DLPI on Solaris instead of using the BSD Sockets API.
+
+- Fix two network input buffer overflow problems which could allow an
+  attacker to pervert the stack.
+
+- Fix an ancient typo that could theoretically cause memory
+  corruption.
+
+- Sort abandoned leases in at current time rather than end of time.
+  This allows abandoned leases to be reclaimed if there are no
+  available free leases.
+
              CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 0
 
 - Fix two potential buffer overflow problems.