aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-30 19:50:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-30 19:50:36 +0000
commitd4db35c1252a4986247c5ac6c1dbcffa38f8d356 (patch)
treef65dc3d37ca2eba7e53f5cfca2beb603d7fe8bb3 /CHANGES
parent94c6a5eeabfb73ec8c10bb14ee43dc297dde5470 (diff)
Günter Knauf and Casey O'Donnell worked out an extra #if condition for the
curl/multi.h header to work better in winsock-using apps.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9f9c47dbe..ba3ffcced 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel (30 September 2004)
+- Günter Knauf and Casey O'Donnell worked out an extra #if condition for the
+ curl/multi.h header to work better in winsock-using apps.
+
- Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by
properly using glibtoolize instead of plain libtoolize. (This is made if
glibtool was found and used instead of plain libtool.)