summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG36
1 files changed, 36 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c3809d2b..9a078ff7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,39 @@
+0.2.3 Jul 12:
+ o Adapt code to Soledad 0.2.1 api.
+ o Fix Main Window briefly display before the wizard on first
+ start. Closes Bug #2954.
+ o Bugfix: Remember should not be automatically set to
+ checked. Closes #2955.
+ o Bugfix: reload config if switching to a different provider. Closes
+ #3067.
+ o Bugfix: logger window's toggle button reflects window
+ state. Closes #3152.
+ o Set timeout for requests to 10 seconds globally, configurable from
+ leap.util.constants. Fixes #2878.
+ o Bugfix: display error message on registration problem. Closes
+ #3039.
+ o Make wizard use the main event loop, ensuring clean termination.
+ o Use cocoasudo for installing missing updown scripts.
+ o Bugfix: Systray Turn ON action fails because is not correctly
+ enabled/disabled. Closes #3125.
+ o Bugfix: wrong systray icon on startup. Closes #3147.
+ o Bugfix: parse line return in the logger window. Closes #3151.
+ o Do not log user data on registration. Fixes #3168.
+ o Add --log-append eip.log to windows EIP launcher options to save
+ the logs in case of any problems. Fixes #2054.
+ o OSX: Make the install_path relative to the launcher path instead
+ of absolute.
+ o OSX: Fix icon display in cocoasudo.
+ o OSX: Raise window when showing if running on OSX.
+ o Bugfix: EIP status button moved to status panel.
+ o Check if there is no gateway to use and display correct
+ message. Close #2921.
+ o Reorder tray icons according new design. Closes #2919.
+ o Redirect stdout/stderr and twisted log to the logger. Closes
+ #3134.
+ o Improve LoggerWindow colors for easier debugging.
+ o Move the key manager to its own repository/package.
+
0.2.2 Jun 28:
o Add support for the kde polkit daemon
o Handle 'Incorrect Password' exception (keyring)