summaryrefslogtreecommitdiff
path: root/changes
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 /changes
parentf292d910ae8bf98448dd02cd26e9e4f2ed8f6339 (diff)
[pkg] fold in changes0.9.0rc3
Diffstat (limited to 'changes')
-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
9 files changed, 0 insertions, 9 deletions
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