X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=news%2Frelease-0.30.mdwn;fp=news%2Frelease-0.30.mdwn;h=40cb3a4c3c253ed530af19c912089cf85909bbe5;hb=2a0950ecf78a7cc4680e510a721aff1f95518087;hp=0000000000000000000000000000000000000000;hpb=0568dc66970180cbda48af10d27c49fb1a36805e;p=notmuch-wiki diff --git a/news/release-0.30.mdwn b/news/release-0.30.mdwn new file mode 100644 index 0000000..40cb3a4 --- /dev/null +++ b/news/release-0.30.mdwn @@ -0,0 +1,45 @@ +[[!meta date="2020-06-01"]] + +Notmuch 0.30 (2020-06-01) +========================= + +S/MIME +------ + +Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted +messages, and multilayer messages. Treat them symmetrically to +OpenPGP messages. This includes handling protected headers +gracefully. + +If you're using Notmuch with S/MIME, you currently need to configure +gpgsm appropriately. + +Mixed-up MIME Repair +-------------------- + +Detect and automatically repair a common form of message mangling +created by Microsoft Exchange (see index.repaired=mixedup in +notmuch-properties(7)). + +Protected Headers +----------------- + +Avoid indexing the legacy-display part of an encrypted message that +has protected headers (see +index.repaired=skip-protected-headers-legacy-display in +notmuch-properties(7)). + +Python +------ + +Drop support for python2, focus on python3. + +Introduce new CFFI-based python bindings in the python module named +"notmuch2". Officially deprecate (but still support) the older +"notmuch" module. + +Dependencies +------------ + +Support for Xapian 1.2 is removed. The minimum supported version of +Xapian is now 1.4.0.