summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-24 15:38:07 +0000
committerTed Lemon <source@isc.org>1999-02-24 15:38:07 +0000
commit75e2d125df350c3065ad96e02f5c89e4680eb620 (patch)
tree3ee24ec38bc22f5058fa9b7f0b2d136ee4eac737
parent44102ebe11eb206f01abf7672287c5d85a8c6bf5 (diff)
downloadisc-dhcp-2-BETA-1-PATCH-16.tar.gz
Update changelog and version.V2-BETA-1-PATCH-16
-rw-r--r--RELNOTES19
1 files changed, 17 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 94058223..28eaf5f9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2, Beta 1, Patchlevel 15
- February 23, 1998
+ Version 2, Beta 1, Patchlevel 16
+ February 24, 1998
Release Notes
@@ -53,6 +53,19 @@ 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 15
+
+- Fix Makefile.conf on Linux to refer to /var/state/dhcp instead of
+ /var/state/dhcpd.
+
+- Eliminate redundant #defines in includes/cf/linux.h (for neatness).
+
+- Fix an obscure case where dhcpd is started by the /etc/rc system
+ with exactly the same pid each time, dhcpd.pid is not erased on
+ reboot, and therefore dhcpd would detect a server (itself) with the
+ pid in dhcpd.pid and decide that another server was running and
+ exit.
+
CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 14
- Install the dhcp databases in /var/state/dhcp instead of /etc or
@@ -64,6 +77,8 @@ experiment, or for sites that desperately need the new features.
- Fix a bunch of bugs in the Solaris client script.
+- Add some more information about Solaris to the README file.
+
- Adjust startup message in interface probe so that the relay agent
and client's unattached status will not trigger questions.