aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-03-31 20:47:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-03-31 20:47:23 +0000
commit1f236ba108ab282a950fd09a3eefed83fe9b234d (patch)
treeddb35c4989dbb2a303fa76231260e108c4c45f44 /CHANGES
parentd27813c2ddde89cbf95b19e782ce7eeefc0b8179 (diff)
"Pixel" fixed a problem that appeared when you used -f with user+password
embedded in the URL.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ba60cb202..b89f3a8d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel S (31 March 2007)
+- Fixed several minor issues detected by the coverity.com scanner.
+
+- "Pixel" fixed a problem that appeared when you used -f with user+password
+ embedded in the URL.
+
Dan F (29 March 2007)
- Don't tear down the ftp connection if the maximum filesize was exceeded
and added tests 290 and 291 to check.