summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-09 14:54:19 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-09 14:54:19 -0300
commit00d98a47c60764475d97df1c2eb847e20a77cae5 (patch)
tree5159d16852198b00a2eb7af360f3ceee42a6da58
parente3758f91f58d3a17032860bb17e1643c331c3b0f (diff)
Fold in changes0.3.0
-rw-r--r--CHANGELOG36
-rw-r--r--changes/bug-3294_improve-add-missing-files1
-rw-r--r--changes/bug-3319_change-log-out-texts1
-rw-r--r--changes/bug-3362_check-for-cacert-existence-before-use1
-rw-r--r--changes/bug-3401_login-fail-left-ui-inconsistent1
-rw-r--r--changes/bug_3274-fix-negative-rates1
-rw-r--r--changes/bug_always_raise_when_visible1
-rw-r--r--changes/bug_fail_gracefully_events2
-rw-r--r--changes/bug_regex_username2
-rw-r--r--changes/bug_update_hideshow2
-rw-r--r--changes/feature-3209_check-outdated-polkit-file1
-rw-r--r--changes/feature-3310_support-multiple-schemas1
-rw-r--r--changes/feature-3313_rebrand-the-client1
-rw-r--r--changes/feature-3318_add-cancel-button-to-login1
-rw-r--r--changes/feature-3403_support-multiple-schemas1
-rw-r--r--changes/feature-3404_support-multiple-schemas1
-rw-r--r--changes/feature-3418_update-transifex-project-name1
-rw-r--r--changes/feature_2906_check_kext1
-rw-r--r--changes/feature_3305_openvpn_verbosity1
-rw-r--r--changes/feature_add-imap-service1
-rw-r--r--changes/feature_add-uic-support-in-virtualenv1
-rw-r--r--changes/feature_reintegrate_smtp1
-rw-r--r--changes/feature_reintegrate_soledad1
-rw-r--r--changes/feature_support_bundled_gpg2
-rw-r--r--changes/improve_displayed_error_messages2
25 files changed, 36 insertions, 29 deletions
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