summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT10
-rw-r--r--changes/bug-3778_fix-path-prefix-helper1
-rw-r--r--changes/bug_3803-do-not-install-resolv-update-globally1
-rw-r--r--changes/bug_fix-first1
-rw-r--r--changes/feature-3552_refactor-basic-password-checks1
5 files changed, 13 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
new file mode 100644
index 00000000..cc00ecf7
--- /dev/null
+++ b/changes/VERSION_COMPAT
@@ -0,0 +1,10 @@
+#################################################
+# This file keeps track of the recent changes
+# 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
diff --git a/changes/bug-3778_fix-path-prefix-helper b/changes/bug-3778_fix-path-prefix-helper
new file mode 100644
index 00000000..e7cec539
--- /dev/null
+++ b/changes/bug-3778_fix-path-prefix-helper
@@ -0,0 +1 @@
+ o Fix path prefix helper for the bundle and add regresion tests. Closes #3778.
diff --git a/changes/bug_3803-do-not-install-resolv-update-globally b/changes/bug_3803-do-not-install-resolv-update-globally
new file mode 100644
index 00000000..f6e06d5f
--- /dev/null
+++ b/changes/bug_3803-do-not-install-resolv-update-globally
@@ -0,0 +1 @@
+ o Do not try to install resolv-update globally. Closes: #3803
diff --git a/changes/bug_fix-first b/changes/bug_fix-first
new file mode 100644
index 00000000..0ef5188c
--- /dev/null
+++ b/changes/bug_fix-first
@@ -0,0 +1 @@
+ o Catch IndexError on `first` utility.
diff --git a/changes/feature-3552_refactor-basic-password-checks b/changes/feature-3552_refactor-basic-password-checks
deleted file mode 100644
index 314f5a02..00000000
--- a/changes/feature-3552_refactor-basic-password-checks
+++ /dev/null
@@ -1 +0,0 @@
- o Refactor basic password checks. Closes #3552.