changes for #976
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8a4de206 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8a4de206 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8a4de206 Branch: refs/heads/trunk Commit: 8a4de206e1a90c32815bbb5aa61b1657cf956c69 Parents: f48cc67 Author: Anthony Shaw <anthonys...@apache.org> Authored: Fri Jan 13 14:30:18 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Fri Jan 13 14:30:18 2017 +1100 ---------------------------------------------------------------------- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8a4de206/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 8e96afd..7c23358 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,9 +19,18 @@ Common [GITHUB-971] (Anthony Shaw) +- Fix bug where instantiating a connection from URL and then requesting an action with a leading / would lead to + a malformed URL + [GITHUB-976] + (Anthony Shaw) + Compute ~~~~~~~ +- Fix a bug in profitbricks driver where listing snapshots would request a malformed URL + [GITHUB-976] + (Anthony Shaw) + - Fix LIBCLOUD-806 bug where vsphere driver cannot be instantiated [GITHUB-967] (Anthony Shaw)