From 9a176cc73d2e964d77f1933800aa2a8dd3fdae72 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 6 Sep 2013 23:23:14 +0200 Subject: add codename --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 577bb6ca..e94943ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.3.2 Sep 9: +0.3.2 Sep 6 -- the "no crashes or anything" release: o Fix up script in non-bundle linuces. Closes: #3450 o Logout stops imap and smtp services. Closes: #3553 o Properly daemonize polkit-gnome-authentication-agent. Closes: #3554 -- cgit v1.2.3 From c8a035c46b0b64772cf630d6c52d738f59ed6e73 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 20 Sep 2013 17:11:55 -0300 Subject: Fold in changes. --- CHANGELOG | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e94943ae..15db6cd2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,33 @@ +0.3.3 Sep 20 -- "the calm after the tempest" release: + o Remove execution bits in text files in bundle. Closes #3617. + o Use generic bad username/password message instead of specific ones when + the user uses incorrect data during login. Closes #3656. + o Fix LoggerWindow saving more than one line return per line in the logs + file. Closes #3714. + o Fix keyring imports so we do not get import errors. Closes: #3759 + o Catch logout problem, display a user message and allow log back in after a + successful logout if there was a logout error before. Closes #3774. + o Fix path prefix helper for the bundle and add regresion tests. Closes #3778. + o Prevent dialogs closing the app when it has been minimized to the tray. Closes #3791. + o Do not try to install resolv-update globally. Closes: #3803 + o Inconsistent hide/show main window from tray action. Closes #3821. + o Allow SMTP to start even when provider does not offer EIP. Closes: #3847 + o Fix username case problem at register/login. Closes #3857. + o Catch IndexError on `first` utility. + o Update git repo name in docs. Closes: #3417 + o Move STANDALONE flag to a module and unify get_path_prefix queries. + Closes #3636. + o Display the Encrypted Internet and Encrypted Email status in the systray + tooltip. Closes #3758. + o Tasktray menu changes, closes #3792. + - Remove the provider domain item (e.g. bitmask.net). + - Rename the EIP status menu items to be more descriptive. + - Change the EIP status menu items from disabled menu items + to submenus with children. + - Move the EIP action menu items under the EIP status submenu tree. + o Adds --version flag. Closes: #3816 + o Refactors EIPConnection to use LEAPConnection state machine. Closes: #3900 + 0.3.2 Sep 6 -- the "no crashes or anything" release: o Fix up script in non-bundle linuces. Closes: #3450 o Logout stops imap and smtp services. Closes: #3553 -- cgit v1.2.3