From 00d98a47c60764475d97df1c2eb847e20a77cae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 9 Aug 2013 14:54:19 -0300 Subject: Fold in changes --- CHANGELOG | 36 ++++++++++++++++++++++ changes/bug-3294_improve-add-missing-files | 1 - changes/bug-3319_change-log-out-texts | 1 - .../bug-3362_check-for-cacert-existence-before-use | 1 - changes/bug-3401_login-fail-left-ui-inconsistent | 1 - changes/bug_3274-fix-negative-rates | 1 - changes/bug_always_raise_when_visible | 1 - changes/bug_fail_gracefully_events | 2 -- changes/bug_regex_username | 2 -- changes/bug_update_hideshow | 2 -- changes/feature-3209_check-outdated-polkit-file | 1 - changes/feature-3310_support-multiple-schemas | 1 - changes/feature-3313_rebrand-the-client | 1 - changes/feature-3318_add-cancel-button-to-login | 1 - changes/feature-3403_support-multiple-schemas | 1 - changes/feature-3404_support-multiple-schemas | 1 - changes/feature-3418_update-transifex-project-name | 1 - changes/feature_2906_check_kext | 1 - changes/feature_3305_openvpn_verbosity | 1 - changes/feature_add-imap-service | 1 - changes/feature_add-uic-support-in-virtualenv | 1 - changes/feature_reintegrate_smtp | 1 - changes/feature_reintegrate_soledad | 1 - changes/feature_support_bundled_gpg | 2 -- changes/improve_displayed_error_messages | 2 -- 25 files changed, 36 insertions(+), 29 deletions(-) delete mode 100644 changes/bug-3294_improve-add-missing-files delete mode 100644 changes/bug-3319_change-log-out-texts delete mode 100644 changes/bug-3362_check-for-cacert-existence-before-use delete mode 100644 changes/bug-3401_login-fail-left-ui-inconsistent delete mode 100644 changes/bug_3274-fix-negative-rates delete mode 100644 changes/bug_always_raise_when_visible delete mode 100644 changes/bug_fail_gracefully_events delete mode 100644 changes/bug_regex_username delete mode 100644 changes/bug_update_hideshow delete mode 100644 changes/feature-3209_check-outdated-polkit-file delete mode 100644 changes/feature-3310_support-multiple-schemas delete mode 100644 changes/feature-3313_rebrand-the-client delete mode 100644 changes/feature-3318_add-cancel-button-to-login delete mode 100644 changes/feature-3403_support-multiple-schemas delete mode 100644 changes/feature-3404_support-multiple-schemas delete mode 100644 changes/feature-3418_update-transifex-project-name delete mode 100644 changes/feature_2906_check_kext delete mode 100644 changes/feature_3305_openvpn_verbosity delete mode 100644 changes/feature_add-imap-service delete mode 100644 changes/feature_add-uic-support-in-virtualenv delete mode 100644 changes/feature_reintegrate_smtp delete mode 100644 changes/feature_reintegrate_soledad delete mode 100644 changes/feature_support_bundled_gpg delete mode 100644 changes/improve_displayed_error_messages diff --git a/CHANGELOG b/CHANGELOG index 60881ef2..8713b220 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,39 @@ +0.3.0 Aug 9: + o Add missing scripts does not stop if a command fails, also warns + the user if there was an error. Closes #3294. + o Replace 'Sign Out' with 'Log Out' and 'User' with + 'Username'. Closes #3319. + o Verify cacert existence before using it. Closes bug #3362. + o Properly handle login failures. Closes bug #3401. + o Bugfix, avoid getting negative rates. Closes #3274. + o Raise window when setting it as visible. Fixes #3374 + o Fail gracefully when the events port 8090 is in use by something + else. Fixes #3276. + o Validate the username in the login form against the same regexp as + the wizard registration form. Fixes #3214. + o Update text from the tray menu based on the visibility of the + window. Fixes #3400. + o Add check for outdated polkit file. Closes #3209. + o Add support for multiple schemas so we can support multiples api + versions. Closes #3310. + o Rebrand the client to be named Bitmask. Feature #3313. + o Add cancel button to login. Closes #3318. + o Add multiple schema support for SMTP. Closes #3403. + o Add multiple schema support for Soledad. Closes #3404. + o Update Transifex project name and translators' + documentation. Closes #3418. + o Add check for tuntap kext before launching openvpn. Closes: #2906 + o Accept flag for changing openvpn verbosity in logs. Closes: #3305 + o Add imap service to the client. Closes: #2579 + o Add pyside-uic support inside the virtualenv. This way it won't + fail to 'make' if the virtualenv is activated. Closes #3411. + o Reintegrate SMTP relay module. Closes #3375 + o Reintegrate Soledad into the client. Closes #3307. + o Support bundled gpg. Related to #3397. + o Set the default port for SMTP to be 2013. + o Display a more generic error message in the main window, and leave + the detailed one for the log. Closes #3373. + 0.2.4 Jul 26: o Use the provider CA cert for every request once we have it bootstrapped (TOFU). Closes #3227. diff --git a/changes/bug-3294_improve-add-missing-files b/changes/bug-3294_improve-add-missing-files deleted file mode 100644 index ff1f0723..00000000 --- a/changes/bug-3294_improve-add-missing-files +++ /dev/null @@ -1 +0,0 @@ - o Add missing files does not stop if a command fails, also warns the user if there was an error. Closes #3294. diff --git a/changes/bug-3319_change-log-out-texts b/changes/bug-3319_change-log-out-texts deleted file mode 100644 index ffe1cef8..00000000 --- a/changes/bug-3319_change-log-out-texts +++ /dev/null @@ -1 +0,0 @@ - o Replace 'Sign Out' with 'Log Out' and 'User' with 'Username'. Closes #3319. diff --git a/changes/bug-3362_check-for-cacert-existence-before-use b/changes/bug-3362_check-for-cacert-existence-before-use deleted file mode 100644 index 5f69f193..00000000 --- a/changes/bug-3362_check-for-cacert-existence-before-use +++ /dev/null @@ -1 +0,0 @@ - o Verify cacert existence before using it. Closes bug #3362. diff --git a/changes/bug-3401_login-fail-left-ui-inconsistent b/changes/bug-3401_login-fail-left-ui-inconsistent deleted file mode 100644 index 2403fe0e..00000000 --- a/changes/bug-3401_login-fail-left-ui-inconsistent +++ /dev/null @@ -1 +0,0 @@ - o Properly handle login failures. Closes bug #3401. diff --git a/changes/bug_3274-fix-negative-rates b/changes/bug_3274-fix-negative-rates deleted file mode 100644 index 78df7a4f..00000000 --- a/changes/bug_3274-fix-negative-rates +++ /dev/null @@ -1 +0,0 @@ - o Bugfix, avoid getting negative rates. Closes #3274. diff --git a/changes/bug_always_raise_when_visible b/changes/bug_always_raise_when_visible deleted file mode 100644 index 21610bf2..00000000 --- a/changes/bug_always_raise_when_visible +++ /dev/null @@ -1 +0,0 @@ - o Raise window when setting it as visible. Fixes #3374 \ No newline at end of file diff --git a/changes/bug_fail_gracefully_events b/changes/bug_fail_gracefully_events deleted file mode 100644 index dbd6f594..00000000 --- a/changes/bug_fail_gracefully_events +++ /dev/null @@ -1,2 +0,0 @@ - o Fail gracefully when the events port 8090 is in use by something - else. Fixes #3276. \ No newline at end of file diff --git a/changes/bug_regex_username b/changes/bug_regex_username deleted file mode 100644 index 9de9f2d1..00000000 --- a/changes/bug_regex_username +++ /dev/null @@ -1,2 +0,0 @@ - o Validate the username in the login form against the same regexp as - the wizard registration form. Fixes #3214. \ No newline at end of file diff --git a/changes/bug_update_hideshow b/changes/bug_update_hideshow deleted file mode 100644 index 6ebbaaf1..00000000 --- a/changes/bug_update_hideshow +++ /dev/null @@ -1,2 +0,0 @@ - o Update text from the tray menu based on the visibility of the - window. Fixes #3400. \ No newline at end of file diff --git a/changes/feature-3209_check-outdated-polkit-file b/changes/feature-3209_check-outdated-polkit-file deleted file mode 100644 index 8cb7c35c..00000000 --- a/changes/feature-3209_check-outdated-polkit-file +++ /dev/null @@ -1 +0,0 @@ - o Add check for outdated polkit file. Closes #3209. diff --git a/changes/feature-3310_support-multiple-schemas b/changes/feature-3310_support-multiple-schemas deleted file mode 100644 index d5471507..00000000 --- a/changes/feature-3310_support-multiple-schemas +++ /dev/null @@ -1 +0,0 @@ - o Add support for multiple schemas so we can support multiples api versions. Closes #3310. diff --git a/changes/feature-3313_rebrand-the-client b/changes/feature-3313_rebrand-the-client deleted file mode 100644 index 4e10345e..00000000 --- a/changes/feature-3313_rebrand-the-client +++ /dev/null @@ -1 +0,0 @@ - o Rebrand the client to be named Bitmask. Feature #3313. diff --git a/changes/feature-3318_add-cancel-button-to-login b/changes/feature-3318_add-cancel-button-to-login deleted file mode 100644 index 2086e42d..00000000 --- a/changes/feature-3318_add-cancel-button-to-login +++ /dev/null @@ -1 +0,0 @@ - o Add cancel button to login. Closes #3318. diff --git a/changes/feature-3403_support-multiple-schemas b/changes/feature-3403_support-multiple-schemas deleted file mode 100644 index 9ed7ac89..00000000 --- a/changes/feature-3403_support-multiple-schemas +++ /dev/null @@ -1 +0,0 @@ - o Add multiple schema support for SMTP. Closes #3403. diff --git a/changes/feature-3404_support-multiple-schemas b/changes/feature-3404_support-multiple-schemas deleted file mode 100644 index 354dc71e..00000000 --- a/changes/feature-3404_support-multiple-schemas +++ /dev/null @@ -1 +0,0 @@ - o Add multiple schema support for Soledad. Closes #3404. diff --git a/changes/feature-3418_update-transifex-project-name b/changes/feature-3418_update-transifex-project-name deleted file mode 100644 index 2ac7485a..00000000 --- a/changes/feature-3418_update-transifex-project-name +++ /dev/null @@ -1 +0,0 @@ - o Update Transifex project name and translators' documentation. Closes #3418. diff --git a/changes/feature_2906_check_kext b/changes/feature_2906_check_kext deleted file mode 100644 index 3b663d55..00000000 --- a/changes/feature_2906_check_kext +++ /dev/null @@ -1 +0,0 @@ - o Add check for tuntap kext before launching openvpn. Closes: #2906 diff --git a/changes/feature_3305_openvpn_verbosity b/changes/feature_3305_openvpn_verbosity deleted file mode 100644 index d838861f..00000000 --- a/changes/feature_3305_openvpn_verbosity +++ /dev/null @@ -1 +0,0 @@ - o Accept flag for changing openvpn verbosity in logs. Closes: #3305 diff --git a/changes/feature_add-imap-service b/changes/feature_add-imap-service deleted file mode 100644 index 6721e2cd..00000000 --- a/changes/feature_add-imap-service +++ /dev/null @@ -1 +0,0 @@ - o Add imap service to the client. Closes: #2579 diff --git a/changes/feature_add-uic-support-in-virtualenv b/changes/feature_add-uic-support-in-virtualenv deleted file mode 100644 index 2c067f80..00000000 --- a/changes/feature_add-uic-support-in-virtualenv +++ /dev/null @@ -1 +0,0 @@ - o Add pyside-uic support inside the virtualenv. This way it won't fail to 'make' if the virtualenv is activated. Closes #3411. diff --git a/changes/feature_reintegrate_smtp b/changes/feature_reintegrate_smtp deleted file mode 100644 index 3466dc57..00000000 --- a/changes/feature_reintegrate_smtp +++ /dev/null @@ -1 +0,0 @@ - o Reintegrate SMTP relay module. Closes #3375 \ No newline at end of file diff --git a/changes/feature_reintegrate_soledad b/changes/feature_reintegrate_soledad deleted file mode 100644 index 34913149..00000000 --- a/changes/feature_reintegrate_soledad +++ /dev/null @@ -1 +0,0 @@ - o Reintegrate Soledad into the client. Closes #3307. \ No newline at end of file diff --git a/changes/feature_support_bundled_gpg b/changes/feature_support_bundled_gpg deleted file mode 100644 index 8ef3d522..00000000 --- a/changes/feature_support_bundled_gpg +++ /dev/null @@ -1,2 +0,0 @@ - o Support bundled gpg. Related to #3397. - o Set the default port for SMTP to be 2013. \ No newline at end of file diff --git a/changes/improve_displayed_error_messages b/changes/improve_displayed_error_messages deleted file mode 100644 index 90f8b7ff..00000000 --- a/changes/improve_displayed_error_messages +++ /dev/null @@ -1,2 +0,0 @@ - o Display a more generic error message in the main window, and leave - the detailed one for the log. Closes #3373. \ No newline at end of file -- cgit v1.2.3