summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-06-20 07:48:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-06-20 07:48:09 +0000
commitbd192d5387bcc7b92187406ef263a50d6ff722ad (patch)
tree57ecce8a3a6f2a850cbe6ec4a1eabc953d111353
parent4ac7a087c62d0c8908d0a5cc7ea351931f49b09d (diff)
downloadgnurl-bd192d5387bcc7b92187406ef263a50d6ff722ad.tar.gz
gnurl-bd192d5387bcc7b92187406ef263a50d6ff722ad.tar.bz2
gnurl-bd192d5387bcc7b92187406ef263a50d6ff722ad.zip
ftp cut off transfer fix, configure --with-ssl fix
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e1b129e3..8e47891bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,16 @@
History of Changes
+Daniel (20 June 2001)
+- Mike Bytnar provided a fine report that proved that the --with-ssl option
+ for configure needed tweaking. It no longer searches the default directories
+ for OpenSSL libs or directories when a specified path is given.
+
+Daniel (19 June 2001)
+- When an FTP transfer is cut off during transfer, curl could present a truly
+ garbaged error message and in worst case dump core. Thanks to detailed
+ reports from Shawn Poulson we nailed this.
+
Daniel (12 June 2001)
- Salvador Dávila provided a fix for FTP range downloads.