From aaea92836eacd28bed451e6fa175242d8df200af Mon Sep 17 00:00:00 2001 From: David Hankins Date: Tue, 13 Dec 2005 20:10:44 +0000 Subject: Update documents, version to -pbsg0. --- README | 18 ++++++++++-------- RELNOTES | 10 ++++++++-- includes/version.h | 2 +- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README b/README index 0f7d01d7..c1878aad 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.3 - July 22, 2005 + Version 3.0.3-pbsg0 + December 13, 2005 README FILE @@ -96,10 +96,12 @@ system. RELEASE STATUS -This is the first beta release of ISC DHCP 3.0.3. This is a maintenance -release which seeks only to fix bugs present in versions 3.0.2 and -earlier. No new features have or will be added in subsequent -release candidates of this release. +This is a custom release of version 3.0.3 of the ISC DHCP software +distribution, for PBSG. It differs from version 3.0.3 in only one +aspect; the inclusion of [ISC-Bugs #1926], rewrites of the TSTP +calculation. 3.0.3 is a maintenance release which seeks only to fix +bugs present in versions 3.0.2 and earlier. No new features have +been added. In this release, the server and relay agent are currently fully functional on NetBSD, Linux systems with kernel version 2.2 or later, @@ -142,14 +144,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.0.3.tar.gz |tar xvf - + zcat dhcp-3.0.3-pbsg0.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.0.3 subdirectory that you've just created and +Now, cd to the dhcp-3.0.3-pbsg0 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index ffdbf810..308e55ef 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.3 - July 22, 2005 + Version 3.0.3-pbsg0 + December 13, 2005 Release Notes @@ -43,6 +43,12 @@ Murrell at BC Tel Advanced Communications. I'd like to express my thanks to all of these good people here, both for working on the code and for prodding me into improving it. + + Changes since 3.0.3 + +- Failover potential expiry calculations (TSTP) have been corrected. Results + should be substantially more consistent, and proper given the constraints. + Changes since 3.0.3b3 - dhclient.conf documentation for interface {} was updated to reflect recent diff --git a/includes/version.h b/includes/version.h index b06719da..917fc1f9 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0.3" +#define DHCP_VERSION "V3.0.3-pbsg0" -- cgit v1.2.1