diff options
author | Ted Lemon <source@isc.org> | 2001-03-16 02:05:17 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-03-16 02:05:17 +0000 |
commit | 3350f5b7414f63f30257d4e1ef283ab928841593 (patch) | |
tree | 03f3f9d9a92c4ac35935082ce24c2aa274a35a7f /RELNOTES | |
parent | 940e5b93bdfbff1b786d3e855e8768367cbb70f1 (diff) | |
download | isc-dhcp-3350f5b7414f63f30257d4e1ef283ab928841593.tar.gz |
Update changelog
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 |