From: Ted Lemon Date: Sat, 17 Mar 2001 02:09:02 +0000 (+0000) Subject: Update version number and changelog X-Git-Tag: V3-BETA-2-PATCH-20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed5ee59141f1bf91bf5016a3b0def64b4f4a2520;p=thirdparty%2Fdhcp.git Update version number and changelog --- diff --git a/README b/README index 72f9a4863..cd8527be0 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 19 - March 14, 2001 + Version 3, Beta 2, Patchlevel 20 + March 16, 2001 README FILE diff --git a/RELNOTES b/RELNOTES index b33deef19..1ecfef3a0 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 19 - March 14, 2001 + Version 3, Beta 2, Patchlevel 20 + March 16, 2001 Release Notes @@ -49,6 +49,20 @@ 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 Beta 2 Patchlevel 19 + +- Fix a bug that could cause the server to abort if compiled with + POINTER_DEBUG enabled. + +- Fix a bug that could cause the server to spin when responding to a + DHCPREQUEST. + +- Apply Joost Mulders' suggested patches for DLPI on x86. + +- Support NUL characters in quoted strings. + +- Install unformatted man pages on SunOS. + Changes since 3.0 Beta 2 Patchlevel 18 - Allow the server to be placed in partner-down state using OMAPI. diff --git a/includes/version.h b/includes/version.h index b6d287163..e3d6e920e 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl19" +#define DHCP_VERSION "V3.0b2pl20"