summaryrefslogtreecommitdiff
path: root/mail/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-11-25 16:33:50 -0200
committerdrebs <drebs@leap.se>2013-11-25 16:33:50 -0200
commite6a285d102487f83fefe2c1a720b92c40ca05854 (patch)
treeae828f6ea5ddbc09b030dfe9a1be14f5a93651a2 /mail/changes
parenta7a2596dc1bc4ea2db97139b6e300bde7839d21f (diff)
Fail gracefully when failing to decrypt incoming messages. Closes #4589.
Diffstat (limited to 'mail/changes')
-rw-r--r--mail/changes/VERSION_COMPAT1
-rw-r--r--mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT
index cc00ecf..ec5bde1 100644
--- a/mail/changes/VERSION_COMPAT
+++ b/mail/changes/VERSION_COMPAT
@@ -8,3 +8,4 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
+leap.keymanager>=0.3.7
diff --git a/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages b/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages
new file mode 100644
index 0000000..d376683
--- /dev/null
+++ b/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages
@@ -0,0 +1 @@
+ o Fail gracefully when failing to decrypt incoming messages. Closes #4589.