aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-23 10:43:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-23 10:43:14 +0000
commit0eb1f1e5d0225639244dd40fb0a6d358b8720727 (patch)
tree0278ec8f9c3ae950d09f6379f9b03419ac474ed1
parent9849c76d884209eab520ac540a98d202de9adbf5 (diff)
download.c, configure, VC fix and OS/2 fix
-rw-r--r--CHANGES29
1 files changed, 25 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a207ddadb..4dea5353e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,27 @@
History of Changes
+Version XX
+
+Daniel (23 March 2000):
+- Marco G. Salvagno <mgs@whiz.cjb.net> corrected my badly applied patch he
+ actually already told me about!
+
+- H. Daphne Luong <daphne@tellme.com> brought me a fix that now makes curl
+ ingore select() errors in the download if errno is EINTR, which turns out to
+ happen every now and then when using libcurl multi-threaded...
+
+Daniel (22 March 2000):
+- Wham Bang <wham_bang@yahoo.com> supplied a couple of win32 fixes. HAVE_UNAME
+ was accidentally #defined in config-win32.h, which it shouldn't have been.
+ The HAVE_UNISTD_H is not defined when compiling with the Makefile.vc6
+ makefile for MS VC++.
+
+Daniel (21 March 2000):
+- I removed the AC_PROG_INSTALL macro from configure.in, since it appears that
+ one of the AM_* macros searches for a BSD compatible install already. Janne
+ Johansson made me aware of this.
+
Version 6.5.2
Daniel (21 March 2000):
@@ -29,10 +50,10 @@ Daniel (19 March 2000):
the INSTALL file. Very nice job!
Daniel (17 March 2000):
-- Wham Bang <wham_bang@yahoo.com> (is that Pascal Gaudette?) supplied a patch
- for the lib/Makefile.vc6 file. We still need some fixes for the
- config-win32.h since it appears that VC++ and mingw32 have different
- opinions about (at least) unistd.h's existance.
+- Wham Bang <wham_bang@yahoo.com> supplied a patch for the lib/Makefile.vc6
+ file. We still need some fixes for the config-win32.h since it appears that
+ VC++ and mingw32 have different opinions about (at least) unistd.h's
+ existance.
Daniel (15 March 2000):
- I modified the -D/--dump-header workings so that it doesn't write anything