summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/allow-local-multicast-in-firewall2
-rw-r--r--changes/bug-4144_support-gnome-shell-polkit1
-rw-r--r--changes/bug-5540_change-password-fix1
-rw-r--r--changes/bug-5695_fix-username-regex-support3
-rw-r--r--changes/bug-5721_eip-autostart-is-broken1
-rw-r--r--changes/bug-block-ipv6-clientside1
-rw-r--r--changes/bug_5687_switch-eip-off1
-rw-r--r--changes/bug_add_openvpn_bin_path_osx1
-rw-r--r--changes/bug_allow-usernames-ending-with-digit1
-rw-r--r--changes/bug_improve_signal_handling1
-rw-r--r--changes/bug_openvpn_not_found1
-rw-r--r--changes/bug_set_userid1
-rw-r--r--changes/bug_update_ui_when_fails_at_config1
-rw-r--r--changes/feature-5689-psutil-compat1
-rw-r--r--changes/feature-bitmask-root-versioning1
-rw-r--r--changes/feature-country-code-flag1
-rw-r--r--changes/feature_5692-fix-nameserver-restoring1
-rw-r--r--changes/feature_init-check-resolvconf1
-rw-r--r--changes/refactor-and-cleanup3
-rw-r--r--changes/refactor-mail-soledad5
20 files changed, 0 insertions, 29 deletions
diff --git a/changes/allow-local-multicast-in-firewall b/changes/allow-local-multicast-in-firewall
deleted file mode 100644
index 4c17b92e..00000000
--- a/changes/allow-local-multicast-in-firewall
+++ /dev/null
@@ -1,2 +0,0 @@
-- unblock local multicast IPs from linux firewall, to allow SSDP and Bonjour/mDNS to work.
-- fix bug with ipv6 blocking that caused block to not get removed from firewall when Bitmask quit. \ No newline at end of file
diff --git a/changes/bug-4144_support-gnome-shell-polkit b/changes/bug-4144_support-gnome-shell-polkit
deleted file mode 100644
index b8da093c..00000000
--- a/changes/bug-4144_support-gnome-shell-polkit
+++ /dev/null
@@ -1 +0,0 @@
-- Add support for gnome-shell polkit agent. Closes #4144, #4218.
diff --git a/changes/bug-5540_change-password-fix b/changes/bug-5540_change-password-fix
deleted file mode 100644
index 9c9c09d5..00000000
--- a/changes/bug-5540_change-password-fix
+++ /dev/null
@@ -1 +0,0 @@
-Change password doesn't work. Closes #5540.
diff --git a/changes/bug-5695_fix-username-regex-support b/changes/bug-5695_fix-username-regex-support
deleted file mode 100644
index 855ec149..00000000
--- a/changes/bug-5695_fix-username-regex-support
+++ /dev/null
@@ -1,3 +0,0 @@
-- Update username regex to support the same as webapp. Closes #5965.
-- Wrong error message for username too short. (Bug #5697)
-- Cleanup and refactor username/password validators.
diff --git a/changes/bug-5721_eip-autostart-is-broken b/changes/bug-5721_eip-autostart-is-broken
deleted file mode 100644
index ab1ea512..00000000
--- a/changes/bug-5721_eip-autostart-is-broken
+++ /dev/null
@@ -1 +0,0 @@
-- Fix EIP autostart failing. Closes #5721.
diff --git a/changes/bug-block-ipv6-clientside b/changes/bug-block-ipv6-clientside
deleted file mode 100644
index 9e6b88c4..00000000
--- a/changes/bug-block-ipv6-clientside
+++ /dev/null
@@ -1 +0,0 @@
-- Block ipv6 traffic for the moment. Closes: #5693
diff --git a/changes/bug_5687_switch-eip-off b/changes/bug_5687_switch-eip-off
deleted file mode 100644
index 4cf0d24a..00000000
--- a/changes/bug_5687_switch-eip-off
+++ /dev/null
@@ -1 +0,0 @@
-- Bring firewall down when switching EIP off. Closes: #5687
diff --git a/changes/bug_add_openvpn_bin_path_osx b/changes/bug_add_openvpn_bin_path_osx
deleted file mode 100644
index 367b5b8e..00000000
--- a/changes/bug_add_openvpn_bin_path_osx
+++ /dev/null
@@ -1 +0,0 @@
-- Add OPENVPN_BIN_PATH for OSX so that EIP starts properly. \ No newline at end of file
diff --git a/changes/bug_allow-usernames-ending-with-digit b/changes/bug_allow-usernames-ending-with-digit
deleted file mode 100644
index de47e7ac..00000000
--- a/changes/bug_allow-usernames-ending-with-digit
+++ /dev/null
@@ -1 +0,0 @@
-- Allow usernames to end in a digit.
diff --git a/changes/bug_improve_signal_handling b/changes/bug_improve_signal_handling
deleted file mode 100644
index 4f88747f..00000000
--- a/changes/bug_improve_signal_handling
+++ /dev/null
@@ -1 +0,0 @@
-- Improve signal handling in the mainwindow and wizard. \ No newline at end of file
diff --git a/changes/bug_openvpn_not_found b/changes/bug_openvpn_not_found
deleted file mode 100644
index c2363122..00000000
--- a/changes/bug_openvpn_not_found
+++ /dev/null
@@ -1 +0,0 @@
-- Enable UI when OpenVPN bin is not found, plus check before starting EIP. Fixes #5619. \ No newline at end of file
diff --git a/changes/bug_set_userid b/changes/bug_set_userid
deleted file mode 100644
index 050a8808..00000000
--- a/changes/bug_set_userid
+++ /dev/null
@@ -1 +0,0 @@
-- Properly set the userid for SMTP. \ No newline at end of file
diff --git a/changes/bug_update_ui_when_fails_at_config b/changes/bug_update_ui_when_fails_at_config
deleted file mode 100644
index 84f19401..00000000
--- a/changes/bug_update_ui_when_fails_at_config
+++ /dev/null
@@ -1 +0,0 @@
-- Update EIP UI if it fails to download the config. \ No newline at end of file
diff --git a/changes/feature-5689-psutil-compat b/changes/feature-5689-psutil-compat
deleted file mode 100644
index be11aea3..00000000
--- a/changes/feature-5689-psutil-compat
+++ /dev/null
@@ -1 +0,0 @@
-- Make use of cmdline in psutil backwards-compatible. Closes: #5689
diff --git a/changes/feature-bitmask-root-versioning b/changes/feature-bitmask-root-versioning
deleted file mode 100644
index bfe69041..00000000
--- a/changes/feature-bitmask-root-versioning
+++ /dev/null
@@ -1 +0,0 @@
-- Add versioning support to bitmask-root.
diff --git a/changes/feature-country-code-flag b/changes/feature-country-code-flag
deleted file mode 100644
index b7b53626..00000000
--- a/changes/feature-country-code-flag
+++ /dev/null
@@ -1 +0,0 @@
-- Show flag of country for eip exit node, if available. Related: #1232
diff --git a/changes/feature_5692-fix-nameserver-restoring b/changes/feature_5692-fix-nameserver-restoring
deleted file mode 100644
index 10ce3427..00000000
--- a/changes/feature_5692-fix-nameserver-restoring
+++ /dev/null
@@ -1 +0,0 @@
-- Fix nameserver restoring. Closes: #5692
diff --git a/changes/feature_init-check-resolvconf b/changes/feature_init-check-resolvconf
deleted file mode 100644
index 81733910..00000000
--- a/changes/feature_init-check-resolvconf
+++ /dev/null
@@ -1 +0,0 @@
-- Warn user if resolvconf cannot be found.
diff --git a/changes/refactor-and-cleanup b/changes/refactor-and-cleanup
deleted file mode 100644
index 18331ed4..00000000
--- a/changes/refactor-and-cleanup
+++ /dev/null
@@ -1,3 +0,0 @@
-- Refactor Keymanager to backend. Closes #5711.
-- Cleanup backend from hacks. Closes #5698.
-
diff --git a/changes/refactor-mail-soledad b/changes/refactor-mail-soledad
deleted file mode 100644
index 32b1ab5b..00000000
--- a/changes/refactor-mail-soledad
+++ /dev/null
@@ -1,5 +0,0 @@
-- Improve wait and quit process.
-- Move soledad password change to backend.
-- Move Mail logic to backend.
-- Separate imap/smtp logic from conductor.
-- Refactor SoledadBootstrapper to backend. Closes #5481.