diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_enable_eip_whenever_possible | 1 | ||||
-rw-r--r-- | changes/bug_fix_login_margins | 1 | ||||
-rw-r--r-- | changes/cleanup-smtpbootstrapper | 1 | ||||
-rw-r--r-- | changes/feature-5672_gracefully-handle-SIGTERM | 1 | ||||
-rw-r--r-- | changes/feature_refactor-retry-to-soledadbootstrapper | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug_enable_eip_whenever_possible b/changes/bug_enable_eip_whenever_possible new file mode 100644 index 00000000..1065822f --- /dev/null +++ b/changes/bug_enable_eip_whenever_possible @@ -0,0 +1 @@ +- Enable Turn ON button for EIP whenever possible (json and cert are in place). Fixes #5665, #5666.
\ No newline at end of file diff --git a/changes/bug_fix_login_margins b/changes/bug_fix_login_margins new file mode 100644 index 00000000..3735d911 --- /dev/null +++ b/changes/bug_fix_login_margins @@ -0,0 +1 @@ +- Fix Logout button bottom margin. Fixes #4987.
\ No newline at end of file diff --git a/changes/cleanup-smtpbootstrapper b/changes/cleanup-smtpbootstrapper new file mode 100644 index 00000000..f1ccabfe --- /dev/null +++ b/changes/cleanup-smtpbootstrapper @@ -0,0 +1 @@ +- Refactor smtp logic into its bootstrapper. diff --git a/changes/feature-5672_gracefully-handle-SIGTERM b/changes/feature-5672_gracefully-handle-SIGTERM new file mode 100644 index 00000000..a616430d --- /dev/null +++ b/changes/feature-5672_gracefully-handle-SIGTERM @@ -0,0 +1 @@ +- Gracefully handle SIGTERM, with addSystemEventTrigger twisted reactor's method. Closes #5672. diff --git a/changes/feature_refactor-retry-to-soledadbootstrapper b/changes/feature_refactor-retry-to-soledadbootstrapper new file mode 100644 index 00000000..bd70a65f --- /dev/null +++ b/changes/feature_refactor-retry-to-soledadbootstrapper @@ -0,0 +1 @@ +- Refactor Soledad initialization retries to SoledadBootstrapper. |