summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-07-10 00:11:18 +0000
committerDavid Hankins <dhankins@isc.org>2004-07-10 00:11:18 +0000
commit21f5b844c3d5b9376e0adbffadf93e58a1b7c109 (patch)
treee800c97515a88727303a2d00e4d87701be078dec /RELNOTES
parent7a9cc56608b123e8f4d3bc1275800b0b7c192c0b (diff)
downloadisc-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--RELNOTES24
1 files changed, 22 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index c483f8f3..58f2d865 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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