diff options
author | David Hankins <dhankins@isc.org> | 2004-07-10 00:11:18 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2004-07-10 00:11:18 +0000 |
commit | 21f5b844c3d5b9376e0adbffadf93e58a1b7c109 (patch) | |
tree | e800c97515a88727303a2d00e4d87701be078dec /RELNOTES | |
parent | 7a9cc56608b123e8f4d3bc1275800b0b7c192c0b (diff) | |
download | isc-dhcp-21f5b844c3d5b9376e0adbffadf93e58a1b7c109.tar.gz |
- The global variable 'cur_time' was centralized and is now uniformly of a
type #defined in system-dependent headers. It had previously been defined
in one of many places as a 32-bit value, and this causes mayhem on 64-bit
big endian systems. It probably wasn't too healthy on little endian
systems either.
- AIX system-dependent header file was altered to only define NO_SNPRINTF
if the condition used to #ifdef in vsnprintf in AIX' header files
is false.
- The Alpha/OSF system-dependent header file was altered to define
NO_SNPRINTF on OS revisions older than 4.0G.
- omapip/test.c had string.h added to its includes.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,6 +1,7 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.1rc14 - June 09, 2004 + Version 3.0.1 + [dhcp-hackers prerelease] + July 09, 2004 Release Notes @@ -43,6 +44,25 @@ Murrell at BC Tel Advanced 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.1rc14 + +- The global variable 'cur_time' was centralized and is now uniformly of a + type #defined in system-dependent headers. It had previously been defined + in one of many places as a 32-bit value, and this causes mayhem on 64-bit + big endian systems. It probably wasn't too healthy on little endian + systems either. + +- A printf format string error introduced in rc14 was repaired. + +- AIX system-dependent header file was altered to only define NO_SNPRINTF + if the condition used to #ifdef in vsnprintf in AIX' header files + is false. + +- The Alpha/OSF system-dependent header file was altered to define + NO_SNPRINTF on OS revisions older than 4.0G. + +- omapip/test.c had string.h added to its includes. + Changes since 3.0.1rc13 ! CAN-2004-0460 - CERT VU#317350: Five stack overflow exploits were closed |