summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-30 16:47:05 -0200
committerKali Kaneko <kali@leap.se>2013-10-30 16:47:05 -0200
commitc9ecc98e5d0eee4f502ba8030af5e0a5d4835d58 (patch)
treed1a664d53405fe28b93b6525f6112f23ac431ece /changes
parente1a318fdeb0947da940496c793eb2481bf775450 (diff)
parent318b25373a271c12b3497125db620ab36c0db490 (diff)
Merge remote-tracking branch 'chiiph/bug/properly_stop_imap' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT3
-rw-r--r--changes/bug_properly_stop_imap1
-rw-r--r--changes/feature-4132_remove-autostart-eip-setting2
3 files changed, 6 insertions, 0 deletions
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
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.