summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_escape_domain2
-rw-r--r--changes/feature_2916_check-already_running1
2 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug_escape_domain b/changes/bug_escape_domain
new file mode 100644
index 00000000..6b1f2f9f
--- /dev/null
+++ b/changes/bug_escape_domain
@@ -0,0 +1,2 @@
+ o Make sure the domain field in provider.json is escaped to avoid
+ potential problems. Fixes #3244. \ No newline at end of file
diff --git a/changes/feature_2916_check-already_running b/changes/feature_2916_check-already_running
new file mode 100644
index 00000000..9cd04443
--- /dev/null
+++ b/changes/feature_2916_check-already_running
@@ -0,0 +1 @@
+ o Try to terminate already running openvpn instances. Closes #2916