From: Ted Lemon Date: Wed, 20 Sep 2000 10:05:40 +0000 (+0000) Subject: Update version numbers and changelog X-Git-Tag: V3-BETA-2-PATCH-5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed7a93d4420db819912ec0ab7d4864b18b7acba;p=thirdparty%2Fdhcp.git Update version numbers and changelog --- diff --git a/README b/README index 3d3e13c7b..df9a73b72 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 4 - September 14, 2000 + Version 3, Beta 2, Patchlevel 5 + September 19, 2000 README FILE @@ -141,14 +141,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.0b2pl3.tar.gz |tar xvf - + zcat dhcp-3.0b2pl5.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.0b2pl3 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl5 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index bcf7bb792..3a56a2cda 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 4 - September 14, 2000 + Version 3, Beta 2, Patchlevel 5 + September 19, 2000 Release Notes @@ -59,6 +59,23 @@ improving it. - Added an encoding for the slp-agent option. :') +- Fixed SunOS 4 build. Thanks to Robert Elz for responding to my + request for help on this with patches! + +- Incorporated a change that should fix a problem reported by Philippe + Jumelle where when the network connection between two servers is + lost, they never reconnect. + +- Fix client script files other than that for NetBSD to actually use + make_resolv_conf as documented in the manual page. + +- Fix a bug in the packet handling code that could result in a core + dump. + +- Fix a bug in the bootp code where responses on the local net would + be sent to the wrong MAC address. Thanks to Jerry Schave for + catching this one. + Changes since 3.0 Beta 2 Patchlevel 3 - In the DHCP client, execute client statements prior to using the values diff --git a/includes/version.h b/includes/version.h index efe1447be..8d3d708cd 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl4-cvs" +#define DHCP_VERSION "V3.0b2pl5"