summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-03 13:55:53 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-03 13:55:53 -0300
commit778798b4cbb297d7cab5a504e79a5b8924939253 (patch)
tree902e33c5086ff63dfac24a8a6a55569337ef2962 /changes
parentd7100189a3d572d0dbe20933d13f20b7decc2b68 (diff)
parent99667150fc48841742f97de83c11bb97b0e8882a (diff)
Merge remote-tracking branch 'kali/bug/logout-stop-mail' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT7
-rw-r--r--changes/bug_3553_logout-stop-mail1
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index 32391745..cd6e4ef1 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -3,8 +3,15 @@
# introduced in internal leap dependencies.
# Add your changes here so we can properly update
# requirements.pip during the release process.
+# (leave header when resetting)
#################################################
+#
+# BEGIN DEPENDENCY LIST -------------------------
+# leap.foo.bar>=x.y.z
leap.common>=0.3.2
# leap.common.config.get_path_prefix
+#
+leap.mail>=0.3.2
+# smtp returns factory
diff --git a/changes/bug_3553_logout-stop-mail b/changes/bug_3553_logout-stop-mail
new file mode 100644
index 00000000..ee898137
--- /dev/null
+++ b/changes/bug_3553_logout-stop-mail
@@ -0,0 +1 @@
+ o Logout stops imap and smtp services. Closes: #3553