Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/43eeed66 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/43eeed66 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/43eeed66 Branch: refs/heads/trunk Commit: 43eeed66d86d7bbed26a8dcd6ed1d396c410d0f1 Parents: 78df34c Author: Tomaz Muraus <[email protected]> Authored: Sat Jul 30 12:58:35 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jul 30 12:58:35 2016 +0200 ---------------------------------------------------------------------- CHANGES.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/43eeed66/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 410b0ff..e14f672 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,16 @@ Changes in current version of Apache Libcloud --------------------------------------------- +General +~~~~~~~ + +- Fix caching of auth tokens in the Google Compute Engine drivers. Now we make + sure that the file is truncated before writing a new token. Not truncating + the file would cause issues if the new token is shorted then the existing one + which is cached in the file. + (GITHUB-844, LIBCLOUD-835) + [Paul Tiplady] + Compute ~~~~~~~
