aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-03-19 12:02:33 +0000
committerYang Tse <yangsita@gmail.com>2007-03-19 12:02:33 +0000
commit072a8b2955e4a7cb4e6e278f1c8585697c513e1a (patch)
tree0b350f4f78c51f8a4fae25f30a9499c63c9e14ae /CHANGES
parent0c817b66146b3a31a5fb8135da3c07cc1221c699 (diff)
Bryan Henderson fixed the progress function so that it can get called
more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuency for speed calculations and internal display of the transfer progress.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c3a55008b..5a9336911 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (19 March 2007)
+- Bryan Henderson fixed the progress function so that it can get called more
+ frequently allowing same calling frecuency for the client progress callback.
+
Dan F (15 March 2007)
- Various memory leaks plugged and NULL pointer fixes made in the ssh code.