Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8c5906e9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8c5906e9 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8c5906e9 Branch: refs/heads/trunk Commit: 8c5906e973d5c9c8fcaf86a9d2aa318f437a63e2 Parents: e7b8080 Author: Tomaz Muraus <to...@apache.org> Authored: Sun Jan 24 21:21:05 2016 +0100 Committer: Tomaz Muraus <to...@apache.org> Committed: Sun Jan 24 21:21:05 2016 +0100 ---------------------------------------------------------------------- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8c5906e9/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index fa24c6e..67efff6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changelog ========= +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. + [Lakshmi Kannan, Tomaz Muraus] + Changes with Apache Libcloud 1.0-pre1 -------------------------------------