From 08f7313d68a2627bff55e82623e88d3c1803ae4f Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 4 Jul 2000 19:34:30 +0000 Subject: Update version number and changelog --- README | 8 ++++---- RELNOTES | 31 +++++++++++++++++-------------- includes/version.h | 2 +- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/README b/README index d2fcf14c..dec49bbd 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 3, Beta 1, Patchlevel 15 - June 30, 2000 + Version 3, Beta 1, Patchlevel 16 + July 4, 2000 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.0b1pl15.tar.gz |tar xvf - + zcat dhcp-3.0b1pl16.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.0b1pl15 subdirectory that you've just +Now, cd to the dhcp-3.0b1pl16 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 271cd5ff..c7a5f2fd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 3, Beta 1, Patchlevel 15 - June 30, 2000 + Version 3, Beta 1, Patchlevel 16 + July 4, 2000 Release Notes @@ -10,23 +10,22 @@ Consortium DHCP Distribution. PLANS -Version 3 of the ISC DHCP Distribution adds conditional behaviour, +Version 3 Beta 1 of the ISC DHCP Distribution adds conditional behaviour, address pools with access control, and client classing. An interim implementation of dynamic DNS updates for the server only is included, -but is not supported. The README file contains information about how +but is not standard. The README file contains information about how to enable this - it is not compiled into the DHCP server by default. -Features in upcoming releases, starting with 3.1, will include -Dynamic DNS Support, DHCPv4 16-bit option codes, asynchronous DNS -query resolution, DHCP Authentication, and support for a DHCP -Interserver Protocol and live querying and update of the DHCP -database. Not all of this is done yet (see below). +Features in upcoming releases, starting with 3.0 beta 2, which will be +released as 3.0 when the beta is over, will include full Dynamic DNS +Support, DHCP Authentication, and support for the current draft of the +DHCP Failover Protocol, as well as live querying and update of the DHCP +database. This release is running in production at the ISC and at quite a few -other sites. At this point, the 3.0 release is reasonably stable, but -is really only recommended for sites that are in a position to -experiment, or for sites that need the new features. Bug reports are -enthusiastically solicited. +other sites. At this point, the 3.0 beta 1 release is reasonably +stable, and is recommended for any site that needs the features +present in 3.0 beta 1. Bug reports are enthusiastically solicited. For information on how to install, configure and run this software, as well as how to find documentation and report bugs, please consult @@ -35,9 +34,13 @@ the README file. The interim Dynamic DNS Update support is the result of work by Lans Carstensen and Brian Dols at Rose-Hulman Institute of Technology, Jim Watt at Perkin-Elmer, Irina Goble at Integrated Measurement Systems, -and Brian Murrell at BC Tel Advanced Communications. I'd like to +and Brian Murrell at BCTel Advanced Communications. I'd like to express my thanks to all of these good people here. + Changes since June 30, 2000 + +- Fix a typo that broke certain kinds of client lookups. + Changes since June 24, 2000 - Fix a long-standing bug where billing classes would be removed from diff --git a/includes/version.h b/includes/version.h index e0cb5b4b..a28017d8 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b1pl15" +#define DHCP_VERSION "V3.0b1pl16" -- cgit v1.2.1