X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=0d8b930f10a19d6b0f6b35ff92deabe15e826a26;hp=1921127fe02c0351a3e6ccbf988ac549bac59aba;hb=dfb1b8eb89e814f4bf6f6e62b700c72aa1b4659a;hpb=1277f3c1296dba189ab1c391e96a415528b77cc2 diff --git a/NEWS b/NEWS index 1921127f..0d8b930f 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ -Notmuch 0.30 (2020-06-01) +Notmuch 0.30 (2020-07-10) ========================= 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 +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 @@ -16,26 +16,32 @@ 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). +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 +has protected headers (see index.repaired=skip-protected-headers-legacy-display in -notmuch-properties(7). +notmuch-properties(7)). Python ------ -Drop compatibility with python2, focus on python3. +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. + Notmuch 0.29.3 (2019-11-27) ===========================