aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-11-22 16:35:07 +0000
committerYang Tse <yangsita@gmail.com>2007-11-22 16:35:07 +0000
commitd789097af0e1f9801ad3eaca5ff6445ce888859f (patch)
treead31c4556875c185d8822c796635a076513655e8 /CHANGES
parent4bd2d49ca1d92ca5cd90ce91af97e389a410c973 (diff)
Provide a socklen_t definition in curl.h for Win32 API build targets
which don't have one.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1dbf53215..3882b3532 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Yang Tse (22 Nov 2007)
+- Provide a socklen_t definition in curl.h for Win32 API build targets
+ which don't have one.
+
Daniel S (22 Nov 2007)
- Alessandro Vesely helped me improve the --data-urlencode's syntax, parser
and documentation.