Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5d55aadb Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5d55aadb Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5d55aadb Branch: refs/heads/trunk Commit: 5d55aadbfd87daff1388dddd4f6a6c3e6d2cc019 Parents: 8c5906e Author: Tomaz Muraus <[email protected]> Authored: Sun Jan 24 21:22:47 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jan 24 21:22:47 2016 +0100 ---------------------------------------------------------------------- CHANGES.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5d55aadb/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 67efff6..87a73bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,11 +7,15 @@ Changes with Apache Libcloud in development General ~~~~~~~ -- Fix a bug with consuming stdout and stderr in the Paramiko SSH client which - would manifest itself under very rare scenario when a consumed chunk only - contained single byte or part of a multi byte UTF-8 character. +- Fix a bug with consuming stdout and stderr in the paramiko SSH client which + would manifest itself under very rare condition when a consumed chunk only + contained a single byte or part of a multi byte UTF-8 character. [Lakshmi Kannan, Tomaz Muraus] +- Increase default chunk size from ``1024`` to ``4096`` bytes in the paramiko + SSH client. This results in smaller number of receive calls on the average. + [Tomaz Muraus] + Changes with Apache Libcloud 1.0-pre1 -------------------------------------
