aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-06 14:27:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-06 14:27:08 +0000
commit3e4cd0b4229bed962f5799fc1f30970dee20652e (patch)
tree5c4de2cbb03bcc00f48c0cb1b7f44d9424239dc0
parentfc4f777b42dc1823fe044bced9c3697108e9abde (diff)
mingw configure fix, host: fix, compiler warnings in ldap.c
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 43251348c..a8757f97e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,17 @@
Changelog
+Daniel (6 February 2004)
+- Andrés García made the configure script find gethostbyname() fine when run
+ with mingw on windows.
+
+- Modifed the ldap code to use proper function pointers all over (instead of
+ mixed data and function pointers) to work-around the picky MIPSPro compiler
+ warnings.
+
+- A custom Host: header is only considered if the request is not made by
+ following a location. After discussions with Tim Baker.
+
Daniel (5 February 2004)
- The libz part of the configure script now only set the two libz-related
define HAVE_ZLIB_H and HAVE_LIBZ if both the lib and the header is found.