summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--RELNOTES17
-rw-r--r--includes/version.h2
3 files changed, 20 insertions, 5 deletions
diff --git a/README b/README
index 8dd3b0c0..911f053d 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 5
+ Version 3, Beta 1, Patchlevel 6
October 26, 1999
README FILE
@@ -135,14 +135,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.0b1pl0.tar.gz |tar xvf -
+ zcat dhcp-3.0b1pl6.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.0b1pl0 subdirectory that you've just
+Now, cd to the dhcp-3.0b1pl6 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index cbeff6a6..36f95b38 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 3, Beta 1, Patchlevel 5
+ Version 3, Beta 1, Patchlevel 6
October 26, 1999
Release Notes
@@ -38,6 +38,21 @@ Watt at Perkin-Elmer, Irina Goble at Integrated Measurement Systems,
and Brian Murrell at BC Tel Advanced Communications. I'd like to
express my thanks to all of these good people here.
+ Changes since October 26, 1999
+
+- Don't log startup messages to stderr if -q is given (all daemons).
+
+- Fix code that cleans up after a name service update failure.
+
+- Fix a null pointer dereference that could occur in the event of a parse
+ error.
+
+- Add ddns-updates parameter which can be used to disable DNS updates in
+ specific scopes.
+
+- Fix a case where a DHCPINFORM from an unknown subnet would cause a core
+ dump.
+
Changes since October 25, 1999
- Fix some format type incompatibilities that were breaking on Solaris.
diff --git a/includes/version.h b/includes/version.h
index d5d40add..61287495 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b1pl5"
+#define DHCP_VERSION "V3.0b1pl6"