From 6ab80f96b1ed14ccf96cae37ff207649a26a38ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 6 Jun 2014 14:39:00 -0300 Subject: Fold in changes and update relnotes --- CHANGELOG.rst | 34 +++++++++++++++++++++++++++ changes/allow-local-multicast-in-firewall | 2 -- changes/bug-4144_support-gnome-shell-polkit | 1 - changes/bug-5540_change-password-fix | 1 - changes/bug-5695_fix-username-regex-support | 3 --- changes/bug-5721_eip-autostart-is-broken | 1 - changes/bug-block-ipv6-clientside | 1 - changes/bug_5687_switch-eip-off | 1 - changes/bug_add_openvpn_bin_path_osx | 1 - changes/bug_allow-usernames-ending-with-digit | 1 - changes/bug_improve_signal_handling | 1 - changes/bug_openvpn_not_found | 1 - changes/bug_set_userid | 1 - changes/bug_update_ui_when_fails_at_config | 1 - changes/feature-5689-psutil-compat | 1 - changes/feature-bitmask-root-versioning | 1 - changes/feature-country-code-flag | 1 - changes/feature_5692-fix-nameserver-restoring | 1 - changes/feature_init-check-resolvconf | 1 - changes/refactor-and-cleanup | 3 --- changes/refactor-mail-soledad | 5 ---- relnotes.txt | 18 ++++++-------- 22 files changed, 41 insertions(+), 40 deletions(-) delete mode 100644 changes/allow-local-multicast-in-firewall delete mode 100644 changes/bug-4144_support-gnome-shell-polkit delete mode 100644 changes/bug-5540_change-password-fix delete mode 100644 changes/bug-5695_fix-username-regex-support delete mode 100644 changes/bug-5721_eip-autostart-is-broken delete mode 100644 changes/bug-block-ipv6-clientside delete mode 100644 changes/bug_5687_switch-eip-off delete mode 100644 changes/bug_add_openvpn_bin_path_osx delete mode 100644 changes/bug_allow-usernames-ending-with-digit delete mode 100644 changes/bug_improve_signal_handling delete mode 100644 changes/bug_openvpn_not_found delete mode 100644 changes/bug_set_userid delete mode 100644 changes/bug_update_ui_when_fails_at_config delete mode 100644 changes/feature-5689-psutil-compat delete mode 100644 changes/feature-bitmask-root-versioning delete mode 100644 changes/feature-country-code-flag delete mode 100644 changes/feature_5692-fix-nameserver-restoring delete mode 100644 changes/feature_init-check-resolvconf delete mode 100644 changes/refactor-and-cleanup delete mode 100644 changes/refactor-mail-soledad diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b429595b..4faceb98 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,40 @@ History 2014 ==== +0.5.2 June 6 -- the "are we there yet" release: ++++++++++++++++++++++++++++++++++++++++++++++++ + +- Unblock local multicast IPs from linux firewall, to allow SSDP and + Bonjour/mDNS to work. +- Add support for gnome-shell polkit agent. Closes #4144, #4218. +- Update username regex to support the same as webapp. Closes #5965. +- Wrong error message for username too short. Fixes #5697. +- Cleanup and refactor username/password validators. +- Fix EIP autostart failing. Closes #5721. +- Block ipv6 traffic for the moment. Closes #5693 +- Fix bug with ipv6 blocking that caused block to not get removed from + firewall when Bitmask quit. +- Bring firewall down when switching EIP off. Closes #5687 +- Add OPENVPN_BIN_PATH for OSX so that EIP starts properly. +- Allow usernames to end in a digit. +- Improve signal handling in the mainwindow and wizard. +- Enable UI when OpenVPN bin is not found, plus check before starting + EIP. Fixes #5619. +- Properly set the userid for SMTP. +- Update EIP UI if it fails to download the config. +- Make use of cmdline in psutil backwards-compatible. Closes #5689 +- Add versioning support to bitmask-root. +- Show flag of country for eip exit node, if available. Related #1232 +- Fix nameserver restoring. Closes #5692 +- Warn user if resolvconf cannot be found. +- Refactor Keymanager to backend. Closes #5711. +- Cleanup backend from hacks. Closes #5698. +- Improve wait and quit process. +- Move soledad password change to backend. +- Move Mail logic to backend. +- Separate imap/smtp logic from conductor. +- Refactor SoledadBootstrapper to backend. Closes #5481. + 0.5.1 May 16 -- the "lil less leaky" release: +++++++++++++++++++++++++++++++++++++++++++++ diff --git a/changes/allow-local-multicast-in-firewall b/changes/allow-local-multicast-in-firewall deleted file mode 100644 index 4c17b92e..00000000 --- a/changes/allow-local-multicast-in-firewall +++ /dev/null @@ -1,2 +0,0 @@ -- unblock local multicast IPs from linux firewall, to allow SSDP and Bonjour/mDNS to work. -- fix bug with ipv6 blocking that caused block to not get removed from firewall when Bitmask quit. \ No newline at end of file diff --git a/changes/bug-4144_support-gnome-shell-polkit b/changes/bug-4144_support-gnome-shell-polkit deleted file mode 100644 index b8da093c..00000000 --- a/changes/bug-4144_support-gnome-shell-polkit +++ /dev/null @@ -1 +0,0 @@ -- Add support for gnome-shell polkit agent. Closes #4144, #4218. diff --git a/changes/bug-5540_change-password-fix b/changes/bug-5540_change-password-fix deleted file mode 100644 index 9c9c09d5..00000000 --- a/changes/bug-5540_change-password-fix +++ /dev/null @@ -1 +0,0 @@ -Change password doesn't work. Closes #5540. diff --git a/changes/bug-5695_fix-username-regex-support b/changes/bug-5695_fix-username-regex-support deleted file mode 100644 index 855ec149..00000000 --- a/changes/bug-5695_fix-username-regex-support +++ /dev/null @@ -1,3 +0,0 @@ -- Update username regex to support the same as webapp. Closes #5965. -- Wrong error message for username too short. (Bug #5697) -- Cleanup and refactor username/password validators. diff --git a/changes/bug-5721_eip-autostart-is-broken b/changes/bug-5721_eip-autostart-is-broken deleted file mode 100644 index ab1ea512..00000000 --- a/changes/bug-5721_eip-autostart-is-broken +++ /dev/null @@ -1 +0,0 @@ -- Fix EIP autostart failing. Closes #5721. diff --git a/changes/bug-block-ipv6-clientside b/changes/bug-block-ipv6-clientside deleted file mode 100644 index 9e6b88c4..00000000 --- a/changes/bug-block-ipv6-clientside +++ /dev/null @@ -1 +0,0 @@ -- Block ipv6 traffic for the moment. Closes: #5693 diff --git a/changes/bug_5687_switch-eip-off b/changes/bug_5687_switch-eip-off deleted file mode 100644 index 4cf0d24a..00000000 --- a/changes/bug_5687_switch-eip-off +++ /dev/null @@ -1 +0,0 @@ -- Bring firewall down when switching EIP off. Closes: #5687 diff --git a/changes/bug_add_openvpn_bin_path_osx b/changes/bug_add_openvpn_bin_path_osx deleted file mode 100644 index 367b5b8e..00000000 --- a/changes/bug_add_openvpn_bin_path_osx +++ /dev/null @@ -1 +0,0 @@ -- Add OPENVPN_BIN_PATH for OSX so that EIP starts properly. \ No newline at end of file diff --git a/changes/bug_allow-usernames-ending-with-digit b/changes/bug_allow-usernames-ending-with-digit deleted file mode 100644 index de47e7ac..00000000 --- a/changes/bug_allow-usernames-ending-with-digit +++ /dev/null @@ -1 +0,0 @@ -- Allow usernames to end in a digit. diff --git a/changes/bug_improve_signal_handling b/changes/bug_improve_signal_handling deleted file mode 100644 index 4f88747f..00000000 --- a/changes/bug_improve_signal_handling +++ /dev/null @@ -1 +0,0 @@ -- Improve signal handling in the mainwindow and wizard. \ No newline at end of file diff --git a/changes/bug_openvpn_not_found b/changes/bug_openvpn_not_found deleted file mode 100644 index c2363122..00000000 --- a/changes/bug_openvpn_not_found +++ /dev/null @@ -1 +0,0 @@ -- Enable UI when OpenVPN bin is not found, plus check before starting EIP. Fixes #5619. \ No newline at end of file diff --git a/changes/bug_set_userid b/changes/bug_set_userid deleted file mode 100644 index 050a8808..00000000 --- a/changes/bug_set_userid +++ /dev/null @@ -1 +0,0 @@ -- Properly set the userid for SMTP. \ No newline at end of file diff --git a/changes/bug_update_ui_when_fails_at_config b/changes/bug_update_ui_when_fails_at_config deleted file mode 100644 index 84f19401..00000000 --- a/changes/bug_update_ui_when_fails_at_config +++ /dev/null @@ -1 +0,0 @@ -- Update EIP UI if it fails to download the config. \ No newline at end of file diff --git a/changes/feature-5689-psutil-compat b/changes/feature-5689-psutil-compat deleted file mode 100644 index be11aea3..00000000 --- a/changes/feature-5689-psutil-compat +++ /dev/null @@ -1 +0,0 @@ -- Make use of cmdline in psutil backwards-compatible. Closes: #5689 diff --git a/changes/feature-bitmask-root-versioning b/changes/feature-bitmask-root-versioning deleted file mode 100644 index bfe69041..00000000 --- a/changes/feature-bitmask-root-versioning +++ /dev/null @@ -1 +0,0 @@ -- Add versioning support to bitmask-root. diff --git a/changes/feature-country-code-flag b/changes/feature-country-code-flag deleted file mode 100644 index b7b53626..00000000 --- a/changes/feature-country-code-flag +++ /dev/null @@ -1 +0,0 @@ -- Show flag of country for eip exit node, if available. Related: #1232 diff --git a/changes/feature_5692-fix-nameserver-restoring b/changes/feature_5692-fix-nameserver-restoring deleted file mode 100644 index 10ce3427..00000000 --- a/changes/feature_5692-fix-nameserver-restoring +++ /dev/null @@ -1 +0,0 @@ -- Fix nameserver restoring. Closes: #5692 diff --git a/changes/feature_init-check-resolvconf b/changes/feature_init-check-resolvconf deleted file mode 100644 index 81733910..00000000 --- a/changes/feature_init-check-resolvconf +++ /dev/null @@ -1 +0,0 @@ -- Warn user if resolvconf cannot be found. diff --git a/changes/refactor-and-cleanup b/changes/refactor-and-cleanup deleted file mode 100644 index 18331ed4..00000000 --- a/changes/refactor-and-cleanup +++ /dev/null @@ -1,3 +0,0 @@ -- Refactor Keymanager to backend. Closes #5711. -- Cleanup backend from hacks. Closes #5698. - diff --git a/changes/refactor-mail-soledad b/changes/refactor-mail-soledad deleted file mode 100644 index 32b1ab5b..00000000 --- a/changes/refactor-mail-soledad +++ /dev/null @@ -1,5 +0,0 @@ -- Improve wait and quit process. -- Move soledad password change to backend. -- Move Mail logic to backend. -- Separate imap/smtp logic from conductor. -- Refactor SoledadBootstrapper to backend. Closes #5481. diff --git a/relnotes.txt b/relnotes.txt index 2704d6f0..e95e8c15 100644 --- a/relnotes.txt +++ b/relnotes.txt @@ -1,8 +1,8 @@ -ANNOUNCING Bitmask, the Internet Encryption Toolkit, release 0.5.1 +ANNOUNCING Bitmask, the Internet Encryption Toolkit, release 0.5.2 The LEAP team is pleased to announce the immediate availability of -version 0.5.1 of Bitmask, the Internet Encryption Toolkit, codename -"lil less leaky". +version 0.5.2 of Bitmask, the Internet Encryption Toolkit, codename +"are we there yet". https://downloads.leap.se/client/ @@ -43,13 +43,9 @@ NOT trust your life to it. WHAT CAN THIS VERSION OF BITMASK DO FOR ME? -Bitmask 0.5.1 improves greatly its mail support and stability in -general, among other various bug fixes. You can refer to the CHANGELOG -for the meat. - -As always, you can connect to the Encrypted Internet Proxy service -offered by a provider of your choice, and enjoy a encrypted internet -connection that the spying eyes can only track back to your provider. +Bitmask 0.5.2 improves greatly its Encrypted internet support and +stability in general, among other various bug fixes. You can refer to +the CHANGELOG for the meat. Encrypted Internet on Linux now helps you don't shoot yourself in the foot by leaking traffic outside of the secure connection it @@ -108,6 +104,6 @@ beyond any border. The LEAP team, -May 16, 2014 +June 6, 2014 Somewhere in the middle of the intertubes. EOF -- cgit v1.2.3