From f85aa3d0755dd7eb8f7d50ff7d3d3527205299a2 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 18:08:39 -0300 Subject: [pkg] fold in changes --- CHANGELOG.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c46ff20d..5db85fb6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,46 @@ Changelog --------- +0.9.0rc1 July 10 +++++++++++++++++ + +Features +~~~~~~~~ +- `#5526 `_: Make "check" button selected by default. +- `#6359 `_: Adapt bitmask to the new events api on leap.common. +- `#6360 `_: Use txzmq in backend. +- `#6368 `_: Add support to the new async-api of keymanager. +- `#6683 `_: Add ability to generate sumo tarball. +- `#6713 `_: Add support for xfce-polkit agent. +- `#6876 `_: Update api port for pinned riseup. +- `#7139 `_: Use logbook zmq handler to centralize logging. +- `#7140 `_: Implement a thread-safe zmq handler for logbook. +- `#7141 `_: Add log handler to display colored logs on the terminal. +- `#7142 `_: Add log handler to store logs on bitmask.log. +- `#7143 `_: Adapt existing log filter/silencer to the new logbook handler. +- `#7144 `_: Replace logging handler with logbook handler bitmask-wide. +- `#7162 `_: Log LSB-release info if available. +- `#7180 `_: Add log rotation for bitmask.log. +- `#7184 `_: Forward twisted logs to logging and handle logging logs with logbook. +- Add support to the new async-api of soledad + +Bugfixes +~~~~~~~~ +- `#6418 `_: Cannot change preseeded providers if checks for one fail. +- `#6424 `_: Do not disable autostart if the quit is triggered by a system logout. +- `#6541 `_: Client must honor the ports specified in eip-service.json. +- `#6654 `_: Regression fix, login attempt is made against previously selected provider. +- `#6682 `_: Handle user cancel keyring open operation, this prevents a bitmask freeze. +- `#6894 `_: Change 'ip' command location to support Fedora/RHEL distros. +- `#7093 `_: Fix controller attribute error. +- `#7126 `_: Don't run the event server on the backend for the standalone bundle since the launcher takes care of that. +- `#7185 `_: Log contains exported PGP Private Key. +- `#7222 `_: Run the zmq log subscriber in the background to avoid hitting the zmq's buffer limits. +- `#6536 `_, `#6568 `_, `#6691 `_: Refactor soledad sync to do it the twisted way. +- Fix the bootstrap script for developers so it works on Fedora/RHEL systems where there is /usr/lib64 for python libs. +- Fix soledad bootstrap sync retries. + + 0.8.1 February 25 +++++++++++++++++ -- cgit v1.2.3