]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog.
authorTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:34:39 +0000 (22:34 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:34:39 +0000 (22:34 +0000)
RELNOTES

index b43ae9df22785663ac25a5417060dbeca11958ed..0b7369e47b0536266d385e1507487c1a3a0da772 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
-                  Version 2, Beta 1, Patchlevel 25
-                           April 9, 1999
+                  Version 2, Beta 1, Patchlevel 26
+                           April 12, 1999
 
                            Release Notes
 
@@ -53,6 +53,16 @@ running in producion at the ISC, but 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 25
+
+- Use the udp header's length rather than computing the length based
+  on the number of bytes received, because some broken relay agents
+  send packets with ip lengths that are longer than then sum of the ip
+  header size and the udp length.
+
+- Do path keyword substitution on unformatted manual pages before
+  installing them.
+
            CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 24
 
 - D'oh!   Fix a really stupid mistake in hash.c.