summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-05-27 17:56:46 +0000
committerTed Lemon <source@isc.org>1999-05-27 17:56:46 +0000
commit968c15161a7f285912c91892a6beb6ab3b4774bb (patch)
treed7dd6bbafe4511a885f631abcf83de970745ccd5
parentdac37520e6dfceb1bb47c163df0b564232b79596 (diff)
downloadisc-dhcp-968c15161a7f285912c91892a6beb6ab3b4774bb.tar.gz
Update changelogV2-BETA-1-PATCH-28
-rw-r--r--RELNOTES28
1 files changed, 26 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 477f8977..9ecf73fd 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2, Beta 1, Patchlevel 27
- April 23, 1999
+ Version 2, Beta 1, Patchlevel 28
+ May 27, 1999
Release Notes
@@ -53,6 +53,30 @@ 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 27
+
+- Add dependencies to makefiles.
+
+- Don't use ping -w 1 in freebsd client script.
+
+- Token ring support for Linux 2.1 and later.
+
+- Fix a subtle bug that would cause the server to respond incorrectly
+ in some cases when the client sent duplicate DHCPREQUEST packets.
+
+- Fix option pretty printing for 'X' format.
+
+- Add some special cases to deal with DHCPREQUEST packets from RFC1541
+ clients.
+
+- Fix an obscure bug in nested subnet mask handling.
+
+- Fix a bug in abandoned lease reclamation.
+
+- Allow maximum message size to be set in configuration file.
+
+- Allow parameter request list to be supplied in configuration file.
+
CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 26
- Fix UDP/IP checksum code