summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-05-12 16:44:24 +0000
committerNick Mathewson <nickm@torproject.org>2008-05-12 16:44:24 +0000
commitc6da86ffcb85636e56dd4ea14a6d65ba7970d921 (patch)
treeef616ccac8668aab9246a939b5bb79ca0a9d9e0a /ChangeLog
parent1080852e91291bcb1fb46dbc9e493d255aaa06fb (diff)
downloadlibevent-c6da86ffcb85636e56dd4ea14a6d65ba7970d921.tar.gz
r19709@catbus: nickm | 2008-05-12 12:42:48 -0400
Possible fix for [1960723] snprintf and vsnprintf return values are wrong on win32 svn:r813
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f97370c..38b52b3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,7 +98,8 @@ Changes in current version:
o Move windows gettimeofday replacement into a new evutil_gettimeofday().
o Make configure script work on IRIX.
o provide a method for canceling ongoing http requests.
-
+ o Make vsnprintf() returns consistent on win32.
+
Changes in 1.4.0:
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.