summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-23 11:33:45 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-23 11:33:45 -0300
commit3f6fe9e4b57e9c7a8ed5a9ece8e316bdee0d2806 (patch)
treea3346b02f5639d3950c6d2e008784584d871e0ee
parent40142e5dfe2bc71adecb1b90f785a520968894e5 (diff)
Fold in changes0.3.1
-rw-r--r--CHANGELOG19
-rw-r--r--changes/bug_3416-do-not-log-pass1
-rw-r--r--changes/bug_dont_fail_on_emtpy_mail2
-rw-r--r--changes/bug_various_fixes5
-rw-r--r--changes/feature_3409-imap-fetch-period2
-rw-r--r--changes/feature_3423_refactor_imap_fetch1
-rw-r--r--changes/feature_3464-make-smtprelay-emit-signals1
-rw-r--r--changes/feature_3480_add_imap_events1
-rw-r--r--changes/feature_3487-split-soledad-into-common-client-and-server2
-rw-r--r--changes/feature_improve_packaging1
10 files changed, 19 insertions, 16 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b3ed577..761669f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,22 @@
+0.3.1 Aug 23:
+ o Avoid logging dummy password on imap server. Closes: #3416
+ o Do not fail while processing an empty mail, just skip it. Fixes
+ #3457.
+ o Notify of unread email explicitly every time the mailbox is
+ sync'ed.
+ o Fix signals to emit only string in the contents instead of bool or
+ int values.
+ o Improve unseen filter of email.
+ o Make default imap fetch period 5 minutes. Client can config it via
+ environment variable for debug. Closes: #3409
+ o Refactor imap fetch code for better defer handling. Closes: #3423
+ o Emit signals to notify UI for SMTP relay events. Closes #3464.
+ o Add events for notifications about imap activity. Closes: #3480
+ o Update to new soledad package scheme (common, client and
+ server). Closes #3487.
+ o Improve packaging: add versioneer, parse_requirements,
+ classifiers.
+
0.3.0 Aug 9:
o Add dependency for leap.keymanager.
o User 1984 default port for imap.
diff --git a/changes/bug_3416-do-not-log-pass b/changes/bug_3416-do-not-log-pass
deleted file mode 100644
index 137b7a3..0000000
--- a/changes/bug_3416-do-not-log-pass
+++ /dev/null
@@ -1 +0,0 @@
- o Avoid logging dummy password on imap server. Closes: #3416
diff --git a/changes/bug_dont_fail_on_emtpy_mail b/changes/bug_dont_fail_on_emtpy_mail
deleted file mode 100644
index 0fc4ffc..0000000
--- a/changes/bug_dont_fail_on_emtpy_mail
+++ /dev/null
@@ -1,2 +0,0 @@
- o Do not fail while processing an empty mail, just skip it. Fixes
- #3457. \ No newline at end of file
diff --git a/changes/bug_various_fixes b/changes/bug_various_fixes
deleted file mode 100644
index f76b21b..0000000
--- a/changes/bug_various_fixes
+++ /dev/null
@@ -1,5 +0,0 @@
- o Notify of unread email explicitly every time the mailbox is
- sync'ed.
- o Fix signals to emit only string in the contents instead of bool or
- int values.
- o Improve unseen filter of email. \ No newline at end of file
diff --git a/changes/feature_3409-imap-fetch-period b/changes/feature_3409-imap-fetch-period
deleted file mode 100644
index a6e2dd2..0000000
--- a/changes/feature_3409-imap-fetch-period
+++ /dev/null
@@ -1,2 +0,0 @@
- o Make default imap fetch period 5 minutes. Client can config it
- via environment variable for debug. Closes: #3409
diff --git a/changes/feature_3423_refactor_imap_fetch b/changes/feature_3423_refactor_imap_fetch
deleted file mode 100644
index cacceef..0000000
--- a/changes/feature_3423_refactor_imap_fetch
+++ /dev/null
@@ -1 +0,0 @@
- o Refactor imap fetch code for better defer handling. Closes: #3423
diff --git a/changes/feature_3464-make-smtprelay-emit-signals b/changes/feature_3464-make-smtprelay-emit-signals
deleted file mode 100644
index 987b0e3..0000000
--- a/changes/feature_3464-make-smtprelay-emit-signals
+++ /dev/null
@@ -1 +0,0 @@
- o Emit signals to notify UI for SMTP relay events. Closes #3464.
diff --git a/changes/feature_3480_add_imap_events b/changes/feature_3480_add_imap_events
deleted file mode 100644
index fc503e8..0000000
--- a/changes/feature_3480_add_imap_events
+++ /dev/null
@@ -1 +0,0 @@
- o Add events for notifications about imap activity. Closes: #3480
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 4698323..0000000
--- 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_improve_packaging b/changes/feature_improve_packaging
deleted file mode 100644
index 9d0e722..0000000
--- a/changes/feature_improve_packaging
+++ /dev/null
@@ -1 +0,0 @@
- o Improve packaging: add versioneer, parse_requirements, classifiers.