summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-23 11:57:38 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-23 11:57:38 -0300
commit6259826db4418be0bf05fee4785997575abe8177 (patch)
treea3628f409d7290b76a9217b35520b1d6c8a3c5da
parent2ecf4dd80ecae9aaa416a5567d9ad102482fc4e5 (diff)
Fold in changes0.3.1
-rw-r--r--CHANGELOG37
-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-preferences-window-password-change1
-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
21 files changed, 37 insertions, 32 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8713b220..f8def7cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,40 @@
+0.3.1 Aug 23:
+ o Replace wizard images with the rainbow mask. Closes #3425.
+ o Update leap.common minimum version needed.
+ o Set the standalone flag before it's being used. Fixes #3426.
+ o Stop the twisted reactor adding the stop call to the call chain
+ instead of stopping it directly. Fixes #3406.
+ o Allow soledad initialization to retry if it times out. Closes:
+ #3413
+ o Activate window when setting it visible. Also display Hide/Show
+ message in the tray icon taking into account the window
+ activation. Fixes #3433.
+ o Do not start IMAP daemon if mail was not selected among the
+ services. Fixes #3435.
+ o Reword RECONNECTING state of openvpn. Fixes #3429.
+ 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.
+ o OSX: Check for the tun.kext existence in /Library/Extensions
+ instead of /System/Library/Extensions. Fixes #3271.
+ o Use DELETE /1/logout to properly logout. Fixes #3510.
+ 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.
+ o Transforms usernames to lower case before they are used in the
+ registration and authentication. Closes #3541.
+ o Add filter option to the logger window. Closes #3407.
+ o Add a preference panel that lets you change your password. Closes
+ #3500 #2798 #3533.
+ o Move all client code into its own namespace
+ (leap.bitmask). Closes: #2959
+ o Make mail fetch interval in imap service configurable via
+ environment variable. Closes: #3409
+ o Update to new soledad package scheme (common, client and
+ server). Closes #3487.
+ o Fetch incoming mail when mail client logs in. Closes: #3525
+ o Add first draft of the UI for Encrypted Mail. Closes #3499.
+
0.3.0 Aug 9:
o Add missing scripts does not stop if a command fails, also warns
the user if there was an error. Closes #3294.
diff --git a/changes/bug-3425_replace-wizard-images b/changes/bug-3425_replace-wizard-images
deleted file mode 100644
index cf5cbd9d..00000000
--- a/changes/bug-3425_replace-wizard-images
+++ /dev/null
@@ -1 +0,0 @@
- o Replace wizard images with the rainbow mask. Closes #3425.
diff --git a/changes/bug-update-requirements b/changes/bug-update-requirements
deleted file mode 100644
index e86e6e84..00000000
--- a/changes/bug-update-requirements
+++ /dev/null
@@ -1 +0,0 @@
- o Update leap.common minimum version needed.
diff --git a/changes/bug3426_set_standalone b/changes/bug3426_set_standalone
deleted file mode 100644
index 408b893f..00000000
--- a/changes/bug3426_set_standalone
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index 77452780..00000000
--- a/changes/bug_3406_quit_hangs
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index 160121dd..00000000
--- a/changes/bug_3413-soledad-init-retries
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index 3538087b..00000000
--- a/changes/bug_better_hideshow_handling
+++ /dev/null
@@ -1,3 +0,0 @@
- 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
deleted file mode 100644
index 126da2a7..00000000
--- a/changes/bug_disablemail_completely
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index c6465949..00000000
--- a/changes/bug_handle_reconnecting
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index 99f43a07..00000000
--- a/changes/bug_improve_openvpn_detection
+++ /dev/null
@@ -1,3 +0,0 @@
- 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
deleted file mode 100644
index ba4a44cf..00000000
--- a/changes/bug_load_kext
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index a5d0d972..00000000
--- a/changes/bug_properly_logout
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index 8bdf7bac..00000000
--- a/changes/bug_retr_hangs
+++ /dev/null
@@ -1,3 +0,0 @@
- 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
deleted file mode 100644
index 284567e4..00000000
--- a/changes/bug_username_to_lower
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index f4433af4..00000000
--- a/changes/feature-3407_add-log-filtering
+++ /dev/null
@@ -1 +0,0 @@
- o Add filter option to the logger window. Closes #3407.
diff --git a/changes/feature-preferences-window-password-change b/changes/feature-preferences-window-password-change
deleted file mode 100644
index df255500..00000000
--- a/changes/feature-preferences-window-password-change
+++ /dev/null
@@ -1 +0,0 @@
- o Add a preference panel that lets you change your password. Closes #3500 #2798 #3533.
diff --git a/changes/feature_2959_create_bitmask_namespace b/changes/feature_2959_create_bitmask_namespace
deleted file mode 100644
index 9f7e9cd4..00000000
--- a/changes/feature_2959_create_bitmask_namespace
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index 8730b5ab..00000000
--- a/changes/feature_3409-make-imap-poll-configurable
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index 46983232..00000000
--- a/changes/feature_3487-split-soledad-into-common-client-and-server
+++ /dev/null
@@ -1,2 +0,0 @@
- 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
deleted file mode 100644
index 02fd0978..00000000
--- a/changes/feature_3525-login-triggers-fetch
+++ /dev/null
@@ -1 +0,0 @@
- 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
deleted file mode 100644
index c7c0f2ce..00000000
--- a/changes/feature_add_mail_ui
+++ /dev/null
@@ -1 +0,0 @@
- o Add first draft of the UI for Encrypted Mail. Closes #3499. \ No newline at end of file