From f8ad00e6ae07d4632d832c9625de7ea121a6b922 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Mar 2009 08:23:54 +0000 Subject: [PATCH] mention the basic changes in my previous few commits --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 46b9956..8b69e42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +- (Mar 15 2009) Daniel Stenberg: + + * libssh2_channel_read_ex() was simplified and enhanced. It now adjusts the + window less frequent and uses much larger window that now allows MUCH + faster transfers. + + * SCP send/recv now allow file names with whitespaces etc, thanks to a patch + by Heiner Steven + - (Mar 13 2009) Daniel Stenberg: Cleanups, that do seem to have boosted SFTP download performance up to 300% in some tests: