summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorkali <kali@leap.se>2014-08-08 19:10:39 -0500
committerkali <kali@leap.se>2014-08-08 19:10:39 -0500
commitcef0be0b4f866c9283eaf696fbc23b8120e40443 (patch)
treeff54448f7354e56235d22dabaf0fb03597790c98 /changes
parenta9173e8e2816b767028787735e4a84b2576f258d (diff)
parent465c0b89ca61279eb036afec2de3b4d24b257311 (diff)
Merge branch '0.6.1-rc' into deb-0.6.1-rc
Conflicts: pkg/linux/bitmask-root src/leap/bitmask/gui/login.py
Diffstat (limited to 'changes')
-rw-r--r--changes/4035_add-eip-cancel-button1
-rw-r--r--changes/5870_bitmask-prevent-system-logout-on-linux1
-rw-r--r--changes/add-backend-alive-check1
-rw-r--r--changes/add-frontend-alive-check2
-rw-r--r--changes/add-linux-autostart1
-rw-r--r--changes/bug-5949_pastebin-does-not-work1
-rw-r--r--changes/bug_5955_fix-vpnlauncher-error-ui1
-rw-r--r--changes/bug_logger-hangs-quit1
-rw-r--r--changes/bug_use-smaller-window-to-fit-lower-resolutions1
-rw-r--r--changes/enable-child-process-in-backend1
-rw-r--r--changes/feature_restrict-certificates-permissions1
11 files changed, 12 insertions, 0 deletions
diff --git a/changes/4035_add-eip-cancel-button b/changes/4035_add-eip-cancel-button
new file mode 100644
index 00000000..ea63f8a4
--- /dev/null
+++ b/changes/4035_add-eip-cancel-button
@@ -0,0 +1 @@
+- Add a button for cancelling ongoing EIP connection. Closes: #4035
diff --git a/changes/5870_bitmask-prevent-system-logout-on-linux b/changes/5870_bitmask-prevent-system-logout-on-linux
new file mode 100644
index 00000000..6feba46c
--- /dev/null
+++ b/changes/5870_bitmask-prevent-system-logout-on-linux
@@ -0,0 +1 @@
+- Bitmask on linux prevents session logout. Closes #5870.
diff --git a/changes/add-backend-alive-check b/changes/add-backend-alive-check
new file mode 100644
index 00000000..40e12978
--- /dev/null
+++ b/changes/add-backend-alive-check
@@ -0,0 +1 @@
+- Add checks to ensure that the backend is alive or notify the user. Related to #5873.
diff --git a/changes/add-frontend-alive-check b/changes/add-frontend-alive-check
new file mode 100644
index 00000000..54f88798
--- /dev/null
+++ b/changes/add-frontend-alive-check
@@ -0,0 +1,2 @@
+- Stop the backend if the frontend process does not exist any more and backend
+ is not a daemon. Related to #5873.
diff --git a/changes/add-linux-autostart b/changes/add-linux-autostart
new file mode 100644
index 00000000..44b175bc
--- /dev/null
+++ b/changes/add-linux-autostart
@@ -0,0 +1 @@
+- Add autostart on Linux. Closes #4989.
diff --git a/changes/bug-5949_pastebin-does-not-work b/changes/bug-5949_pastebin-does-not-work
new file mode 100644
index 00000000..aa983184
--- /dev/null
+++ b/changes/bug-5949_pastebin-does-not-work
@@ -0,0 +1 @@
+- Replace twisted thread with QThread and get pastebin send working. Closes #5949.
diff --git a/changes/bug_5955_fix-vpnlauncher-error-ui b/changes/bug_5955_fix-vpnlauncher-error-ui
new file mode 100644
index 00000000..d322288e
--- /dev/null
+++ b/changes/bug_5955_fix-vpnlauncher-error-ui
@@ -0,0 +1 @@
+- Fix the handling of vpn launcher errors in the UI. Closes: #5955
diff --git a/changes/bug_logger-hangs-quit b/changes/bug_logger-hangs-quit
new file mode 100644
index 00000000..b76f6218
--- /dev/null
+++ b/changes/bug_logger-hangs-quit
@@ -0,0 +1 @@
+- Fix logger window blocking the bitmask quit().
diff --git a/changes/bug_use-smaller-window-to-fit-lower-resolutions b/changes/bug_use-smaller-window-to-fit-lower-resolutions
new file mode 100644
index 00000000..d9df69ae
--- /dev/null
+++ b/changes/bug_use-smaller-window-to-fit-lower-resolutions
@@ -0,0 +1 @@
+- Use smaller height on the window so it fits better on smaller resolutions. Closes #5722.
diff --git a/changes/enable-child-process-in-backend b/changes/enable-child-process-in-backend
new file mode 100644
index 00000000..1b6f246e
--- /dev/null
+++ b/changes/enable-child-process-in-backend
@@ -0,0 +1 @@
+- Disable daemon mode when we run the backend so we can spawn child processes on it.
diff --git a/changes/feature_restrict-certificates-permissions b/changes/feature_restrict-certificates-permissions
new file mode 100644
index 00000000..6bd6c015
--- /dev/null
+++ b/changes/feature_restrict-certificates-permissions
@@ -0,0 +1 @@
+- Restrict access to the zmq certificates folder.