aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-03-25 08:16:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-03-25 08:16:16 +0000
commit6c56b5301f86d81bd7e77ff2adeafb8ca36fcddc (patch)
tree4d376b1880f2e5a98c16c3c0a25ca2991a47bb3d /CHANGES
parent07b6625573e5e4442754b229dc63a4d6eb22d6fb (diff)
- Daniel Johnson fixed multi code to traverse the easy handle list properly.
A left-over bug from the February 21 fix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 38e9a6ec8..58009ebfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel S (25 March 2007)
+- Daniel Johnson fixed multi code to traverse the easy handle list properly.
+ A left-over bug from the February 21 fix.
+
Dan F (23 March 2007)
- Added --pubkey option to curl and made --key also work for SCP/SFTP,
plus made --pass work on an SSH private key as well.