summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-12-19 13:08:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-12-19 13:08:04 +0000
commit6d7587d3279797f12127cfcddbef1e258194afe5 (patch)
tree007ae434d0c28d9a6545b937bb9212b7a135e020
parent9ee94b3d847f40d228a8c39bd226b161cc2fc671 (diff)
downloadcurl-6d7587d3279797f12127cfcddbef1e258194afe5.tar.gz
configure fix, two -O fixes
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbfe7124d..b2be2a0b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,22 @@
History of Changes
+Daniel (12 December 2000)
+- Multiple URL downloads with -O was still bugging. Not anymore I think or
+ hope, or at least I've tried... :-O
+
+- Francois Petitjean fixed another -O problem
+
+Version 7.5.1
+
+Daniel (11 December 2000)
+- Cleaned up a few of the makefiles to use unix-style newlines only. As Kevin
+ P Roth found out, at least one CVS client behaved wrongly when it found
+ different newline conventions within the same file.
+
+- Albert Chin-A-Young corrected the LDFLAGS use in the configure script for
+ the SSL stuff.
+
Daniel (6 December 2000)
- Massimo Squillace correctly described how libcurl could use session ids when
doing SSL connections.