summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-10-04 12:07:23 -0300
committerTomás Touceda <chiiph@leap.se>2013-10-04 12:07:23 -0300
commit759d73ae0728f074e0fb0740269249d0e5066574 (patch)
tree4fe300c3c105e17721f79eeece9bbd3745b43d78
parent74f858aa290aa8e5da5a75cb80fe70e30559d39f (diff)
Fold in changes
-rw-r--r--CHANGELOG33
-rw-r--r--changes/better_support_login_multiple_providers3
-rw-r--r--changes/bug-3914_unhandled-error-on-version-flag1
-rw-r--r--changes/bug_3926_connection-aborted2
-rw-r--r--changes/bug_3927_fix-eip-turn-on-button-action2
-rw-r--r--changes/bug_3985-soledad-boostrap-problem2
-rw-r--r--changes/choose_one_gnupg1
-rw-r--r--changes/feature-2858_refactor-vpnlaunchers2
-rw-r--r--changes/feature-3631_autostart-eip-optional2
-rw-r--r--changes/feature-3981_cleanlooks-for-bundle-only2
-rw-r--r--changes/feature-3995_add-drop-down-for-known-providers1
-rw-r--r--changes/feature-3996_separate-providers-in-wizard1
-rw-r--r--changes/feature_3965_soledad-bootstrap-error-handling2
-rw-r--r--changes/feature_new_ui1
-rw-r--r--changes/feature_provider-check-against-ca-bundle2
-rw-r--r--changes/feature_use_token1
-rw-r--r--changes/login_error_undistinguishable2
-rw-r--r--changes/properly_enable_services1
-rw-r--r--changes/properly_minimize_osx1
-rw-r--r--changes/properly_stop_smtp1
20 files changed, 33 insertions, 30 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ac1aceeb..4791f18b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,36 @@
+0.3.4 Oct 4 -- the "look at my new makeup" release:
+ o Fixes a bug where you cannot login to a different provider once
+ you logged in to another one. Fixes #3695.
+ o Resets the session for every login attempt. Related to #3695.
+ o Avoid error message if --version flag is used. Closes #3914.
+ o Fix a bug in which failing to authenticate properly left
+ connection in an unconsistent state. Closes: #3926
+ o Avoids errors due to the EIP switch button and action being
+ enabled when we do not have a configured provider. Closes: #3927
+ o Add more verbose error handling during key generation and syncing.
+ Helps diagnose: #3985; Addresses in part: #3965
+ o Choose one gnupg binary path that is also not a symlink. Closes
+ #3999.
+ o Refactor vpn launchers, reuse code, improve implementations,
+ update documentation. Closes #2858.
+ o Add preferences option to enable/disable the automatic start of
+ EIP and selection of the EIP provider to auto start. Closes #3631.
+ o Force cleanlooks style for kde only if the app is running from
+ bundle. Closes #3981.
+ o Add a dropdown for known providers in the wizard. Closes #3995.
+ o Separate pinned providers from user configures ones. Closes #3996.
+ o Improve error handling during soledad bootstrap. Closes: #3965.
+ Affects: #3619, #3867, #3966
+ o Implement new UI design. Closes #3973.
+ o Make the initial provider cert verifications against our modified
+ CA-bundle (includes ca-cert certificates, for now). Closes: #3850
+ o Use token header for authenticated requests. Closes #3910.
+ o Do not distinguish between different possible authentication
+ errors. Fixes #3859.
+ o Do not start Soledad if Mail is not enabled. Fixes #3989.
+ o Allow window minization on OSX. Fixes #3932.
+ o Properly stop the smtp daemon. Fixes #3873.
+
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
diff --git a/changes/better_support_login_multiple_providers b/changes/better_support_login_multiple_providers
deleted file mode 100644
index 149471d9..00000000
--- a/changes/better_support_login_multiple_providers
+++ /dev/null
@@ -1,3 +0,0 @@
- o Fixes a bug where you cannot login to a different provider once
- you logged in to another one. Fixes #3695.
- o Also resets the session for every login attempt. Related to #3695. \ No newline at end of file
diff --git a/changes/bug-3914_unhandled-error-on-version-flag b/changes/bug-3914_unhandled-error-on-version-flag
deleted file mode 100644
index 41e023a0..00000000
--- a/changes/bug-3914_unhandled-error-on-version-flag
+++ /dev/null
@@ -1 +0,0 @@
- o Avoid error message if --version flag is used. Closes #3914.
diff --git a/changes/bug_3926_connection-aborted b/changes/bug_3926_connection-aborted
deleted file mode 100644
index 58e6fe11..00000000
--- a/changes/bug_3926_connection-aborted
+++ /dev/null
@@ -1,2 +0,0 @@
- o Fix a bug in which failing to authenticate properly left connection
- in an unconsistent state. Closes: #3926
diff --git a/changes/bug_3927_fix-eip-turn-on-button-action b/changes/bug_3927_fix-eip-turn-on-button-action
deleted file mode 100644
index 53e9b133..00000000
--- a/changes/bug_3927_fix-eip-turn-on-button-action
+++ /dev/null
@@ -1,2 +0,0 @@
- o Avoids errors due to the EIP switch button and action being enabled
- when we do not have a configured provider. Closes: #3927
diff --git a/changes/bug_3985-soledad-boostrap-problem b/changes/bug_3985-soledad-boostrap-problem
deleted file mode 100644
index 629481de..00000000
--- a/changes/bug_3985-soledad-boostrap-problem
+++ /dev/null
@@ -1,2 +0,0 @@
- o Add more verbose error handling during key generation and syncing.
- Helps diagnose: #3985; Addresses in part: #3965
diff --git a/changes/choose_one_gnupg b/changes/choose_one_gnupg
deleted file mode 100644
index d759616b..00000000
--- a/changes/choose_one_gnupg
+++ /dev/null
@@ -1 +0,0 @@
- o Choose one gnupg binary path that is also not a symlink. Closes #3999. \ No newline at end of file
diff --git a/changes/feature-2858_refactor-vpnlaunchers b/changes/feature-2858_refactor-vpnlaunchers
deleted file mode 100644
index 27106f7a..00000000
--- a/changes/feature-2858_refactor-vpnlaunchers
+++ /dev/null
@@ -1,2 +0,0 @@
- o Refactor vpn launchers, reuse code, improve implementations, update
- documentation. Closes #2858.
diff --git a/changes/feature-3631_autostart-eip-optional b/changes/feature-3631_autostart-eip-optional
deleted file mode 100644
index 83288548..00000000
--- a/changes/feature-3631_autostart-eip-optional
+++ /dev/null
@@ -1,2 +0,0 @@
- o Add preferences option to enable/disable the automatic start of EIP, and
- selection of the EIP provider to auto start. Closes #3631.
diff --git a/changes/feature-3981_cleanlooks-for-bundle-only b/changes/feature-3981_cleanlooks-for-bundle-only
deleted file mode 100644
index c762b8f3..00000000
--- a/changes/feature-3981_cleanlooks-for-bundle-only
+++ /dev/null
@@ -1,2 +0,0 @@
- o Force cleanlooks style for kde only if the app is running from bundle.
- Closes #3981.
diff --git a/changes/feature-3995_add-drop-down-for-known-providers b/changes/feature-3995_add-drop-down-for-known-providers
deleted file mode 100644
index f05c3b58..00000000
--- a/changes/feature-3995_add-drop-down-for-known-providers
+++ /dev/null
@@ -1 +0,0 @@
- o Add a dropdown for known providers in the wizard. Closes #3995.
diff --git a/changes/feature-3996_separate-providers-in-wizard b/changes/feature-3996_separate-providers-in-wizard
deleted file mode 100644
index 2466d140..00000000
--- a/changes/feature-3996_separate-providers-in-wizard
+++ /dev/null
@@ -1 +0,0 @@
- o Separate pinned providers from user configures ones. Closes #3996.
diff --git a/changes/feature_3965_soledad-bootstrap-error-handling b/changes/feature_3965_soledad-bootstrap-error-handling
deleted file mode 100644
index d9f16378..00000000
--- a/changes/feature_3965_soledad-bootstrap-error-handling
+++ /dev/null
@@ -1,2 +0,0 @@
- o Improve error handling during soledad bootstrap. Closes: #3965.
- Affects: #3619, #3867, #3966
diff --git a/changes/feature_new_ui b/changes/feature_new_ui
deleted file mode 100644
index b84fd39e..00000000
--- a/changes/feature_new_ui
+++ /dev/null
@@ -1 +0,0 @@
- o Implement new UI design. Closes #3973. \ No newline at end of file
diff --git a/changes/feature_provider-check-against-ca-bundle b/changes/feature_provider-check-against-ca-bundle
deleted file mode 100644
index b3f9042f..00000000
--- a/changes/feature_provider-check-against-ca-bundle
+++ /dev/null
@@ -1,2 +0,0 @@
- o Make the initial provider cert verifications against our modified
- CA-bundle (includes ca-cert certificates, for now). Closes: #3850
diff --git a/changes/feature_use_token b/changes/feature_use_token
deleted file mode 100644
index b412cc2d..00000000
--- a/changes/feature_use_token
+++ /dev/null
@@ -1 +0,0 @@
- o Use token header for authenticated requests. Closes #3910. \ No newline at end of file
diff --git a/changes/login_error_undistinguishable b/changes/login_error_undistinguishable
deleted file mode 100644
index 5391f3fc..00000000
--- a/changes/login_error_undistinguishable
+++ /dev/null
@@ -1,2 +0,0 @@
- o Do not distinguish between different possible authentication
- errors. Fixes #3859. \ No newline at end of file
diff --git a/changes/properly_enable_services b/changes/properly_enable_services
deleted file mode 100644
index 1b08fa3c..00000000
--- a/changes/properly_enable_services
+++ /dev/null
@@ -1 +0,0 @@
- o Do not start Soledad if Mail is not enabled. Fixes #3989. \ No newline at end of file
diff --git a/changes/properly_minimize_osx b/changes/properly_minimize_osx
deleted file mode 100644
index c3e5a3ef..00000000
--- a/changes/properly_minimize_osx
+++ /dev/null
@@ -1 +0,0 @@
- o Allow window minization on OSX. Fixes #3932. \ No newline at end of file
diff --git a/changes/properly_stop_smtp b/changes/properly_stop_smtp
deleted file mode 100644
index e556ce29..00000000
--- a/changes/properly_stop_smtp
+++ /dev/null
@@ -1 +0,0 @@
- o Properly stop the smtp daemon. Fixes #3873. \ No newline at end of file