summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-09-22 14:13:15 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-09-22 14:13:15 -0300
commitaa31828fca8bb64ace56f6f3b2b94f90ffced3c2 (patch)
tree5b4a64158c028fb14a3a883dbea9257c3c7290f5
parentf292d910ae8bf98448dd02cd26e9e4f2ed8f6339 (diff)
[pkg] fold in changes0.9.0rc3
-rw-r--r--CHANGELOG.rst20
-rw-r--r--changes/bug-7415_fix-arguments-on-raise-window-event1
-rw-r--r--changes/bug-7453_sync-completed-vs-unread-emails1
-rw-r--r--changes/bug-7474_handle-soledad-ready-properly1
-rw-r--r--changes/bug-fix-logout-auth1
-rw-r--r--changes/bug_7448-fix-logout-auth1
-rw-r--r--changes/bug_7470_fix-service-enabled-method1
-rw-r--r--changes/feature-7414_remove-taskthread-dependency1
-rw-r--r--changes/feature-7419_load-credentials-from-env1
-rw-r--r--changes/feature_4284-download-smtp-certs1
10 files changed, 20 insertions, 9 deletions
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 <https://leap.se/code/issues/4284>`_: Download specific smtp certificate from provider, instead of using the vpn one.
+- `#7414 <https://leap.se/code/issues/7414>`_: Remove taskthread dependency, replace with custom (and small) code.
+- `#7419 <https://leap.se/code/issues/7419>`_: Load credentials from environment variables and trigger login.
+
+
+Bugfixes
+~~~~~~~~
+- `#7415 <https://leap.se/code/issues/7415>`_: Fix wrong argument number on window raise event.
+- `#7448 <https://leap.se/code/issues/7448>`_: Fix hangs during logout.
+- `#7453 <https://leap.se/code/issues/7453>`_: After a complete sync show the user the amount of unread emails.
+- `#7470 <https://leap.se/code/issues/7470>`_: Fix bug with password change.
+- `#7474 <https://leap.se/code/issues/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