diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-07 21:47:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-07 21:47:29 +0000 |
commit | 3b9eefca899ac5759c60b8f405ac88f6cd27e42f (patch) | |
tree | 1d346eccefc432fcbd51922f707cbd8a2415d2b9 /CHANGES | |
parent | 073a6cea45d52dcd02e9d35644fa6d8b05ceede9 (diff) | |
download | curl-3b9eefca899ac5759c60b8f405ac88f6cd27e42f.tar.gz |
Daniel S (6 June 2007)
- -s/--silent can now be used to toggle off the silence again if used a second
time.
Daniel S (5 June 2007)
- Added Daniel Black's work that adds the first few SOCKS test cases. I also
fixed two minor SOCKS problems to make the test cases run fine.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel S (6 June 2007) +- -s/--silent can now be used to toggle off the silence again if used a second + time. + +Daniel S (5 June 2007) +- Added Daniel Black's work that adds the first few SOCKS test cases. I also + fixed two minor SOCKS problems to make the test cases run fine. + Daniel S (31 May 2007) - Feng Tu made (lib)curl support "upload" resuming work for file:// URLs. |