From: Ted Lemon Date: Thu, 22 Feb 2001 23:20:11 +0000 (+0000) Subject: Update changelog and version X-Git-Tag: V3-BETA-2-PATCH-18~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da9db9d61b868bbc5d5c1eeb1134a381cbdc178;p=thirdparty%2Fdhcp.git Update changelog and version --- diff --git a/README b/README index 6d2d1f942..28b49cbac 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 16 - January 25, 2000 + Version 3, Beta 2, Patchlevel 18 + February 22, 2001 README FILE diff --git a/RELNOTES b/RELNOTES index 059a6be4b..dd87d3e64 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 16 - January 26, 2000 + Version 3, Beta 2, Patchlevel 18 + February 22, 2001 Release Notes @@ -51,9 +51,50 @@ improving it. Changes since 3.0 Beta 2 Patchlevel 16 +- Add support for transaction tracing. This allows the state of the + DHCP server on startup, and all the subsequent transactions, to be + recorded in a file which can then be played back to reproduce the + behaviour of the DHCP server. This can be used to quickly + reproduce bugs that cause core dumps or corruption, and also for + tracking down memory leaks. + +- Incorporate some bug fixes provided by Joost Mulders for the DLPI + package which should clear up problems people have been seeing on + Solaris. + +- Fix bugs in the handling of options stored as linked lists (agent + options, fqdn options and nwip options) that could cause memory + corruption and core dumps. + +- Fix a bug in DHCPREQUEST handling that resulted in DHCPNAK messages + not being send in some cases when they were needed. + +- Make the lease structure somewhat more compact. + +- Make initial failover startup *much* faster. This was researched + and implemented by Damien Neil. + +- Add a --version flag to all executables, which prints the program + name and version to standard output. + +- Don't rewrite the lease file every thousand leases. + - A bug in nit.c for older SunOS machines was fixed by a patch sent in by Takeshi Hagiwara. +- Fix a memory corruption bug in the DHCP client. + +- Lots of documentation updates. + +- Add a feature allowing environment variables to be passed to the + DHCP client script on the DHCP client command line. + +- Fix client medium support, which had been broken for some time. + +- Fix a bug in the DHCP client initial startup backoff interval, which + would cause two DHCPDISCOVERS to be sent back-to-back on startup. + + Changes since 3.0 Beta 2 Patchlevel 15 - Some documentation tweaks. diff --git a/includes/version.h b/includes/version.h index ae4091573..63144a683 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl16-cvs" +#define DHCP_VERSION "V3.0b2pl18"