From: Ted Lemon Date: Fri, 16 Mar 2001 02:05:17 +0000 (+0000) Subject: Update changelog X-Git-Tag: V3-BETA-2-PATCH-19~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3350f5b7414f63f30257d4e1ef283ab928841593;p=thirdparty%2Fdhcp.git Update changelog --- diff --git a/RELNOTES b/RELNOTES index aca248e4d..b33deef19 100644 --- a/RELNOTES +++ b/RELNOTES @@ -51,6 +51,32 @@ improving it. Changes since 3.0 Beta 2 Patchlevel 18 +- Allow the server to be placed in partner-down state using OMAPI. + (Damien Neil) + +- Implement omshell, which can be used to do arbitrary things to the + server (in theory). (Damien Neil) + +- Fix a case where if a client had two different leases the server could + actually dereference the second one when it hadn't been referenced, + leading to memory corruption and a core dump. (James Brister) + +- Fix a case where a client could request the address of another client's + lease, but find_lease wouldn't detect that the other client had it, and + would attempt to allocate it to the client, resulting in a lease conflict + message. + +- Fix a case where a client with more than one client identifier could be + given a lease where the hardware address was correct but the client + identifier was not, resulting in a lease conflict message. + +- Fix a problem where the server could write out a colon-seperated + hex list as a value for a variable, which would then not parse. + The fix is to always write strings as quoted strings, with any + non-printable characters quoted as octal escape sequences. So + a file written the old way still won't work, but new files written + this way will work. + - Fix documentation for sending non-standard options. - Use unparsable names for unknown options. WARNING: this will @@ -72,6 +98,9 @@ improving it. - Fix an endianness bug in the tracefile support, regarding ICMP messages. +- Fix a bug in the client where the medium would not work correctly if + it contained quoted strings. + ** there was no pl17 ** Changes since 3.0 Beta 2 Patchlevel 16