summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/bug_3926_connection-aborted2
-rw-r--r--changes/feature-2858_refactor-vpnlaunchers2
-rw-r--r--changes/feature_provider-check-against-ca-bundle2
4 files changed, 7 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index cc00ecf7..425478c8 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,3 +8,4 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
+leap.common >= 0.3.4 # because the ca_bundle
diff --git a/changes/bug_3926_connection-aborted b/changes/bug_3926_connection-aborted
new file mode 100644
index 00000000..58e6fe11
--- /dev/null
+++ b/changes/bug_3926_connection-aborted
@@ -0,0 +1,2 @@
+ o Fix a bug in which failing to authenticate properly left connection
+ in an unconsistent state. Closes: #3926
diff --git a/changes/feature-2858_refactor-vpnlaunchers b/changes/feature-2858_refactor-vpnlaunchers
new file mode 100644
index 00000000..27106f7a
--- /dev/null
+++ b/changes/feature-2858_refactor-vpnlaunchers
@@ -0,0 +1,2 @@
+ o Refactor vpn launchers, reuse code, improve implementations, update
+ documentation. Closes #2858.
diff --git a/changes/feature_provider-check-against-ca-bundle b/changes/feature_provider-check-against-ca-bundle
new file mode 100644
index 00000000..b3f9042f
--- /dev/null
+++ b/changes/feature_provider-check-against-ca-bundle
@@ -0,0 +1,2 @@
+ o Make the initial provider cert verifications against our modified
+ CA-bundle (includes ca-cert certificates, for now). Closes: #3850