From c06bf409d3fe2268011214301c59dc1c279fae44 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 4 Feb 2015 00:59:32 -0400 Subject: create sumo tarball with leap dependencies (Closes: #6683) --- changes/VERSION_COMPAT | 3 +++ changes/feature_sumo-tarball | 1 + 2 files changed, 4 insertions(+) create mode 100644 changes/feature_sumo-tarball (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 1eadcbe0..d5786a79 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -4,6 +4,9 @@ # Add your changes here so we can properly update # requirements.pip during the release process. # (leave header when resetting) +# +# When bumping it during the release cycle +# remember to update also pkg/leap_versions.txt ################################################# # # BEGIN DEPENDENCY LIST ------------------------- diff --git a/changes/feature_sumo-tarball b/changes/feature_sumo-tarball new file mode 100644 index 00000000..c4da0aa5 --- /dev/null +++ b/changes/feature_sumo-tarball @@ -0,0 +1 @@ +- Bug #6683: Add ability to generate sumo tarball. -- cgit v1.2.3 From 62a64e7abff3e988f7cd55f04121310a40017784 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 13 Feb 2015 13:24:33 -0400 Subject: add next mail 4.0 dependency for bitmask 0.9.0 --- changes/VERSION_COMPAT | 1 + 1 file changed, 1 insertion(+) (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index d5786a79..ddb63835 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -12,3 +12,4 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 +leap.mail>=0.4.0 -- cgit v1.2.3 From 39c3e4c107dbcaddf2bb801a34de497a6b93384e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 19 Feb 2015 11:00:23 -0600 Subject: Add changes for async-api --- changes/feature_async-api | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/feature_async-api (limited to 'changes') diff --git a/changes/feature_async-api b/changes/feature_async-api new file mode 100644 index 00000000..50694f58 --- /dev/null +++ b/changes/feature_async-api @@ -0,0 +1,3 @@ +- Add support to the new async-api of soledad +- Add support to the new async-api of keymanager (Closes: 6368) +- Refactor soledad sync to do it the twisted way (Closes: #6536, #6691, #6658) -- cgit v1.2.3 From b5af597c9ee51a3334416b775ef1397a3bef4430 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 19 Feb 2015 18:34:44 -0300 Subject: [Cherry Pick] Regression fix: Use the right provider to log in. FIX: Login attempt is made against previously selected provider. Closes #6654. Cherry-picked from release/0.8.x since it's a very annoying bug for the testing cycles for the next release (0.9.0) -- kali. --- changes/bug-6654_use-correct-provider | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6654_use-correct-provider (limited to 'changes') diff --git a/changes/bug-6654_use-correct-provider b/changes/bug-6654_use-correct-provider new file mode 100644 index 00000000..511e2fea --- /dev/null +++ b/changes/bug-6654_use-correct-provider @@ -0,0 +1 @@ +- #6654: Regression fix, login attempt is made against previously selected provider. -- cgit v1.2.3 From c24ddb25c4266c2328590a0499846858ff4b9ea1 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 9 Mar 2015 12:28:55 -0300 Subject: [feat] add support for xfce-polkit agent Resolves: #6713 --- changes/feature-6713_add-support-for-xfce-polkit | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-6713_add-support-for-xfce-polkit (limited to 'changes') diff --git a/changes/feature-6713_add-support-for-xfce-polkit b/changes/feature-6713_add-support-for-xfce-polkit new file mode 100644 index 00000000..dca8a3c0 --- /dev/null +++ b/changes/feature-6713_add-support-for-xfce-polkit @@ -0,0 +1 @@ +- Add support for xfce-polkit agent (Feature #6713) -- cgit v1.2.3 From acd206ea48610743d6078e1c9b510c8b486fb979 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 13 Mar 2015 17:07:57 -0300 Subject: [feat] make 'check' button selected by default Also set text to 'bold' so it's easier to find at a first sight. - Resolves: #5526 --- changes/feature-5526_make-check-button-selected | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-5526_make-check-button-selected (limited to 'changes') diff --git a/changes/feature-5526_make-check-button-selected b/changes/feature-5526_make-check-button-selected new file mode 100644 index 00000000..fa340849 --- /dev/null +++ b/changes/feature-5526_make-check-button-selected @@ -0,0 +1 @@ +- make "check" button selected by default (Feature #5526) -- cgit v1.2.3 From 6e8639a480d63acd5c8bc044a8b1ca907c325233 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 13 Mar 2015 15:59:35 -0300 Subject: [bug] enable providers combo box on check fail After a provider fails to pass the checks, the providers combo box is not enabled when it should, we just took care of the provider line edit. - Resolves: #6418 --- changes/bug-6418_re-enable-providers-list-on-check-failure | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6418_re-enable-providers-list-on-check-failure (limited to 'changes') diff --git a/changes/bug-6418_re-enable-providers-list-on-check-failure b/changes/bug-6418_re-enable-providers-list-on-check-failure new file mode 100644 index 00000000..450bac25 --- /dev/null +++ b/changes/bug-6418_re-enable-providers-list-on-check-failure @@ -0,0 +1 @@ +- Cannot change preseeded providers if checks for one fail (Bug #6418) -- cgit v1.2.3 From 3cb7948dafe3a9c9a65dcdbd1da1d5405e1ef459 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 4 Mar 2015 18:03:47 -0300 Subject: [bug] use ports specified in eip-service.json Replace the hardcoded port '1194' for the port specified in eip-service.json. Choose the best port to use according which one is enabled in the eip-service.json file Resolves: #6541 --- changes/bug-6541_honor-ports-on-eip-service | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6541_honor-ports-on-eip-service (limited to 'changes') diff --git a/changes/bug-6541_honor-ports-on-eip-service b/changes/bug-6541_honor-ports-on-eip-service new file mode 100644 index 00000000..97b4c0b5 --- /dev/null +++ b/changes/bug-6541_honor-ports-on-eip-service @@ -0,0 +1 @@ + Client must honor the ports specified in eip-service.json (Bug #6541) -- cgit v1.2.3 From f745288f4ddf49e72604709f3c1eb75e47b3b369 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 8 Apr 2015 16:03:22 -0300 Subject: [bug] handle user cancel keyring open operation Catch the keyring.errors.InitError exception. The automatic login sequence now stops correctly instead of freezing if the user cancel the keyring open operation. - Resolves: #6682 --- changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask (limited to 'changes') diff --git a/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask b/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask new file mode 100644 index 00000000..d6d22b4a --- /dev/null +++ b/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask @@ -0,0 +1 @@ +- Handle user cancel keyring open operation, this prevents a bitmask freeze. Closes bug #6682. -- cgit v1.2.3 From b2623678d53c27707ea38d222e3dfee0f171ed35 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 15 Apr 2015 16:34:56 -0300 Subject: [bug] do not disable autostart on system quit() If the quit() call is triggered by the system logout we should not disable the autostart. Otherwise bitmask won't autostart on the next session start. - Resolves: #6424 --- changes/bug_fix-bitmask-autostart | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_fix-bitmask-autostart (limited to 'changes') diff --git a/changes/bug_fix-bitmask-autostart b/changes/bug_fix-bitmask-autostart new file mode 100644 index 00000000..ee72c9f2 --- /dev/null +++ b/changes/bug_fix-bitmask-autostart @@ -0,0 +1 @@ +- Do not disable autostart if the quit is triggered by a system logout. Resolves Bug #6424. -- cgit v1.2.3 From 649b869f76730da78fcd40dacf8da45166ebd750 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 22 Apr 2015 15:40:49 -0300 Subject: [bug] support /usr/lib64 python path for symlinks On 64bit Fedora/RHEL systems the python path is /usr/lib64 instead of /usr/lib like on Ubuntu systems. This fix allows those users to use the bootstrap_develop.sh script. --- changes/bug_lib64-path-fix-for-bootstrap-script | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_lib64-path-fix-for-bootstrap-script (limited to 'changes') diff --git a/changes/bug_lib64-path-fix-for-bootstrap-script b/changes/bug_lib64-path-fix-for-bootstrap-script new file mode 100644 index 00000000..4e4400c1 --- /dev/null +++ b/changes/bug_lib64-path-fix-for-bootstrap-script @@ -0,0 +1 @@ +- Bugfix: Fix the bootstrap script for developers so it works on Fedora/RHEL systems where there is /usr/lib64 for python libs. -- cgit v1.2.3 From 81f6c71ef80b7070538f87d209f60c01dc0a27db Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 29 Apr 2015 12:10:50 -0300 Subject: [feat] update api port for pinned riseup - Related: #6876 --- changes/feature_update-api-port-pinned-riseup | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_update-api-port-pinned-riseup (limited to 'changes') diff --git a/changes/feature_update-api-port-pinned-riseup b/changes/feature_update-api-port-pinned-riseup new file mode 100644 index 00000000..e61df028 --- /dev/null +++ b/changes/feature_update-api-port-pinned-riseup @@ -0,0 +1 @@ +- Update api port for pinned riseup. Related to bug #6876. -- cgit v1.2.3 From 456941648223a14fe144264c27a5dce4e4e702e5 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 23 Apr 2015 12:41:08 -0300 Subject: [bug] change the ip command location to /sbin/ Change the 'ip' command location to support Fedora/RHEL distros. /bin/ip is pressent on Debian/Ubuntu but not on Fedora. /sbin/ip is a symlink to /bin/ip on Debian/Ubuntu and a binary on Fedora. - Resolves: #6894 --- changes/bug-6894_change-ip-command-location | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6894_change-ip-command-location (limited to 'changes') diff --git a/changes/bug-6894_change-ip-command-location b/changes/bug-6894_change-ip-command-location new file mode 100644 index 00000000..f141fc90 --- /dev/null +++ b/changes/bug-6894_change-ip-command-location @@ -0,0 +1 @@ +- Change 'ip' command location to support Fedora/RHEL distros. Closes #6894. -- cgit v1.2.3 From 01b005b0642454e3d670089ed7e530eda8e9ef91 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 28 Jan 2015 16:17:51 -0200 Subject: [feat] use txzmq in backend Before this commit, the backend used plain pyzmq bindings for communicating with the frontend. This implements the txzmq twisted-powered bindings instead. Closes: #6360 --- changes/feature_6360_use-txzmq-in-backend | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_6360_use-txzmq-in-backend (limited to 'changes') diff --git a/changes/feature_6360_use-txzmq-in-backend b/changes/feature_6360_use-txzmq-in-backend new file mode 100644 index 00000000..6703f02b --- /dev/null +++ b/changes/feature_6360_use-txzmq-in-backend @@ -0,0 +1 @@ +- Use txzmq in backend (closes #6360). -- cgit v1.2.3 From 9515c944279e08221de1852ab373d24232dccbf1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 29 Apr 2015 00:55:53 +0200 Subject: [bug] fix soledad bootstrap sync issues * Instead of checking if soledad is still syncing for the timeuot cancel the delayed call. * Count retries properly. * Now soledad sync only returns SoledadError (#6981). --- changes/bug-syncing_retry | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-syncing_retry (limited to 'changes') diff --git a/changes/bug-syncing_retry b/changes/bug-syncing_retry new file mode 100644 index 00000000..5a784a0c --- /dev/null +++ b/changes/bug-syncing_retry @@ -0,0 +1 @@ +- Fix soledad bootstrap sync retries. -- cgit v1.2.3 From 5a0de9fd25d783039345674680c67a2bd91815a5 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 7 May 2015 11:21:02 -0300 Subject: [feat] adapt to new events api on common - Related: #6359 --- changes/VERSION_COMPAT | 1 + changes/feature_adapt-to-new-events-on-common | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/feature_adapt-to-new-events-on-common (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index ddb63835..6a972b71 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -13,3 +13,4 @@ # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 leap.mail>=0.4.0 +leap.common>=0.4 diff --git a/changes/feature_adapt-to-new-events-on-common b/changes/feature_adapt-to-new-events-on-common new file mode 100644 index 00000000..2cd3ea3e --- /dev/null +++ b/changes/feature_adapt-to-new-events-on-common @@ -0,0 +1 @@ +- Adapt bitmask to the new events api on leap.common. Related to #6359. -- cgit v1.2.3 From 4d33b0637ae1280ba818b40eb16003974666721b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 8 Jun 2015 12:09:53 -0400 Subject: [bug] fix attribute error on mail conductor due to remaining bits that had not been changed after a refactor. - Resolves: #7093 --- changes/bug_7093-fix-controller-attribute-error | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_7093-fix-controller-attribute-error (limited to 'changes') diff --git a/changes/bug_7093-fix-controller-attribute-error b/changes/bug_7093-fix-controller-attribute-error new file mode 100644 index 00000000..77161e46 --- /dev/null +++ b/changes/bug_7093-fix-controller-attribute-error @@ -0,0 +1 @@ +- Fix controller attribute error. Closes: #7093 -- cgit v1.2.3 From 8752f7f03a04ca7fa1169885adc9dbfce8bebbd4 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 10 Jun 2015 13:35:05 -0300 Subject: [bug] don't run event server on the standalone We don't need to run the event server on the backend if we are running from the standalone bundle since the launcher takes care of that. - Related: #7126 --- changes/bug-7126_ensure-server-breaks | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7126_ensure-server-breaks (limited to 'changes') diff --git a/changes/bug-7126_ensure-server-breaks b/changes/bug-7126_ensure-server-breaks new file mode 100644 index 00000000..00785ede --- /dev/null +++ b/changes/bug-7126_ensure-server-breaks @@ -0,0 +1 @@ +- Don't run the event server on the backend for the standalone bundle since the launcher takes care of that. Closes #7126. -- cgit v1.2.3 From e214eff95c922f16b67e03a4eefd523835081297 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 19 Jun 2015 17:06:42 -0300 Subject: [pkg] add changes file - Related: #7139 - Related: #7140 - Related: #7141 - Related: #7142 - Related: #7143 - Related: #7144 - Related: #7180 - Related: #7184 --- changes/new-zmq-logger | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changes/new-zmq-logger (limited to 'changes') diff --git a/changes/new-zmq-logger b/changes/new-zmq-logger new file mode 100644 index 00000000..12774d6f --- /dev/null +++ b/changes/new-zmq-logger @@ -0,0 +1,8 @@ +- Feature #7139 - Use logbook zmq handler to centralize logging +- Feature #7140 - Implement a thread-safe zmq handler for logbook +- Feature #7141 - Add log handler to display colored logs on the terminal +- Feature #7142 - Add log handler to store logs on bitmask.log +- Feature #7143 - Adapt existing log filter/silencer to the new logbook handler +- Feature #7144 - Replace logging handler with logbook handler bitmask-wide +- Feature #7180 - Add log rotation for bitmask.log +- Feature #7184 - Forward twisted logs to logging and handle logging logs with logbook -- cgit v1.2.3 From 8de9387861bbb2f450befa78f4343b0a294b96f2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 22 Jun 2015 12:07:18 -0400 Subject: [feat] log lsb_release info if available if the lsb_release utility is present on system, log part of its output so we can have more information about the platform bitmask is running on. - Resolves: #7162 - Releases: 0.9.0 --- changes/feature-7162_log_lsb_release_info | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7162_log_lsb_release_info (limited to 'changes') diff --git a/changes/feature-7162_log_lsb_release_info b/changes/feature-7162_log_lsb_release_info new file mode 100644 index 00000000..3e7b25e5 --- /dev/null +++ b/changes/feature-7162_log_lsb_release_info @@ -0,0 +1 @@ +- Log LSB-release info if available. Closes: #7162 -- cgit v1.2.3 From fc65820f9e9a9a39434bbef3f5e9251436d9b458 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 25 Jun 2015 19:57:52 -0300 Subject: [bug] log contains exported PGP private key Due to #7139 (the logbook log centralizer) logs from 3rd party libs are included in the centralized logs with lots of debug information and we don't want that. We use the existing silencer to exclude logs that are not from leap modules. - Resolves: #7185 --- changes/bug-7185_log-contains-exported-pgp-private-key | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7185_log-contains-exported-pgp-private-key (limited to 'changes') diff --git a/changes/bug-7185_log-contains-exported-pgp-private-key b/changes/bug-7185_log-contains-exported-pgp-private-key new file mode 100644 index 00000000..1515cc3a --- /dev/null +++ b/changes/bug-7185_log-contains-exported-pgp-private-key @@ -0,0 +1 @@ +- Log contains exported PGP Private Key. Closes bug #7185. -- cgit v1.2.3 From 2612f7af2aa627ba4c4d680d15f54ede6402b4eb Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 6 Jul 2015 19:01:08 -0300 Subject: [bug] run zmq log subscriber in background Prevent locks caused by the zmq log handler reaching the zmq's HWM (High water mark / buffer limit) and causing some components to block until the buffer is empty (running the zmq handler for instance). We run the zmq handler in the background all the time to prevent this. - Resolves: #7222 --- changes/bug-7222_run-background-zmq-subscriber | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7222_run-background-zmq-subscriber (limited to 'changes') diff --git a/changes/bug-7222_run-background-zmq-subscriber b/changes/bug-7222_run-background-zmq-subscriber new file mode 100644 index 00000000..d074d005 --- /dev/null +++ b/changes/bug-7222_run-background-zmq-subscriber @@ -0,0 +1 @@ +- Run the zmq log subscriber in the background to avoid hitting the zmq's buffer limits. Closes #7222. -- cgit v1.2.3 From f85aa3d0755dd7eb8f7d50ff7d3d3527205299a2 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 18:08:39 -0300 Subject: [pkg] fold in changes --- changes/bug-6418_re-enable-providers-list-on-check-failure | 1 - changes/bug-6541_honor-ports-on-eip-service | 1 - changes/bug-6654_use-correct-provider | 1 - changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask | 1 - changes/bug-6894_change-ip-command-location | 1 - changes/bug-7126_ensure-server-breaks | 1 - changes/bug-7185_log-contains-exported-pgp-private-key | 1 - changes/bug-7222_run-background-zmq-subscriber | 1 - changes/bug-syncing_retry | 1 - changes/bug_7093-fix-controller-attribute-error | 1 - changes/bug_fix-bitmask-autostart | 1 - changes/bug_lib64-path-fix-for-bootstrap-script | 1 - changes/feature-5526_make-check-button-selected | 1 - changes/feature-6713_add-support-for-xfce-polkit | 1 - changes/feature-7162_log_lsb_release_info | 1 - changes/feature_6360_use-txzmq-in-backend | 1 - changes/feature_adapt-to-new-events-on-common | 1 - changes/feature_async-api | 3 --- changes/feature_sumo-tarball | 1 - changes/feature_update-api-port-pinned-riseup | 1 - changes/new-zmq-logger | 8 -------- 21 files changed, 30 deletions(-) delete mode 100644 changes/bug-6418_re-enable-providers-list-on-check-failure delete mode 100644 changes/bug-6541_honor-ports-on-eip-service delete mode 100644 changes/bug-6654_use-correct-provider delete mode 100644 changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask delete mode 100644 changes/bug-6894_change-ip-command-location delete mode 100644 changes/bug-7126_ensure-server-breaks delete mode 100644 changes/bug-7185_log-contains-exported-pgp-private-key delete mode 100644 changes/bug-7222_run-background-zmq-subscriber delete mode 100644 changes/bug-syncing_retry delete mode 100644 changes/bug_7093-fix-controller-attribute-error delete mode 100644 changes/bug_fix-bitmask-autostart delete mode 100644 changes/bug_lib64-path-fix-for-bootstrap-script delete mode 100644 changes/feature-5526_make-check-button-selected delete mode 100644 changes/feature-6713_add-support-for-xfce-polkit delete mode 100644 changes/feature-7162_log_lsb_release_info delete mode 100644 changes/feature_6360_use-txzmq-in-backend delete mode 100644 changes/feature_adapt-to-new-events-on-common delete mode 100644 changes/feature_async-api delete mode 100644 changes/feature_sumo-tarball delete mode 100644 changes/feature_update-api-port-pinned-riseup delete mode 100644 changes/new-zmq-logger (limited to 'changes') diff --git a/changes/bug-6418_re-enable-providers-list-on-check-failure b/changes/bug-6418_re-enable-providers-list-on-check-failure deleted file mode 100644 index 450bac25..00000000 --- a/changes/bug-6418_re-enable-providers-list-on-check-failure +++ /dev/null @@ -1 +0,0 @@ -- Cannot change preseeded providers if checks for one fail (Bug #6418) diff --git a/changes/bug-6541_honor-ports-on-eip-service b/changes/bug-6541_honor-ports-on-eip-service deleted file mode 100644 index 97b4c0b5..00000000 --- a/changes/bug-6541_honor-ports-on-eip-service +++ /dev/null @@ -1 +0,0 @@ - Client must honor the ports specified in eip-service.json (Bug #6541) diff --git a/changes/bug-6654_use-correct-provider b/changes/bug-6654_use-correct-provider deleted file mode 100644 index 511e2fea..00000000 --- a/changes/bug-6654_use-correct-provider +++ /dev/null @@ -1 +0,0 @@ -- #6654: Regression fix, login attempt is made against previously selected provider. diff --git a/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask b/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask deleted file mode 100644 index d6d22b4a..00000000 --- a/changes/bug-6682_failure-to-unlock-keyring-freezes-bitmask +++ /dev/null @@ -1 +0,0 @@ -- Handle user cancel keyring open operation, this prevents a bitmask freeze. Closes bug #6682. diff --git a/changes/bug-6894_change-ip-command-location b/changes/bug-6894_change-ip-command-location deleted file mode 100644 index f141fc90..00000000 --- a/changes/bug-6894_change-ip-command-location +++ /dev/null @@ -1 +0,0 @@ -- Change 'ip' command location to support Fedora/RHEL distros. Closes #6894. diff --git a/changes/bug-7126_ensure-server-breaks b/changes/bug-7126_ensure-server-breaks deleted file mode 100644 index 00785ede..00000000 --- a/changes/bug-7126_ensure-server-breaks +++ /dev/null @@ -1 +0,0 @@ -- Don't run the event server on the backend for the standalone bundle since the launcher takes care of that. Closes #7126. diff --git a/changes/bug-7185_log-contains-exported-pgp-private-key b/changes/bug-7185_log-contains-exported-pgp-private-key deleted file mode 100644 index 1515cc3a..00000000 --- a/changes/bug-7185_log-contains-exported-pgp-private-key +++ /dev/null @@ -1 +0,0 @@ -- Log contains exported PGP Private Key. Closes bug #7185. diff --git a/changes/bug-7222_run-background-zmq-subscriber b/changes/bug-7222_run-background-zmq-subscriber deleted file mode 100644 index d074d005..00000000 --- a/changes/bug-7222_run-background-zmq-subscriber +++ /dev/null @@ -1 +0,0 @@ -- Run the zmq log subscriber in the background to avoid hitting the zmq's buffer limits. Closes #7222. diff --git a/changes/bug-syncing_retry b/changes/bug-syncing_retry deleted file mode 100644 index 5a784a0c..00000000 --- a/changes/bug-syncing_retry +++ /dev/null @@ -1 +0,0 @@ -- Fix soledad bootstrap sync retries. diff --git a/changes/bug_7093-fix-controller-attribute-error b/changes/bug_7093-fix-controller-attribute-error deleted file mode 100644 index 77161e46..00000000 --- a/changes/bug_7093-fix-controller-attribute-error +++ /dev/null @@ -1 +0,0 @@ -- Fix controller attribute error. Closes: #7093 diff --git a/changes/bug_fix-bitmask-autostart b/changes/bug_fix-bitmask-autostart deleted file mode 100644 index ee72c9f2..00000000 --- a/changes/bug_fix-bitmask-autostart +++ /dev/null @@ -1 +0,0 @@ -- Do not disable autostart if the quit is triggered by a system logout. Resolves Bug #6424. diff --git a/changes/bug_lib64-path-fix-for-bootstrap-script b/changes/bug_lib64-path-fix-for-bootstrap-script deleted file mode 100644 index 4e4400c1..00000000 --- a/changes/bug_lib64-path-fix-for-bootstrap-script +++ /dev/null @@ -1 +0,0 @@ -- Bugfix: Fix the bootstrap script for developers so it works on Fedora/RHEL systems where there is /usr/lib64 for python libs. diff --git a/changes/feature-5526_make-check-button-selected b/changes/feature-5526_make-check-button-selected deleted file mode 100644 index fa340849..00000000 --- a/changes/feature-5526_make-check-button-selected +++ /dev/null @@ -1 +0,0 @@ -- make "check" button selected by default (Feature #5526) diff --git a/changes/feature-6713_add-support-for-xfce-polkit b/changes/feature-6713_add-support-for-xfce-polkit deleted file mode 100644 index dca8a3c0..00000000 --- a/changes/feature-6713_add-support-for-xfce-polkit +++ /dev/null @@ -1 +0,0 @@ -- Add support for xfce-polkit agent (Feature #6713) diff --git a/changes/feature-7162_log_lsb_release_info b/changes/feature-7162_log_lsb_release_info deleted file mode 100644 index 3e7b25e5..00000000 --- a/changes/feature-7162_log_lsb_release_info +++ /dev/null @@ -1 +0,0 @@ -- Log LSB-release info if available. Closes: #7162 diff --git a/changes/feature_6360_use-txzmq-in-backend b/changes/feature_6360_use-txzmq-in-backend deleted file mode 100644 index 6703f02b..00000000 --- a/changes/feature_6360_use-txzmq-in-backend +++ /dev/null @@ -1 +0,0 @@ -- Use txzmq in backend (closes #6360). diff --git a/changes/feature_adapt-to-new-events-on-common b/changes/feature_adapt-to-new-events-on-common deleted file mode 100644 index 2cd3ea3e..00000000 --- a/changes/feature_adapt-to-new-events-on-common +++ /dev/null @@ -1 +0,0 @@ -- Adapt bitmask to the new events api on leap.common. Related to #6359. diff --git a/changes/feature_async-api b/changes/feature_async-api deleted file mode 100644 index 50694f58..00000000 --- a/changes/feature_async-api +++ /dev/null @@ -1,3 +0,0 @@ -- Add support to the new async-api of soledad -- Add support to the new async-api of keymanager (Closes: 6368) -- Refactor soledad sync to do it the twisted way (Closes: #6536, #6691, #6658) diff --git a/changes/feature_sumo-tarball b/changes/feature_sumo-tarball deleted file mode 100644 index c4da0aa5..00000000 --- a/changes/feature_sumo-tarball +++ /dev/null @@ -1 +0,0 @@ -- Bug #6683: Add ability to generate sumo tarball. diff --git a/changes/feature_update-api-port-pinned-riseup b/changes/feature_update-api-port-pinned-riseup deleted file mode 100644 index e61df028..00000000 --- a/changes/feature_update-api-port-pinned-riseup +++ /dev/null @@ -1 +0,0 @@ -- Update api port for pinned riseup. Related to bug #6876. diff --git a/changes/new-zmq-logger b/changes/new-zmq-logger deleted file mode 100644 index 12774d6f..00000000 --- a/changes/new-zmq-logger +++ /dev/null @@ -1,8 +0,0 @@ -- Feature #7139 - Use logbook zmq handler to centralize logging -- Feature #7140 - Implement a thread-safe zmq handler for logbook -- Feature #7141 - Add log handler to display colored logs on the terminal -- Feature #7142 - Add log handler to store logs on bitmask.log -- Feature #7143 - Adapt existing log filter/silencer to the new logbook handler -- Feature #7144 - Replace logging handler with logbook handler bitmask-wide -- Feature #7180 - Add log rotation for bitmask.log -- Feature #7184 - Forward twisted logs to logging and handle logging logs with logbook -- cgit v1.2.3 From 3a5eba162db77c76bd0bb035c84ffa42a8a08b0e Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 19:27:47 -0300 Subject: [pkg] bump dependencies --- changes/VERSION_COMPAT | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 6a972b71..f35d01c6 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -11,6 +11,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.4.0 -leap.mail>=0.4.0 -leap.common>=0.4 +leap.mail>=0.4.0 # this is not tagged/released yet -- cgit v1.2.3 From 0d9c53c4ec182c6bf3452506351258b61bb1f739 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 8 Jul 2015 16:15:09 -0300 Subject: [bug] prevent logbook subscriber to fail Fix: If the logbook controller is not started the stop call will fail. Trying to start it twice fails. --- changes/bug-7273_logbook-subscriber-start | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/bug-7273_logbook-subscriber-start (limited to 'changes') diff --git a/changes/bug-7273_logbook-subscriber-start b/changes/bug-7273_logbook-subscriber-start new file mode 100644 index 00000000..976d2f35 --- /dev/null +++ b/changes/bug-7273_logbook-subscriber-start @@ -0,0 +1,2 @@ +- Closes bug #7273 - ZMQError: address already in use - logbook subscriber already started. +- Closes bug - logbook subscriber stop fails if not started. -- cgit v1.2.3 From 37a86b18242ccd27db41254e2f51b05b05509c8a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 26 Jul 2015 15:37:51 +0200 Subject: [feat] Move the updater code from the launcher The new pyinstaller method will rule out the launcher, we need the updater working inside bitmask client. - Closes: #7291 --- changes/feature-7291_move_tuf | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7291_move_tuf (limited to 'changes') diff --git a/changes/feature-7291_move_tuf b/changes/feature-7291_move_tuf new file mode 100644 index 00000000..3db1fd2b --- /dev/null +++ b/changes/feature-7291_move_tuf @@ -0,0 +1 @@ +- Move the updater code from the launcher to the client (Closes: #7291) -- cgit v1.2.3 From 877e92d8698510b243b32d45e9c46f25e6f04615 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 7 Aug 2015 12:50:36 +0200 Subject: [test] fix SRP tests The tests where using deferToThread to run without need, I remove it and now it's easier to debug when one test fails. - Resolves: #7343 --- changes/bug-7343_fix_the_tests | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7343_fix_the_tests (limited to 'changes') diff --git a/changes/bug-7343_fix_the_tests b/changes/bug-7343_fix_the_tests new file mode 100644 index 00000000..93dac4e2 --- /dev/null +++ b/changes/bug-7343_fix_the_tests @@ -0,0 +1 @@ +- Clean up and fix the tests (Closes: #7343) -- cgit v1.2.3 From b5d7e5ec7b4532e39c36762a93a2c878d28d6931 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 10 Aug 2015 17:03:46 +0200 Subject: [feat] Add script apply_updates.py for pyinstaller bundle apply_updates.py applies the already downloaded files from the updates folder and removes all the obsolete files from the bundle. It's meant to be use by the pyinstaller bundle. - Resolves: #7342 - Related: #5876 --- changes/feature-7342_apply_updates | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7342_apply_updates (limited to 'changes') diff --git a/changes/feature-7342_apply_updates b/changes/feature-7342_apply_updates new file mode 100644 index 00000000..df7bd726 --- /dev/null +++ b/changes/feature-7342_apply_updates @@ -0,0 +1 @@ +- Added apply_updates.py script for the pyinstaller bundle (Closes: #7342) -- cgit v1.2.3 From 612deb39f759d9c5a86b78fc012b8a8b56fcb838 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 7 Aug 2015 15:28:15 -0300 Subject: [feat] add soledad sync progress to the UI Register to Soledad's sync (send and receive) events and display the progress in the UI. - Resolves: #7353 --- changes/feature-7353_add-soledad-sync-info | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7353_add-soledad-sync-info (limited to 'changes') diff --git a/changes/feature-7353_add-soledad-sync-info b/changes/feature-7353_add-soledad-sync-info new file mode 100644 index 00000000..3efdd720 --- /dev/null +++ b/changes/feature-7353_add-soledad-sync-info @@ -0,0 +1 @@ +- Close Feature #7353, add notifications of soledad sync progress to UI. -- cgit v1.2.3 From 182dd2738f077079a47d3f56033b78dac9204986 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 23 Jul 2015 18:45:08 -0300 Subject: [bug] handle eip-config not providing locations Is valid for a provider not to provide locations for their gateways. - Resolves: #7281 --- changes/bug-7281_support-no-locations-for-eip | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-7281_support-no-locations-for-eip (limited to 'changes') diff --git a/changes/bug-7281_support-no-locations-for-eip b/changes/bug-7281_support-no-locations-for-eip new file mode 100644 index 00000000..9f4e748c --- /dev/null +++ b/changes/bug-7281_support-no-locations-for-eip @@ -0,0 +1 @@ +- Closes bug #7281. Support a provider not providing location for the eip gateways. -- cgit v1.2.3 From 9a21cc06cfc4024c881b4ba59c10c69e7de90fe9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 20 Apr 2015 17:09:43 -0300 Subject: [bug] handle disabled registration, error 403. If the user wants to register a new account we check whether the provider allows registration or not right after getting the provider.json file and show an error msg on the wizard if not allowed. Also, there is a new signal to handle the error raised by the server if a registration attempt is made but is rejected with error 403. - Resolves: #6594 --- changes/bug-6594_handle-disabled-registration | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6594_handle-disabled-registration (limited to 'changes') diff --git a/changes/bug-6594_handle-disabled-registration b/changes/bug-6594_handle-disabled-registration new file mode 100644 index 00000000..91e84286 --- /dev/null +++ b/changes/bug-6594_handle-disabled-registration @@ -0,0 +1 @@ +- Handle disabled registration on provider. Closes Bug #6594. -- cgit v1.2.3 From eb5184845818d9440423251450c6bdcc44e5156d Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 21 Aug 2015 13:37:25 -0400 Subject: [feat] allow to disable EIP on build --- changes/feature-7356-disable-eip-on-build | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7356-disable-eip-on-build (limited to 'changes') diff --git a/changes/feature-7356-disable-eip-on-build b/changes/feature-7356-disable-eip-on-build new file mode 100644 index 00000000..35787946 --- /dev/null +++ b/changes/feature-7356-disable-eip-on-build @@ -0,0 +1 @@ +- Allow to disable EIP component on build. Closes: #7356 -- cgit v1.2.3 From fd27f48a35736d8ba186c423a7de15ffee5143dd Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 27 Aug 2015 16:28:33 -0300 Subject: [pkg] fold in changes --- changes/bug-6594_handle-disabled-registration | 1 - changes/bug-7273_logbook-subscriber-start | 2 -- changes/bug-7281_support-no-locations-for-eip | 1 - changes/bug-7343_fix_the_tests | 1 - changes/feature-7291_move_tuf | 1 - changes/feature-7342_apply_updates | 1 - changes/feature-7353_add-soledad-sync-info | 1 - changes/feature-7356-disable-eip-on-build | 1 - 8 files changed, 9 deletions(-) delete mode 100644 changes/bug-6594_handle-disabled-registration delete mode 100644 changes/bug-7273_logbook-subscriber-start delete mode 100644 changes/bug-7281_support-no-locations-for-eip delete mode 100644 changes/bug-7343_fix_the_tests delete mode 100644 changes/feature-7291_move_tuf delete mode 100644 changes/feature-7342_apply_updates delete mode 100644 changes/feature-7353_add-soledad-sync-info delete mode 100644 changes/feature-7356-disable-eip-on-build (limited to 'changes') diff --git a/changes/bug-6594_handle-disabled-registration b/changes/bug-6594_handle-disabled-registration deleted file mode 100644 index 91e84286..00000000 --- a/changes/bug-6594_handle-disabled-registration +++ /dev/null @@ -1 +0,0 @@ -- Handle disabled registration on provider. Closes Bug #6594. diff --git a/changes/bug-7273_logbook-subscriber-start b/changes/bug-7273_logbook-subscriber-start deleted file mode 100644 index 976d2f35..00000000 --- a/changes/bug-7273_logbook-subscriber-start +++ /dev/null @@ -1,2 +0,0 @@ -- Closes bug #7273 - ZMQError: address already in use - logbook subscriber already started. -- Closes bug - logbook subscriber stop fails if not started. diff --git a/changes/bug-7281_support-no-locations-for-eip b/changes/bug-7281_support-no-locations-for-eip deleted file mode 100644 index 9f4e748c..00000000 --- a/changes/bug-7281_support-no-locations-for-eip +++ /dev/null @@ -1 +0,0 @@ -- Closes bug #7281. Support a provider not providing location for the eip gateways. diff --git a/changes/bug-7343_fix_the_tests b/changes/bug-7343_fix_the_tests deleted file mode 100644 index 93dac4e2..00000000 --- a/changes/bug-7343_fix_the_tests +++ /dev/null @@ -1 +0,0 @@ -- Clean up and fix the tests (Closes: #7343) diff --git a/changes/feature-7291_move_tuf b/changes/feature-7291_move_tuf deleted file mode 100644 index 3db1fd2b..00000000 --- a/changes/feature-7291_move_tuf +++ /dev/null @@ -1 +0,0 @@ -- Move the updater code from the launcher to the client (Closes: #7291) diff --git a/changes/feature-7342_apply_updates b/changes/feature-7342_apply_updates deleted file mode 100644 index df7bd726..00000000 --- a/changes/feature-7342_apply_updates +++ /dev/null @@ -1 +0,0 @@ -- Added apply_updates.py script for the pyinstaller bundle (Closes: #7342) diff --git a/changes/feature-7353_add-soledad-sync-info b/changes/feature-7353_add-soledad-sync-info deleted file mode 100644 index 3efdd720..00000000 --- a/changes/feature-7353_add-soledad-sync-info +++ /dev/null @@ -1 +0,0 @@ -- Close Feature #7353, add notifications of soledad sync progress to UI. diff --git a/changes/feature-7356-disable-eip-on-build b/changes/feature-7356-disable-eip-on-build deleted file mode 100644 index 35787946..00000000 --- a/changes/feature-7356-disable-eip-on-build +++ /dev/null @@ -1 +0,0 @@ -- Allow to disable EIP component on build. Closes: #7356 -- cgit v1.2.3