From aa31828fca8bb64ace56f6f3b2b94f90ffced3c2 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 22 Sep 2015 14:13:15 -0300 Subject: [pkg] fold in changes --- CHANGELOG.rst | 20 ++++++++++++++++++++ changes/bug-7415_fix-arguments-on-raise-window-event | 1 - changes/bug-7453_sync-completed-vs-unread-emails | 1 - changes/bug-7474_handle-soledad-ready-properly | 1 - changes/bug-fix-logout-auth | 1 - changes/bug_7448-fix-logout-auth | 1 - changes/bug_7470_fix-service-enabled-method | 1 - changes/feature-7414_remove-taskthread-dependency | 1 - changes/feature-7419_load-credentials-from-env | 1 - changes/feature_4284-download-smtp-certs | 1 - 10 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 changes/bug-7415_fix-arguments-on-raise-window-event delete mode 100644 changes/bug-7453_sync-completed-vs-unread-emails delete mode 100644 changes/bug-7474_handle-soledad-ready-properly delete mode 100644 changes/bug-fix-logout-auth delete mode 100644 changes/bug_7448-fix-logout-auth delete mode 100644 changes/bug_7470_fix-service-enabled-method delete mode 100644 changes/feature-7414_remove-taskthread-dependency delete mode 100644 changes/feature-7419_load-credentials-from-env delete mode 100644 changes/feature_4284-download-smtp-certs diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 952574dc..2114c5ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,26 @@ Changelog --------- +0.9.0rc3 September 22 ++++++++++++++++++++++ + +Features +~~~~~~~~ +- `#4284 `_: Download specific smtp certificate from provider, instead of using the vpn one. +- `#7414 `_: Remove taskthread dependency, replace with custom (and small) code. +- `#7419 `_: Load credentials from environment variables and trigger login. + + +Bugfixes +~~~~~~~~ +- `#7415 `_: Fix wrong argument number on window raise event. +- `#7448 `_: Fix hangs during logout. +- `#7453 `_: After a complete sync show the user the amount of unread emails. +- `#7470 `_: Fix bug with password change. +- `#7474 `_: Track soledad ready state on a shared place for easy access. Enable password change window. +- Authenticate properly logout calls to API. + + 0.9.0rc2 August 27 ++++++++++++++++++ diff --git a/changes/bug-7415_fix-arguments-on-raise-window-event b/changes/bug-7415_fix-arguments-on-raise-window-event deleted file mode 100644 index a49922c1..00000000 --- a/changes/bug-7415_fix-arguments-on-raise-window-event +++ /dev/null @@ -1 +0,0 @@ -o Fix wrong argument number on window raise event. Close bug #7415. diff --git a/changes/bug-7453_sync-completed-vs-unread-emails b/changes/bug-7453_sync-completed-vs-unread-emails deleted file mode 100644 index 57a0552f..00000000 --- a/changes/bug-7453_sync-completed-vs-unread-emails +++ /dev/null @@ -1 +0,0 @@ -- After a complete sync show the user the amount of unread emails. Closes bug #7453. diff --git a/changes/bug-7474_handle-soledad-ready-properly b/changes/bug-7474_handle-soledad-ready-properly deleted file mode 100644 index a2b538bf..00000000 --- a/changes/bug-7474_handle-soledad-ready-properly +++ /dev/null @@ -1 +0,0 @@ -- Track soledad ready state on a shared place for easy access. Enable password change window. Closes bug #7474. diff --git a/changes/bug-fix-logout-auth b/changes/bug-fix-logout-auth deleted file mode 100644 index 0dc09c02..00000000 --- a/changes/bug-fix-logout-auth +++ /dev/null @@ -1 +0,0 @@ -- Authenticate properly logout calls to API. diff --git a/changes/bug_7448-fix-logout-auth b/changes/bug_7448-fix-logout-auth deleted file mode 100644 index 29e69571..00000000 --- a/changes/bug_7448-fix-logout-auth +++ /dev/null @@ -1 +0,0 @@ -- Fix hangs during logout. Closes: #7448 diff --git a/changes/bug_7470_fix-service-enabled-method b/changes/bug_7470_fix-service-enabled-method deleted file mode 100644 index cc63dc57..00000000 --- a/changes/bug_7470_fix-service-enabled-method +++ /dev/null @@ -1 +0,0 @@ -- Fix bug with password change. Closes: #7470 diff --git a/changes/feature-7414_remove-taskthread-dependency b/changes/feature-7414_remove-taskthread-dependency deleted file mode 100644 index e209e80f..00000000 --- a/changes/feature-7414_remove-taskthread-dependency +++ /dev/null @@ -1 +0,0 @@ -o Remove taskthread dependency, replace with custom (and small) code. Closes #7414. diff --git a/changes/feature-7419_load-credentials-from-env b/changes/feature-7419_load-credentials-from-env deleted file mode 100644 index 7704df01..00000000 --- a/changes/feature-7419_load-credentials-from-env +++ /dev/null @@ -1 +0,0 @@ -- Load credentials from environment variables and trigger login. Closes feature #7419. diff --git a/changes/feature_4284-download-smtp-certs b/changes/feature_4284-download-smtp-certs deleted file mode 100644 index 929bd858..00000000 --- a/changes/feature_4284-download-smtp-certs +++ /dev/null @@ -1 +0,0 @@ -- Download specific smtp certificate from provider, instead of using the vpn one. Closes: #4284 -- cgit v1.2.3