aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-18 20:11:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-18 20:11:47 +0000
commit7a86740afdc0ce97c3138d086e0ab5c0fad6c7f6 (patch)
tree060fb41967c617c421c424f0a7c753a7f312c4bc /CHANGES
parent8e719e3ef5ad90b7f8ad9c82a853df1afb23afd7 (diff)
- James Housley made SFTP uploads use libssh2's non-blocking API (if available)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b1c024c3..94726ebcf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
Daniel S (18 April 2007)
+- James Housley made SFTP uploads use libssh2's non-blocking API
+
- Prevent the internal progress meter from updating more frequently than once
per second.