From 4c3329d67ec6730da0b26cc3b57a1ee689560cd0 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 24 Oct 2013 10:42:03 -0200 Subject: changes file --- changes/feature_4059-mail-state-refactor | 1 + changes/feature_colored-logs | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/feature_4059-mail-state-refactor create mode 100644 changes/feature_colored-logs (limited to 'changes') diff --git a/changes/feature_4059-mail-state-refactor b/changes/feature_4059-mail-state-refactor new file mode 100644 index 00000000..2e3f5056 --- /dev/null +++ b/changes/feature_4059-mail-state-refactor @@ -0,0 +1 @@ +- Refactor mail connections to use state machine. Closes: #4059 diff --git a/changes/feature_colored-logs b/changes/feature_colored-logs new file mode 100644 index 00000000..b28a38bd --- /dev/null +++ b/changes/feature_colored-logs @@ -0,0 +1 @@ +- Use coloredlogs handler if present (for development, not a requirement). -- cgit v1.2.3 From 6c924e87562f5eb986f6e6bf592e2a9d41fa90f1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Oct 2013 18:26:53 -0200 Subject: dependency pinning on requests --- changes/feature-4308-pin-requests-dep | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-4308-pin-requests-dep (limited to 'changes') diff --git a/changes/feature-4308-pin-requests-dep b/changes/feature-4308-pin-requests-dep new file mode 100644 index 00000000..1f7af6ca --- /dev/null +++ b/changes/feature-4308-pin-requests-dep @@ -0,0 +1 @@ +- Add support for requests 1.1.0 (raring). Closes: #4308 -- cgit v1.2.3 From 30c922e03f61d9c588d4d4eca5edcdf2a5c4056c Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 23 Oct 2013 16:20:58 -0300 Subject: Use unicode values and encode them out. --- changes/bug-4189_non-ascii-path-problem | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-4189_non-ascii-path-problem (limited to 'changes') diff --git a/changes/bug-4189_non-ascii-path-problem b/changes/bug-4189_non-ascii-path-problem new file mode 100644 index 00000000..a6bead2d --- /dev/null +++ b/changes/bug-4189_non-ascii-path-problem @@ -0,0 +1 @@ + o Fix problem with non-ascii paths. Closes #4189. -- cgit v1.2.3 From 2b063c0d5b0da8f76c5de64d7bdeb2ee1edf1b93 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 29 Oct 2013 12:36:12 -0200 Subject: Adds a command to freeze debian versions. --- changes/feature_4315-freeze-debianver-command | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_4315-freeze-debianver-command (limited to 'changes') diff --git a/changes/feature_4315-freeze-debianver-command b/changes/feature_4315-freeze-debianver-command new file mode 100644 index 00000000..0ae8ad97 --- /dev/null +++ b/changes/feature_4315-freeze-debianver-command @@ -0,0 +1 @@ +- Add a command to setup.py to freeze the versions reported under debian branches. Closes: #4315 -- cgit v1.2.3 From f60a971f37b9a9e0ee1115faaaae6aadbd91f3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 11:06:36 -0300 Subject: Properly log EIP status changes --- changes/log_eip_status | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/log_eip_status (limited to 'changes') diff --git a/changes/log_eip_status b/changes/log_eip_status new file mode 100644 index 00000000..97153fd7 --- /dev/null +++ b/changes/log_eip_status @@ -0,0 +1 @@ + - Properly log EIP status changes. -- cgit v1.2.3 From d28cb4d97c15952070f1bd2b737264686b025836 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 30 Oct 2013 12:20:18 -0200 Subject: format fixes --- changes/bug-4189_non-ascii-path-problem | 2 +- changes/log_eip_status | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'changes') diff --git a/changes/bug-4189_non-ascii-path-problem b/changes/bug-4189_non-ascii-path-problem index a6bead2d..e8b43e40 100644 --- a/changes/bug-4189_non-ascii-path-problem +++ b/changes/bug-4189_non-ascii-path-problem @@ -1 +1 @@ - o Fix problem with non-ascii paths. Closes #4189. +- Fix problem with non-ascii paths. Closes #4189. diff --git a/changes/log_eip_status b/changes/log_eip_status index 97153fd7..32ac2b42 100644 --- a/changes/log_eip_status +++ b/changes/log_eip_status @@ -1 +1 @@ - - Properly log EIP status changes. +- Properly log EIP status changes. -- cgit v1.2.3 From 1f101bb60192ae8ad6c88e76d942dd4a88d976a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 11:59:57 -0300 Subject: Align left the speed and transferred display for EIP --- changes/bug_tighter_clustering_eip_meter | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_tighter_clustering_eip_meter (limited to 'changes') diff --git a/changes/bug_tighter_clustering_eip_meter b/changes/bug_tighter_clustering_eip_meter new file mode 100644 index 00000000..32101c9e --- /dev/null +++ b/changes/bug_tighter_clustering_eip_meter @@ -0,0 +1,2 @@ + - Align left the speed and transferred displays for EIP. Fixes + #4204. \ No newline at end of file -- cgit v1.2.3 From 01447ca9d4867bbcafc6b4616b5ed62480883deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 12:48:35 -0300 Subject: Hide unsupported services by the configured providers --- changes/feature_hide_unused_services | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/feature_hide_unused_services (limited to 'changes') diff --git a/changes/feature_hide_unused_services b/changes/feature_hide_unused_services new file mode 100644 index 00000000..abcdeb6f --- /dev/null +++ b/changes/feature_hide_unused_services @@ -0,0 +1,2 @@ + - Hide the GUI for services that are not supported on the set of + configured providers. Closes #4170. \ No newline at end of file -- cgit v1.2.3 From 85aae3723d754dcc7a3d60edab666591ecbddd5b Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 30 Oct 2013 12:26:00 -0300 Subject: Fix non-ascii password change problem. [Closes #4003] --- changes/bug-4003_fix-non-ascii-password-change | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-4003_fix-non-ascii-password-change (limited to 'changes') diff --git a/changes/bug-4003_fix-non-ascii-password-change b/changes/bug-4003_fix-non-ascii-password-change new file mode 100644 index 00000000..2d6a0ed8 --- /dev/null +++ b/changes/bug-4003_fix-non-ascii-password-change @@ -0,0 +1 @@ + - Fix problem changing a non-ascii password. Closes #4003. -- cgit v1.2.3 From 0917f8fb1bdb7b77971c5770dc6ea7f1e89a9aaa Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 30 Oct 2013 15:03:14 -0300 Subject: Remove autostart eip option from settings panel. [Closes #4132] --- changes/feature-4132_remove-autostart-eip-setting | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/feature-4132_remove-autostart-eip-setting (limited to 'changes') diff --git a/changes/feature-4132_remove-autostart-eip-setting b/changes/feature-4132_remove-autostart-eip-setting new file mode 100644 index 00000000..5f3e6b7d --- /dev/null +++ b/changes/feature-4132_remove-autostart-eip-setting @@ -0,0 +1,2 @@ + - Remove autostart eip option from settings panel, rely on last used + setting. Closes #4132. -- cgit v1.2.3 From 318b25373a271c12b3497125db620ab36c0db490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 15:06:04 -0300 Subject: Properly stop imap at logout --- changes/VERSION_COMPAT | 3 +++ changes/bug_properly_stop_imap | 1 + 2 files changed, 4 insertions(+) create mode 100644 changes/bug_properly_stop_imap (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index cc00ecf7..b5e72ed5 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,3 +8,6 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z + +leap.mail>=0.3.6 +leap.soledad>=0.4.2 \ No newline at end of file diff --git a/changes/bug_properly_stop_imap b/changes/bug_properly_stop_imap new file mode 100644 index 00000000..f2942bad --- /dev/null +++ b/changes/bug_properly_stop_imap @@ -0,0 +1 @@ +- Properly stop the imap daemon at logout. Fixes #4199. \ No newline at end of file -- cgit v1.2.3 From b1b8397d9b320d13ee1bc4cd3878c081b760a380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 30 Oct 2013 15:29:17 -0300 Subject: Refactor keyring usage and fix saving problem --- changes/bug_fix_keyring_save | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug_fix_keyring_save (limited to 'changes') diff --git a/changes/bug_fix_keyring_save b/changes/bug_fix_keyring_save new file mode 100644 index 00000000..3be0e05b --- /dev/null +++ b/changes/bug_fix_keyring_save @@ -0,0 +1,2 @@ + - Refactor keyring handling and make it properly save user and + password. Fixes #4190. \ No newline at end of file -- cgit v1.2.3 From 0e724a63c682cfd2d8251fec528a2b8a40b493cb Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 30 Oct 2013 17:29:32 -0200 Subject: format fixes --- changes/bug-4003_fix-non-ascii-password-change | 2 +- changes/bug_fix_keyring_save | 4 ++-- changes/bug_tighter_clustering_eip_meter | 4 ++-- changes/feature-4132_remove-autostart-eip-setting | 4 ++-- changes/feature_hide_unused_services | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'changes') diff --git a/changes/bug-4003_fix-non-ascii-password-change b/changes/bug-4003_fix-non-ascii-password-change index 2d6a0ed8..58de5078 100644 --- a/changes/bug-4003_fix-non-ascii-password-change +++ b/changes/bug-4003_fix-non-ascii-password-change @@ -1 +1 @@ - - Fix problem changing a non-ascii password. Closes #4003. +- Fix problem changing a non-ascii password. Closes #4003. diff --git a/changes/bug_fix_keyring_save b/changes/bug_fix_keyring_save index 3be0e05b..64bb82a9 100644 --- a/changes/bug_fix_keyring_save +++ b/changes/bug_fix_keyring_save @@ -1,2 +1,2 @@ - - Refactor keyring handling and make it properly save user and - password. Fixes #4190. \ No newline at end of file +- Refactor keyring handling and make it properly save user and + password. Fixes #4190. diff --git a/changes/bug_tighter_clustering_eip_meter b/changes/bug_tighter_clustering_eip_meter index 32101c9e..dca8f2cd 100644 --- a/changes/bug_tighter_clustering_eip_meter +++ b/changes/bug_tighter_clustering_eip_meter @@ -1,2 +1,2 @@ - - Align left the speed and transferred displays for EIP. Fixes - #4204. \ No newline at end of file +- Align left the speed and transferred displays for EIP. Fixes + #4204. diff --git a/changes/feature-4132_remove-autostart-eip-setting b/changes/feature-4132_remove-autostart-eip-setting index 5f3e6b7d..f95e4125 100644 --- a/changes/feature-4132_remove-autostart-eip-setting +++ b/changes/feature-4132_remove-autostart-eip-setting @@ -1,2 +1,2 @@ - - Remove autostart eip option from settings panel, rely on last used - setting. Closes #4132. +- Remove autostart eip option from settings panel, rely on last used + setting. Closes #4132. diff --git a/changes/feature_hide_unused_services b/changes/feature_hide_unused_services index abcdeb6f..dc942da2 100644 --- a/changes/feature_hide_unused_services +++ b/changes/feature_hide_unused_services @@ -1,2 +1,2 @@ - - Hide the GUI for services that are not supported on the set of - configured providers. Closes #4170. \ No newline at end of file +- Hide the GUI for services that are not supported on the set of + configured providers. Closes #4170. -- cgit v1.2.3 From 5ce85ca915bc63a08e82857a445c1866ca3abf85 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 31 Oct 2013 16:48:04 -0200 Subject: improve error handling --- changes/bug-improvie-error-handling | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-improvie-error-handling (limited to 'changes') diff --git a/changes/bug-improvie-error-handling b/changes/bug-improvie-error-handling new file mode 100644 index 00000000..405dd771 --- /dev/null +++ b/changes/bug-improvie-error-handling @@ -0,0 +1 @@ +- Capture soledad boostrap errors after latest soledad changes. -- cgit v1.2.3 From 51cfd78c39d8eeab0c3004b7acb3ce0411742556 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 31 Oct 2013 16:30:21 -0300 Subject: Password change policy improvement. Only allow the user to change its password if is logged in and: - provider supports email and its started. - provider does not support email. In case that the conditions needed are not fullfiled, show the user the actions needed to be able to change its password. [Closes #4093] --- changes/bug-4093_change-password-policy | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug-4093_change-password-policy (limited to 'changes') diff --git a/changes/bug-4093_change-password-policy b/changes/bug-4093_change-password-policy new file mode 100644 index 00000000..87f6fd15 --- /dev/null +++ b/changes/bug-4093_change-password-policy @@ -0,0 +1,2 @@ + - Enable password change in the client only if it has started the correct + services. Closes #4093. -- cgit v1.2.3 From b2a62d05985ab3bc50fc36e5b9e89765e39da58e Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 31 Oct 2013 16:53:14 -0300 Subject: Select the logged in provider in the pref. window. [Closes #4117] --- .../bug-4117_select-current-logged-in-provider-in-preferences-window | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug-4117_select-current-logged-in-provider-in-preferences-window (limited to 'changes') diff --git a/changes/bug-4117_select-current-logged-in-provider-in-preferences-window b/changes/bug-4117_select-current-logged-in-provider-in-preferences-window new file mode 100644 index 00000000..46a031e0 --- /dev/null +++ b/changes/bug-4117_select-current-logged-in-provider-in-preferences-window @@ -0,0 +1,2 @@ + - Select the current logged in provider in the preferences window. Closes + #4117. -- cgit v1.2.3 From 2367dc448d3b1846801b8a93018f74727fcd7592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 1 Nov 2013 10:46:30 -0300 Subject: Update requirements --- changes/VERSION_COMPAT | 3 --- 1 file changed, 3 deletions(-) (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index b5e72ed5..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z - -leap.mail>=0.3.6 -leap.soledad>=0.4.2 \ No newline at end of file -- cgit v1.2.3 From 80fde752f0bf7946869361f6a77d1952f9339636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 1 Nov 2013 10:49:59 -0300 Subject: Fold in changes --- changes/bug-4003_fix-non-ascii-password-change | 1 - changes/bug-4093_change-password-policy | 2 -- .../bug-4117_select-current-logged-in-provider-in-preferences-window | 2 -- changes/bug-4189_non-ascii-path-problem | 1 - changes/bug-improvie-error-handling | 1 - changes/bug_fix_keyring_save | 2 -- changes/bug_properly_stop_imap | 1 - changes/bug_tighter_clustering_eip_meter | 2 -- changes/feature-4132_remove-autostart-eip-setting | 2 -- changes/feature-4308-pin-requests-dep | 1 - changes/feature_4059-mail-state-refactor | 1 - changes/feature_4315-freeze-debianver-command | 1 - changes/feature_colored-logs | 1 - changes/feature_hide_unused_services | 2 -- 14 files changed, 20 deletions(-) delete mode 100644 changes/bug-4003_fix-non-ascii-password-change delete mode 100644 changes/bug-4093_change-password-policy delete mode 100644 changes/bug-4117_select-current-logged-in-provider-in-preferences-window delete mode 100644 changes/bug-4189_non-ascii-path-problem delete mode 100644 changes/bug-improvie-error-handling delete mode 100644 changes/bug_fix_keyring_save delete mode 100644 changes/bug_properly_stop_imap delete mode 100644 changes/bug_tighter_clustering_eip_meter delete mode 100644 changes/feature-4132_remove-autostart-eip-setting delete mode 100644 changes/feature-4308-pin-requests-dep delete mode 100644 changes/feature_4059-mail-state-refactor delete mode 100644 changes/feature_4315-freeze-debianver-command delete mode 100644 changes/feature_colored-logs delete mode 100644 changes/feature_hide_unused_services (limited to 'changes') diff --git a/changes/bug-4003_fix-non-ascii-password-change b/changes/bug-4003_fix-non-ascii-password-change deleted file mode 100644 index 58de5078..00000000 --- a/changes/bug-4003_fix-non-ascii-password-change +++ /dev/null @@ -1 +0,0 @@ -- Fix problem changing a non-ascii password. Closes #4003. diff --git a/changes/bug-4093_change-password-policy b/changes/bug-4093_change-password-policy deleted file mode 100644 index 87f6fd15..00000000 --- a/changes/bug-4093_change-password-policy +++ /dev/null @@ -1,2 +0,0 @@ - - Enable password change in the client only if it has started the correct - services. Closes #4093. diff --git a/changes/bug-4117_select-current-logged-in-provider-in-preferences-window b/changes/bug-4117_select-current-logged-in-provider-in-preferences-window deleted file mode 100644 index 46a031e0..00000000 --- a/changes/bug-4117_select-current-logged-in-provider-in-preferences-window +++ /dev/null @@ -1,2 +0,0 @@ - - Select the current logged in provider in the preferences window. Closes - #4117. diff --git a/changes/bug-4189_non-ascii-path-problem b/changes/bug-4189_non-ascii-path-problem deleted file mode 100644 index e8b43e40..00000000 --- a/changes/bug-4189_non-ascii-path-problem +++ /dev/null @@ -1 +0,0 @@ -- Fix problem with non-ascii paths. Closes #4189. diff --git a/changes/bug-improvie-error-handling b/changes/bug-improvie-error-handling deleted file mode 100644 index 405dd771..00000000 --- a/changes/bug-improvie-error-handling +++ /dev/null @@ -1 +0,0 @@ -- Capture soledad boostrap errors after latest soledad changes. diff --git a/changes/bug_fix_keyring_save b/changes/bug_fix_keyring_save deleted file mode 100644 index 64bb82a9..00000000 --- a/changes/bug_fix_keyring_save +++ /dev/null @@ -1,2 +0,0 @@ -- Refactor keyring handling and make it properly save user and - password. Fixes #4190. diff --git a/changes/bug_properly_stop_imap b/changes/bug_properly_stop_imap deleted file mode 100644 index f2942bad..00000000 --- a/changes/bug_properly_stop_imap +++ /dev/null @@ -1 +0,0 @@ -- Properly stop the imap daemon at logout. Fixes #4199. \ No newline at end of file diff --git a/changes/bug_tighter_clustering_eip_meter b/changes/bug_tighter_clustering_eip_meter deleted file mode 100644 index dca8f2cd..00000000 --- a/changes/bug_tighter_clustering_eip_meter +++ /dev/null @@ -1,2 +0,0 @@ -- Align left the speed and transferred displays for EIP. Fixes - #4204. diff --git a/changes/feature-4132_remove-autostart-eip-setting b/changes/feature-4132_remove-autostart-eip-setting deleted file mode 100644 index f95e4125..00000000 --- a/changes/feature-4132_remove-autostart-eip-setting +++ /dev/null @@ -1,2 +0,0 @@ -- Remove autostart eip option from settings panel, rely on last used - setting. Closes #4132. diff --git a/changes/feature-4308-pin-requests-dep b/changes/feature-4308-pin-requests-dep deleted file mode 100644 index 1f7af6ca..00000000 --- a/changes/feature-4308-pin-requests-dep +++ /dev/null @@ -1 +0,0 @@ -- Add support for requests 1.1.0 (raring). Closes: #4308 diff --git a/changes/feature_4059-mail-state-refactor b/changes/feature_4059-mail-state-refactor deleted file mode 100644 index 2e3f5056..00000000 --- a/changes/feature_4059-mail-state-refactor +++ /dev/null @@ -1 +0,0 @@ -- Refactor mail connections to use state machine. Closes: #4059 diff --git a/changes/feature_4315-freeze-debianver-command b/changes/feature_4315-freeze-debianver-command deleted file mode 100644 index 0ae8ad97..00000000 --- a/changes/feature_4315-freeze-debianver-command +++ /dev/null @@ -1 +0,0 @@ -- Add a command to setup.py to freeze the versions reported under debian branches. Closes: #4315 diff --git a/changes/feature_colored-logs b/changes/feature_colored-logs deleted file mode 100644 index b28a38bd..00000000 --- a/changes/feature_colored-logs +++ /dev/null @@ -1 +0,0 @@ -- Use coloredlogs handler if present (for development, not a requirement). diff --git a/changes/feature_hide_unused_services b/changes/feature_hide_unused_services deleted file mode 100644 index dc942da2..00000000 --- a/changes/feature_hide_unused_services +++ /dev/null @@ -1,2 +0,0 @@ -- Hide the GUI for services that are not supported on the set of - configured providers. Closes #4170. -- cgit v1.2.3