summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-10-27 17:24:26 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-10-28 10:20:47 -0300
commit9ba85bcc7724f1d9abc3ae200326e5f0a8597374 (patch)
tree99065de5a714e9d1afbbdffbde8ff71c62fe4963
parentb1e78f2628f7259234ff0a12e5536d39e9e59bf4 (diff)
[pkg] fold in changes0.4.0
-rw-r--r--CHANGELOG7
-rw-r--r--changes/bug-7430_signal_InvalidAuthTokenError1
-rw-r--r--changes/bug-7480_extract_attach_and_openpgp1
-rw-r--r--changes/feature-7471_disable-local-bind-for-docker1
4 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8203484..6ca54e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-0.4.0 Oct xx, 2015:
+0.4.0 Oct 28, 2015:
o Expose generic and protocol-agnostic public mail API.
o Make use of the twisted-based, async soledad API.
o Create a OutgoingMail class that has the logic for encrypting, signing and
@@ -21,6 +21,11 @@
o Bugfix: fix keyerror when inserting msg on pending_inserts dict.
o Bugfix: Return the first cdoc if no body found
o Lots of style fixes and tests updates.
+ o If the auth token has expired signal the GUI to request her to log in again
+ (Closes: #7430)
+ o don't extract openpgp header if valid attached key (Closes: #7480)
+ o disable local only tcp bind on docker containers to allow access to IMAP
+ and SMTP. Related to #7471.
0.3.10 Sept 26, 2014:
o MessageCollection iterator now creates the LeapMessage with the
diff --git a/changes/bug-7430_signal_InvalidAuthTokenError b/changes/bug-7430_signal_InvalidAuthTokenError
deleted file mode 100644
index cf805ba..0000000
--- a/changes/bug-7430_signal_InvalidAuthTokenError
+++ /dev/null
@@ -1 +0,0 @@
-- If the auth token has expired signal the GUI to request her to log in again (Closes: #7430)
diff --git a/changes/bug-7480_extract_attach_and_openpgp b/changes/bug-7480_extract_attach_and_openpgp
deleted file mode 100644
index 27f668a..0000000
--- a/changes/bug-7480_extract_attach_and_openpgp
+++ /dev/null
@@ -1 +0,0 @@
-- don't extract openpgp header if valid attached key (Closes: #7480)
diff --git a/changes/feature-7471_disable-local-bind-for-docker b/changes/feature-7471_disable-local-bind-for-docker
deleted file mode 100644
index a1ccb67..0000000
--- a/changes/feature-7471_disable-local-bind-for-docker
+++ /dev/null
@@ -1 +0,0 @@
-- disable local only tcp bind on docker containers to allow access to IMAP and SMTP. Related to #7471.