summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT7
-rw-r--r--changes/bug-3595_fix-gateway-selection-problem1
-rw-r--r--changes/bug-3657_display-correct-service-name-in-wiard1
-rw-r--r--changes/bug_3553_logout-stop-mail1
-rw-r--r--changes/bug_3615-wizard-typo1
-rw-r--r--changes/feature-3616_remove-last-page-from-wizard1
6 files changed, 12 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-3595_fix-gateway-selection-problem b/changes/bug-3595_fix-gateway-selection-problem
new file mode 100644
index 00000000..7225eed0
--- /dev/null
+++ b/changes/bug-3595_fix-gateway-selection-problem
@@ -0,0 +1 @@
+ o Fix gateway selection problem. Closes 3595.
diff --git a/changes/bug-3657_display-correct-service-name-in-wiard b/changes/bug-3657_display-correct-service-name-in-wiard
new file mode 100644
index 00000000..4fe3d0b1
--- /dev/null
+++ b/changes/bug-3657_display-correct-service-name-in-wiard
@@ -0,0 +1 @@
+ o Display Encrypted Mail instead of mx in wizard. Closes #3657.
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
diff --git a/changes/bug_3615-wizard-typo b/changes/bug_3615-wizard-typo
new file mode 100644
index 00000000..89e18174
--- /dev/null
+++ b/changes/bug_3615-wizard-typo
@@ -0,0 +1 @@
+ o Fix typo in wizard: stablish -> establish. Closes #3615.
diff --git a/changes/feature-3616_remove-last-page-from-wizard b/changes/feature-3616_remove-last-page-from-wizard
new file mode 100644
index 00000000..cc02c02c
--- /dev/null
+++ b/changes/feature-3616_remove-last-page-from-wizard
@@ -0,0 +1 @@
+ o Remove last page from wizard. Closes #3616.