From bd1a4037236c5f8591afdebaf8cef704f3600cc0 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 28 Oct 2015 11:54:25 -0300 Subject: [pkg] merge RCs changes and fold in files --- CHANGELOG.rst | 91 +++++++++++++++++++++-------------------------------------- 1 file changed, 32 insertions(+), 59 deletions(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 421389e2..2d56cc6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,68 +3,13 @@ Changelog --------- -0.9.0rc4 October 05 -+++++++++++++++++++ +0.9.0 October 28 +++++++++++++++++ Features ~~~~~~~~ -- `#7471 `_: Disable email firewall if we are running inside a docker container. - -Bugfixes -~~~~~~~~ -- `#7451 `_: Assign the timeout 'call later' before starting the sync to prevent race conditions. -- `#7503 `_: Handle soledad init fail after several retries. -- Remove bubble argument from the logbook NullHandler - - -0.9.0rc3 September 22 -+++++++++++++++++++++ -Features -~~~~~~~~ - `#4284 `_: Download specific smtp certificate from provider, instead of using the vpn one. -- `#7414 `_: Remove taskthread dependency, replace with custom (and small) code. -- `#7419 `_: Load credentials from environment variables and trigger login. - - -Bugfixes -~~~~~~~~ -- `#7415 `_: Fix wrong argument number on window raise event. -- `#7448 `_: Fix hangs during logout. -- `#7453 `_: After a complete sync show the user the amount of unread emails. -- `#7470 `_: Fix bug with password change. -- `#7474 `_: Track soledad ready state on a shared place for easy access. Enable password change window. -- Authenticate properly logout calls to API. - - -0.9.0rc2 August 27 -++++++++++++++++++ - -Features -~~~~~~~~ -- `#7250 `_: Enable '--danger' for stable versions. -- `#7291 `_: Move the updater code from the launcher to the client. -- `#7342 `_: Added apply_updates.py script for the pyinstaller bundle. -- `#7353 `_: Add notifications of soledad sync progress to UI. -- `#7356 `_: Allow to disable EIP component on build. - -Bugfixes -~~~~~~~~ -- `#6594 `_: Handle disabled registration on provider. -- `#7149 `_: Start the events server when reactor is running. -- `#7273 `_: Logbook subscriber stop fails if not started. -- `#7273 `_: ZMQError: address already in use - logbook subscriber already started. -- `#7281 `_: Support a provider not providing location for the eip gateways. -- `#7319 `_: Raise the maxfiles limit in OSX -- `#7343 `_: Clean up and fix the tests. - - - -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. @@ -81,23 +26,51 @@ Features - `#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. +- `#7250 `_: Enable '--danger' for stable versions. +- `#7291 `_: Move the updater code from the launcher to the client. +- `#7342 `_: Added apply_updates.py script for the pyinstaller bundle. +- `#7353 `_: Add notifications of soledad sync progress to UI. +- `#7356 `_: Allow to disable EIP component on build. +- `#7414 `_: Remove taskthread dependency, replace with custom (and small) code. +- `#7419 `_: Load credentials from environment variables and trigger login. +- `#7471 `_: Disable email firewall if we are running inside a docker container. - 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. +- `#6536 `_, `#6568 `_, `#6691 `_: Refactor soledad sync to do it the twisted way. - `#6541 `_: Client must honor the ports specified in eip-service.json. +- `#6594 `_: Handle disabled registration on provider. - `#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. +- `#7149 `_: Start the events server when reactor is running. - `#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. +- `#7273 `_: Logbook subscriber stop fails if not started. +- `#7273 `_: ZMQError: address already in use - logbook subscriber already started. +- `#7281 `_: Support a provider not providing location for the eip gateways. +- `#7319 `_: Raise the maxfiles limit in OSX +- `#7343 `_: Clean up and fix the tests. +- `#7415 `_: Fix wrong argument number on window raise event. +- `#7448 `_: Fix hangs during logout. +- `#7451 `_: Assign the timeout 'call later' before starting the sync to prevent race conditions. +- `#7453 `_: After a complete sync show the user the amount of unread emails. +- `#7470 `_: Fix bug with password change. +- `#7474 `_: Track soledad ready state on a shared place for easy access. Enable password change window. +- `#7503 `_: Handle soledad init fail after several retries. +- `#7512 `_: Pass on standalone flag to common. +- `#7512 `_: Store logs in the right place. +- `#7512 `_: Store zmq certs in the right path. +- Authenticate properly logout calls to API. - Fix soledad bootstrap sync retries. +- Fix the bootstrap script for developers so it works on Fedora/RHEL systems where there is /usr/lib64 for python libs. +- Remove bubble argument from the logbook NullHandler 0.8.1 February 25 -- cgit v1.2.3