diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-27 16:28:33 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-27 16:28:33 -0300 |
commit | fd27f48a35736d8ba186c423a7de15ffee5143dd (patch) | |
tree | 56e475c1d5c3e450d3b60e0e51c753a2c1091493 /CHANGELOG.rst | |
parent | c0bc938de234a06670e6a26179564f3ca1e2589a (diff) |
[pkg] fold in changes0.9.0rc2
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5db85fb6..952574dc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,29 @@ Changelog --------- +0.9.0rc2 August 27 +++++++++++++++++++ + +Features +~~~~~~~~ +- `#7250 <https://leap.se/code/issues/7250>`_: Enable '--danger' for stable versions. +- `#7291 <https://leap.se/code/issues/7291>`_: Move the updater code from the launcher to the client. +- `#7342 <https://leap.se/code/issues/7342>`_: Added apply_updates.py script for the pyinstaller bundle. +- `#7353 <https://leap.se/code/issues/7353>`_: Add notifications of soledad sync progress to UI. +- `#7356 <https://leap.se/code/issues/7356>`_: Allow to disable EIP component on build. + +Bugfixes +~~~~~~~~ +- `#6594 <https://leap.se/code/issues/6594>`_: Handle disabled registration on provider. +- `#7149 <https://leap.se/code/issues/7149>`_: Start the events server when reactor is running. +- `#7273 <https://leap.se/code/issues/7273>`_: Logbook subscriber stop fails if not started. +- `#7273 <https://leap.se/code/issues/7273>`_: ZMQError: address already in use - logbook subscriber already started. +- `#7281 <https://leap.se/code/issues/7281>`_: Support a provider not providing location for the eip gateways. +- `#7319 <https://leap.se/code/issues/7319>`_: Raise the maxfiles limit in OSX +- `#7343 <https://leap.se/code/issues/7343>`_: Clean up and fix the tests. + + + 0.9.0rc1 July 10 ++++++++++++++++ |