X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=556172bb4e9b61142d6331063fc5039f864d806e;hp=8f250ab9faa7084b7e8fa430947e9e9d72b7c4b0;hb=87d462a20423a25eaf4b54a90bfd538dd93da675;hpb=467859c75932473558080222356c9c0c6f473332 diff --git a/NEWS b/NEWS index 8f250ab9..556172bb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,80 @@ -Notmuch 0.29 (UNRELEASED) +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. + +Notmuch 0.29.3 (2019-11-27) +=========================== + +General +------- + +Fix for use-after-free in notmuch_config_list_{key,val}. + +Fix for double close of file in notmuch-dump. + +Debian +------ + +Drop python2 support from shipped debian packaging. + +Notmuch 0.29.2 (2019-10-19) +=========================== + +General +------- + +Fix for file descriptor leak when opening gzipped mail files. Thanks +to James Troup for the bug report and the fix. + +Notmuch 0.29.1 (2019-06-11) +=========================== + +Build +----- + +Fix for installation failure with `configure --without-emacs`. + +Notmuch 0.29 (2019-06-07) ========================= General @@ -20,6 +96,10 @@ mboxes); e.g. `gzip -9 $MAIL/archive/giant-message && notmuch new` should work. Note that maildir flag syncing for gzipped messages is currently untested. +Notmuch is now capable of indexing, searching and rendering +cryptographically-protected Subject: headers of the form produced by +Enigmail and K-9 mail in encrypted messages. + Command Line Interface ---------------------- @@ -30,11 +110,26 @@ Fix several performance problems with `notmuch reindex`. `notmuch show` and `notmuch reply` now emit per-message cryptographic status in their json and sexp output formats. See devel/schemata for -more details about what is included there. +more details about what is included there. This status includes +information about cryptographic protections for the Subject header. Emacs ----- +Optionally check for missing attachements in outgoing messages (see +function `notmuch-mua-attachment-check`). + +Bind `B` to browse URLs in current message. + +Bind `g` to refresh the current notmuch buffer. + +Editing a message as new now includes an FCC header. + +Forwarded messages are now tagged as +forwarded (customizable). + +Add references header to link forwarded message to thread of original +message. + The minimum supported major version of Emacs is now 24. Support for GNU Emacs older than 25.1 is deprecated with this release, @@ -87,7 +182,7 @@ Build System ------------ Serialize calls to sphinx-build to avoid race condition. -` + Notmuch 0.28.2 (2019-02-17) ===========================