aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-21 19:59:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-21 19:59:35 +0000
commit4ba1eb26fa6c4f19e28fd26158c2c6388f70e324 (patch)
tree8504999a941a8dc931f06b4d0c11571825080f99 /CHANGES
parent444f6427b8d561281498c3f782857a5818ad51c6 (diff)
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
-w option support 'http_connect' to make it easier to verify!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2c181b18b..33f9a2055 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
Changelog
+Daniel (21 December 2004)
+- Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
+ -w option support 'http_connect' to make it easier to verify!
+
+- Fixed lib/select.c include order to build fine on FreeBSD
+
+- Fixed failf()'s reuse of the va_list variable that crashed on FreeBSD.
+
Version 7.12.3 (20 December 2004)
Daniel (19 December 2004)