summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-15 10:29:39 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-15 10:29:39 -0300
commit130969dec12ebd1b1c91a57508a83b3b770f5510 (patch)
tree61f3257fee9c77b5807366d9e7951b14efb59d7f
parent1b025459ee7f2ef287eb646eee0998698351adf2 (diff)
Fold in changes
-rw-r--r--CHANGELOG.rst25
-rw-r--r--changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage2
-rw-r--r--changes/bug-4146_logger-window-html-support2
-rw-r--r--changes/bug-4148_wizard-ui-providers-back2
-rw-r--r--changes/bug-4358_handle-timeout-during-register1
-rw-r--r--changes/bug-4364_send-keys-whenever-keymanager-inits2
-rw-r--r--changes/bug-4449_password-change-properly-enabled1
-rw-r--r--changes/bug-remember-checks-in-wizard2
-rw-r--r--changes/bug_4379_osx_fixes1
-rw-r--r--changes/bug_4394_fix-mail-reinitialization1
-rw-r--r--changes/bug_reject_bad_sender1
-rw-r--r--changes/changes_feature_4452_defer_initial_sync1
-rw-r--r--changes/feature-3958_add-hint-about-duration-of-key-generation1
-rw-r--r--changes/feature-4448_advanced-key-management1
-rw-r--r--changes/log_eip_status1
15 files changed, 25 insertions, 19 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 38609a46..4fc4246e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,31 @@
History
-------
+0.3.7 Nov 15 -- the "The Big Lebowsky" release:
++++++++++++++++++++++++++++++++++++++++++++++++
+- Use custom SysTray in order to display per-service tooltip easily.
+ Closes #3998.
+- Escape logs with html contents so they get displayed in plaintext
+ on the log viewer. Closes #4146.
+- Wizard now behaves correctly in provider selection after click
+ 'cancel' or 'back'. Closes #4148.
+- Handle Timeout errors during register process. Closes #4358.
+- Send user's key to nickserver whenever keymanager is
+ initialized. Closes #4364.
+- Password change dialog is now properly enabled. Closes #4449.
+- Remember provider checks in wizard, do not re-run them if the user
+ goes back and forth through the wizard. Closes #3814 and #3815.
+- Improve compatibility with OSX Mavericks. Fixes #4379.
+- Initialize mail service with the userid after login, to allow
+ multiple accounts. Closes: #4394
+- Give SMTP the current logged in userid. Related to #3952.
+- Do not wait for initial soledad sync to complete to launch mail
+ services. Closes: #4452
+- Add hint to user about the duration of the key generation. Closes
+ #3958.
+- Add advanced key management feature. Closes #4448.
+- Properly log EIP status changes.
+
0.3.6 Nov 1 -- the "bạn có thể đọc này?" release:
+++++++++++++++++++++++++++++++++++++++++++++++++
diff --git a/changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage b/changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage
deleted file mode 100644
index 2eeb9594..00000000
--- a/changes/bug-3998_use-custom-systray-to-ease-tooltip-per-service-usage
+++ /dev/null
@@ -1,2 +0,0 @@
-- Use custom SysTray in order to display per-service tooltip easily.
- Closes #3998.
diff --git a/changes/bug-4146_logger-window-html-support b/changes/bug-4146_logger-window-html-support
deleted file mode 100644
index 27615d86..00000000
--- a/changes/bug-4146_logger-window-html-support
+++ /dev/null
@@ -1,2 +0,0 @@
-- Escape logs with html contents so they get displayed in plaintext
- on the log viewer. Closes #4146.
diff --git a/changes/bug-4148_wizard-ui-providers-back b/changes/bug-4148_wizard-ui-providers-back
deleted file mode 100644
index 9c96400f..00000000
--- a/changes/bug-4148_wizard-ui-providers-back
+++ /dev/null
@@ -1,2 +0,0 @@
-- Wizard now behaves correctly in provider selection after click 'cancel' or
- 'back'. Closes #4148.
diff --git a/changes/bug-4358_handle-timeout-during-register b/changes/bug-4358_handle-timeout-during-register
deleted file mode 100644
index 04c408f6..00000000
--- a/changes/bug-4358_handle-timeout-during-register
+++ /dev/null
@@ -1 +0,0 @@
-- Handle Timeout errors during register process. Closes #4358.
diff --git a/changes/bug-4364_send-keys-whenever-keymanager-inits b/changes/bug-4364_send-keys-whenever-keymanager-inits
deleted file mode 100644
index 0c3f6187..00000000
--- a/changes/bug-4364_send-keys-whenever-keymanager-inits
+++ /dev/null
@@ -1,2 +0,0 @@
- o Send user's key to nickserver whenever keymanager is initialized. Closes
- #4364.
diff --git a/changes/bug-4449_password-change-properly-enabled b/changes/bug-4449_password-change-properly-enabled
deleted file mode 100644
index 71d36eb2..00000000
--- a/changes/bug-4449_password-change-properly-enabled
+++ /dev/null
@@ -1 +0,0 @@
-- Password change dialog is now properly enabled. Closes #4449.
diff --git a/changes/bug-remember-checks-in-wizard b/changes/bug-remember-checks-in-wizard
deleted file mode 100644
index 818926e7..00000000
--- a/changes/bug-remember-checks-in-wizard
+++ /dev/null
@@ -1,2 +0,0 @@
-- Remember provider checks in wizard, do not re-run them if the user goes back
- and forth through the wizard. Closes #3814 and #3815.
diff --git a/changes/bug_4379_osx_fixes b/changes/bug_4379_osx_fixes
deleted file mode 100644
index d2a83338..00000000
--- a/changes/bug_4379_osx_fixes
+++ /dev/null
@@ -1 +0,0 @@
-- Improve compatibility with OSX Mavericks. Fixes #4379. \ No newline at end of file
diff --git a/changes/bug_4394_fix-mail-reinitialization b/changes/bug_4394_fix-mail-reinitialization
deleted file mode 100644
index f05fce6a..00000000
--- a/changes/bug_4394_fix-mail-reinitialization
+++ /dev/null
@@ -1 +0,0 @@
-- Initialize mail service with the userid after login, to allow multiple accounts. Closes: #4394
diff --git a/changes/bug_reject_bad_sender b/changes/bug_reject_bad_sender
deleted file mode 100644
index 0a4f360f..00000000
--- a/changes/bug_reject_bad_sender
+++ /dev/null
@@ -1 +0,0 @@
-- Give SMTP the current logged in userid. Related to #3952. \ No newline at end of file
diff --git a/changes/changes_feature_4452_defer_initial_sync b/changes/changes_feature_4452_defer_initial_sync
deleted file mode 100644
index 44e1d2d2..00000000
--- a/changes/changes_feature_4452_defer_initial_sync
+++ /dev/null
@@ -1 +0,0 @@
-- Do not wait for initial soledad sync to complete to launch mail services. Closes: #4452
diff --git a/changes/feature-3958_add-hint-about-duration-of-key-generation b/changes/feature-3958_add-hint-about-duration-of-key-generation
deleted file mode 100644
index a5110e49..00000000
--- a/changes/feature-3958_add-hint-about-duration-of-key-generation
+++ /dev/null
@@ -1 +0,0 @@
-- Add hint to user about the duration of the key generation. Closes #3958.
diff --git a/changes/feature-4448_advanced-key-management b/changes/feature-4448_advanced-key-management
deleted file mode 100644
index 85e77c39..00000000
--- a/changes/feature-4448_advanced-key-management
+++ /dev/null
@@ -1 +0,0 @@
-- Add advanced key management feature (Closes #4448).
diff --git a/changes/log_eip_status b/changes/log_eip_status
deleted file mode 100644
index 32ac2b42..00000000
--- a/changes/log_eip_status
+++ /dev/null
@@ -1 +0,0 @@
-- Properly log EIP status changes.