summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-3425_replace-wizard-images1
-rw-r--r--changes/bug-update-requirements1
-rw-r--r--changes/bug3426_set_standalone1
-rw-r--r--changes/bug_3406_quit_hangs2
-rw-r--r--changes/bug_3413-soledad-init-retries1
-rw-r--r--changes/bug_better_hideshow_handling3
-rw-r--r--changes/bug_disablemail_completely2
-rw-r--r--changes/bug_handle_reconnecting1
-rw-r--r--changes/bug_improve_openvpn_detection3
-rw-r--r--changes/bug_load_kext2
-rw-r--r--changes/bug_properly_logout1
-rw-r--r--changes/bug_retr_hangs3
-rw-r--r--changes/bug_username_to_lower2
-rw-r--r--changes/feature-3407_add-log-filtering1
-rw-r--r--changes/feature_2959_create_bitmask_namespace1
-rw-r--r--changes/feature_3409-make-imap-poll-configurable2
-rw-r--r--changes/feature_3487-split-soledad-into-common-client-and-server2
-rw-r--r--changes/feature_3525-login-triggers-fetch1
-rw-r--r--changes/feature_add_mail_ui1
19 files changed, 31 insertions, 0 deletions
diff --git a/changes/bug-3425_replace-wizard-images b/changes/bug-3425_replace-wizard-images
new file mode 100644
index 00000000..cf5cbd9d
--- /dev/null
+++ b/changes/bug-3425_replace-wizard-images
@@ -0,0 +1 @@
+ o Replace wizard images with the rainbow mask. Closes #3425.
diff --git a/changes/bug-update-requirements b/changes/bug-update-requirements
new file mode 100644
index 00000000..e86e6e84
--- /dev/null
+++ b/changes/bug-update-requirements
@@ -0,0 +1 @@
+ o Update leap.common minimum version needed.
diff --git a/changes/bug3426_set_standalone b/changes/bug3426_set_standalone
new file mode 100644
index 00000000..408b893f
--- /dev/null
+++ b/changes/bug3426_set_standalone
@@ -0,0 +1 @@
+ o Set the standalone flag before it's being used. Fixes #3426. \ No newline at end of file
diff --git a/changes/bug_3406_quit_hangs b/changes/bug_3406_quit_hangs
new file mode 100644
index 00000000..77452780
--- /dev/null
+++ b/changes/bug_3406_quit_hangs
@@ -0,0 +1,2 @@
+ o Stop the twisted reactor adding the stop call to the call chain
+ instead of stopping it directly. Fixes #3406. \ No newline at end of file
diff --git a/changes/bug_3413-soledad-init-retries b/changes/bug_3413-soledad-init-retries
new file mode 100644
index 00000000..160121dd
--- /dev/null
+++ b/changes/bug_3413-soledad-init-retries
@@ -0,0 +1 @@
+ o Allow soledad initialization to retry if it times out. Closes: #3413
diff --git a/changes/bug_better_hideshow_handling b/changes/bug_better_hideshow_handling
new file mode 100644
index 00000000..3538087b
--- /dev/null
+++ b/changes/bug_better_hideshow_handling
@@ -0,0 +1,3 @@
+ o Activate window when setting it visible. Also display Hide/Show
+ message in the tray icon taking into account the window
+ activation. Fixes #3433. \ No newline at end of file
diff --git a/changes/bug_disablemail_completely b/changes/bug_disablemail_completely
new file mode 100644
index 00000000..126da2a7
--- /dev/null
+++ b/changes/bug_disablemail_completely
@@ -0,0 +1,2 @@
+ o Do not start IMAP daemon if mail was not selected among the
+ services. Fixes #3435. \ No newline at end of file
diff --git a/changes/bug_handle_reconnecting b/changes/bug_handle_reconnecting
new file mode 100644
index 00000000..c6465949
--- /dev/null
+++ b/changes/bug_handle_reconnecting
@@ -0,0 +1 @@
+ o Reword RECONNECTING state of openvpn. Fixes #3429. \ No newline at end of file
diff --git a/changes/bug_improve_openvpn_detection b/changes/bug_improve_openvpn_detection
new file mode 100644
index 00000000..99f43a07
--- /dev/null
+++ b/changes/bug_improve_openvpn_detection
@@ -0,0 +1,3 @@
+ o Improve OpenVPN detection by searching for a specific leap-only
+ string in the command line. This makes it possible to run other
+ VPN instances while also using EIP. Fixes #3268 and #3364. \ No newline at end of file
diff --git a/changes/bug_load_kext b/changes/bug_load_kext
new file mode 100644
index 00000000..ba4a44cf
--- /dev/null
+++ b/changes/bug_load_kext
@@ -0,0 +1,2 @@
+ o OSX: Check for the tun.kext existence in /Library/Extensions
+ instead of /System/Library/Extensions. Fixes #3271. \ No newline at end of file
diff --git a/changes/bug_properly_logout b/changes/bug_properly_logout
new file mode 100644
index 00000000..a5d0d972
--- /dev/null
+++ b/changes/bug_properly_logout
@@ -0,0 +1 @@
+ o Use DELETE /1/logout to properly logout. Fixes #3510. \ No newline at end of file
diff --git a/changes/bug_retr_hangs b/changes/bug_retr_hangs
new file mode 100644
index 00000000..8bdf7bac
--- /dev/null
+++ b/changes/bug_retr_hangs
@@ -0,0 +1,3 @@
+ o Make the poll interval bigger to improve openvpn's internal
+ behavior. If it gets queried too many times per second, it's
+ behavior won't be good. Fixes #3430. \ No newline at end of file
diff --git a/changes/bug_username_to_lower b/changes/bug_username_to_lower
new file mode 100644
index 00000000..284567e4
--- /dev/null
+++ b/changes/bug_username_to_lower
@@ -0,0 +1,2 @@
+ o Transforms usernames to lower case before they are used in the
+ registration and authentication. Closes #3541. \ No newline at end of file
diff --git a/changes/feature-3407_add-log-filtering b/changes/feature-3407_add-log-filtering
new file mode 100644
index 00000000..f4433af4
--- /dev/null
+++ b/changes/feature-3407_add-log-filtering
@@ -0,0 +1 @@
+ o Add filter option to the logger window. Closes #3407.
diff --git a/changes/feature_2959_create_bitmask_namespace b/changes/feature_2959_create_bitmask_namespace
new file mode 100644
index 00000000..9f7e9cd4
--- /dev/null
+++ b/changes/feature_2959_create_bitmask_namespace
@@ -0,0 +1 @@
+ o Move all client code into its own namespace (leap.bitmask). Closes: #2959
diff --git a/changes/feature_3409-make-imap-poll-configurable b/changes/feature_3409-make-imap-poll-configurable
new file mode 100644
index 00000000..8730b5ab
--- /dev/null
+++ b/changes/feature_3409-make-imap-poll-configurable
@@ -0,0 +1,2 @@
+ o Make mail fetch interval in imap service configurable via environment
+ variable. Closes: #3409
diff --git a/changes/feature_3487-split-soledad-into-common-client-and-server b/changes/feature_3487-split-soledad-into-common-client-and-server
new file mode 100644
index 00000000..46983232
--- /dev/null
+++ b/changes/feature_3487-split-soledad-into-common-client-and-server
@@ -0,0 +1,2 @@
+ o Update to new soledad package scheme (common, client and server). Closes
+ #3487.
diff --git a/changes/feature_3525-login-triggers-fetch b/changes/feature_3525-login-triggers-fetch
new file mode 100644
index 00000000..02fd0978
--- /dev/null
+++ b/changes/feature_3525-login-triggers-fetch
@@ -0,0 +1 @@
+ o Fetch incoming mail when mail client logs in. Closes: #3525
diff --git a/changes/feature_add_mail_ui b/changes/feature_add_mail_ui
new file mode 100644
index 00000000..c7c0f2ce
--- /dev/null
+++ b/changes/feature_add_mail_ui
@@ -0,0 +1 @@
+ o Add first draft of the UI for Encrypted Mail. Closes #3499. \ No newline at end of file