diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 3 | ||||
-rw-r--r-- | changes/bug-3774_fix-logout-error | 2 | ||||
-rw-r--r-- | changes/bug-3847-start-smtp-without-eip | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index cc00ecf7..469ade25 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,3 +8,6 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z + +leap.soledad.client>=0.4.0 # because of backward-incompatible changes + # https://github.com/leapcode/soledad/pull/76 diff --git a/changes/bug-3774_fix-logout-error b/changes/bug-3774_fix-logout-error new file mode 100644 index 00000000..ce0951f0 --- /dev/null +++ b/changes/bug-3774_fix-logout-error @@ -0,0 +1,2 @@ + o Catch logout problem, display a user message and allow log back in after a + successful logout if there was a logout error before. Closes #3774. diff --git a/changes/bug-3847-start-smtp-without-eip b/changes/bug-3847-start-smtp-without-eip new file mode 100644 index 00000000..5ed959a4 --- /dev/null +++ b/changes/bug-3847-start-smtp-without-eip @@ -0,0 +1 @@ + o Allow SMTP to start even when provider does not offer EIP. Closes: #3847 |