diff options
author | Ted Lemon <source@isc.org> | 1999-10-27 23:12:18 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-10-27 23:12:18 +0000 |
commit | 30b507c3c656cc0fb483e94fad526ac4080a49b2 (patch) | |
tree | eac6ee50437642d1cf2b3cac5c1e6f9e1bfb0444 | |
parent | e35b8e19dfdc1c8837beee29ba01d3e74c04eecd (diff) | |
download | isc-dhcp-3-BETA-1-PATCH-6.tar.gz |
Update versions and changelogV3-BETA-1-PATCH-6
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | RELNOTES | 17 | ||||
-rw-r--r-- | includes/version.h | 2 |
3 files changed, 20 insertions, 5 deletions
@@ -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 @@ -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" |