summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-03-21 15:52:43 -0400
committerKali Kaneko <kali@leap.se>2016-03-22 12:49:33 -0400
commit21a0e07ffccbee57fa02f20525441f96516132dc (patch)
tree3f827ffa0019f1b437aff48606db0e8172ecc43e /changes
parent3d2df02b549a32c15b2bb369a33789abadb60c92 (diff)
[bug] re-download smtp certificate if needed.
the should_redownload function was only called if the pemfile was not present of the fs. - Resolves: #7869
Diffstat (limited to 'changes')
-rw-r--r--changes/next-changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst
index 64774d30..d07273ec 100644
--- a/changes/next-changelog.rst
+++ b/changes/next-changelog.rst
@@ -24,8 +24,10 @@ Bugfixes
- `#7583 <https://leap.se/code/issues/7583>`_: Fix set_soledad_auth_token event callback signature.
- `#7585 <https://leap.se/code/issues/7585>`_: Open email help link on browser.
- `#7598 <https://leap.se/code/issues/7598>`_: Fix errback on InvalidAuthToken.
-- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
+- `#7869 <https://leap.se/code/issues/7869>`_: Redownload smtp certificate if needed.
- Do not translate 'https' text on QLabel.
+
+- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
- Bugfix without related issue number.
Misc