summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-12-06 16:43:46 -0300
committerTomás Touceda <chiiph@leap.se>2013-12-06 16:43:46 -0300
commit5e18d4e5459595f369d94d0d5b3a280348370ebe (patch)
tree3f3e13d86df06613eca22884f02c3bdb0b4e266e
parent55f0b96a85662198a0543560aff1518ec383ce95 (diff)
Fold in changes
-rw-r--r--CHANGELOG.rst24
-rw-r--r--changes/4490_preferences-selects-current-login-widget-provider2
-rw-r--r--changes/bug-4592_Support-non-ascii-characters-in-a-provider-name1
-rw-r--r--changes/bug-4630_disable-turn-on-eip-in-tray1
-rw-r--r--changes/bug4632_remove_eip_stopped_message2
-rw-r--r--changes/bug_4404-do-not-install-policykit-in-deb1
-rw-r--r--changes/bug_4504_properly_close_soledad1
-rw-r--r--changes/bug_4537_fix-bootstrap-subtasks-order-and-key-upload1
-rw-r--r--changes/bug_4543_nobind2
-rw-r--r--changes/eip-disabled-until-usable7
10 files changed, 24 insertions, 18 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4fc4246e..866d6f28 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,30 @@
History
-------
+0.3.8 Dec 6 -- the "Three week child" release:
++++++++++++++++++++++++++++++++++++++++++++++++
+- Make the preferences window selects the current selected provider in
+ the login widget even if the user is not logged in. Closes #4490.
+- Support non-ascii characters in a provider name. Closes #4952.
+- Disable Turn On EIP in tray if the service is disabled. Closes #4630.
+- Do not show the generic message "EIP has stopped" since it's
+ redundant. Fixes #4632.
+- Avoid attempt to install policykit file in debian package. Closes:
+ #4404
+- Properly close Soledad at quit time. Fixes #4504.
+- Fix soledad bootstrap subtasks order. Closes #4537.
+- Add --nobind as a VPN parameter to prevent binding on local
+ addresses. Fixes #4543.
+- Disable Turn On EIP until we have an usable provider. Closes #4523.
+- Load provider if the wizard was rejected and the setup was
+ completed.
+- Disable Turn On EIP if the "Encrypted Internet" service is disabled.
+ Closes #4555.
+- If EIP service is disabled display 'Disabled' instead of 'You need
+ to login to use Encrypted Internet'.
+- Disable eip-config until we have configured the provider. Closes
+ #4422.
+
0.3.7 Nov 15 -- the "The Big Lebowsky" release:
+++++++++++++++++++++++++++++++++++++++++++++++
- Use custom SysTray in order to display per-service tooltip easily.
diff --git a/changes/4490_preferences-selects-current-login-widget-provider b/changes/4490_preferences-selects-current-login-widget-provider
deleted file mode 100644
index e4c9e907..00000000
--- a/changes/4490_preferences-selects-current-login-widget-provider
+++ /dev/null
@@ -1,2 +0,0 @@
-- Make the preferences window selects the current selected provider in the
- login widget even if the user is not logged in. Closes #4490.
diff --git a/changes/bug-4592_Support-non-ascii-characters-in-a-provider-name b/changes/bug-4592_Support-non-ascii-characters-in-a-provider-name
deleted file mode 100644
index b27d3dc4..00000000
--- a/changes/bug-4592_Support-non-ascii-characters-in-a-provider-name
+++ /dev/null
@@ -1 +0,0 @@
-- Support non-ascii characters in a provider name. Closes #4952.
diff --git a/changes/bug-4630_disable-turn-on-eip-in-tray b/changes/bug-4630_disable-turn-on-eip-in-tray
deleted file mode 100644
index 35cfeb6f..00000000
--- a/changes/bug-4630_disable-turn-on-eip-in-tray
+++ /dev/null
@@ -1 +0,0 @@
-- Disable Turn On EIP in tray if the service is disabled. Closes #4630.
diff --git a/changes/bug4632_remove_eip_stopped_message b/changes/bug4632_remove_eip_stopped_message
deleted file mode 100644
index 35836336..00000000
--- a/changes/bug4632_remove_eip_stopped_message
+++ /dev/null
@@ -1,2 +0,0 @@
-- Do not show the generic message "EIP has stopped" since it's
- redundant. Fixes #4632. \ No newline at end of file
diff --git a/changes/bug_4404-do-not-install-policykit-in-deb b/changes/bug_4404-do-not-install-policykit-in-deb
deleted file mode 100644
index 80745c05..00000000
--- a/changes/bug_4404-do-not-install-policykit-in-deb
+++ /dev/null
@@ -1 +0,0 @@
-- Avoid attempt to install policykit file in debian package. Closes: #4404
diff --git a/changes/bug_4504_properly_close_soledad b/changes/bug_4504_properly_close_soledad
deleted file mode 100644
index b33db9c2..00000000
--- a/changes/bug_4504_properly_close_soledad
+++ /dev/null
@@ -1 +0,0 @@
-- Properly close Soledad at quit time. Fixes #4504. \ No newline at end of file
diff --git a/changes/bug_4537_fix-bootstrap-subtasks-order-and-key-upload b/changes/bug_4537_fix-bootstrap-subtasks-order-and-key-upload
deleted file mode 100644
index 5e01c5a2..00000000
--- a/changes/bug_4537_fix-bootstrap-subtasks-order-and-key-upload
+++ /dev/null
@@ -1 +0,0 @@
-- Fix soledad bootstrap subtasks order. Closes #4537.
diff --git a/changes/bug_4543_nobind b/changes/bug_4543_nobind
deleted file mode 100644
index bacd3624..00000000
--- a/changes/bug_4543_nobind
+++ /dev/null
@@ -1,2 +0,0 @@
-- Add --nobind as a VPN parameter to prevent binding on local
- addresses. Fixes #4543. \ No newline at end of file
diff --git a/changes/eip-disabled-until-usable b/changes/eip-disabled-until-usable
deleted file mode 100644
index 92c2c493..00000000
--- a/changes/eip-disabled-until-usable
+++ /dev/null
@@ -1,7 +0,0 @@
-- Disable Turn On EIP until we have an usable provider. Closes #4523.
-- Load provider if the wizard was rejected and the setup was completed.
-- Disable Turn On EIP if the "Encrypted Internet" service is disabled.
- Closes #4555.
-- If EIP service is disabled display 'Disabled' instead of 'You need to login
- to use Encrypted Internet'.
-- Disable eip-config until we have configured the provider. Closes #4422.