X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=652affa960edd1e9ce608f7a29b7bca6da65c34b;hp=a678fdda9a9902c1e87bae86ec864e8e76199e9b;hb=ba1c934e5bd45173c47f35b1f3f8ec5ec5c49a84;hpb=94511fe1c834931cd6a42c740ae0936bc48a32fd diff --git a/NEWS b/NEWS index a678fdda..652affa9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,90 @@ -Notmuch 0.23.3 (2016-11-26) +Notmuch 0.24 (UNRELEASED) +========================= + +General +------- + +Regular expression searches supported for `from:` and `subject:`. + + This requires recent Xapian (1.4+) See notmuch-search-terms(7) for + details. + +Emacs Interface +--------------- + + Save and resume messages in `notmuch-message-mode` (composition). + +Library changes +--------------- + +`notmuch_query_count_messages` is now non-destructive. + + Internally the implementation of excludes has changed to make this + possible. + +Improved handling of DatabaseModifiedError + + Previously uncaught exceptions reading message metadata are now + handled. + +Notmuch 0.23.7 (2017-02-28) +=========================== + +Test Suite +---------- + +Drop use of gpgconf --create-socketdir. Move $GNUPGHOME to /tmp. + + It turns out the hardcoded use of /run/user in gpg doesn't work out + that well in some environments. The more low tech fix is to move all + of $GNUPGHOME to somewhere where we can control the length of the + paths. + +Notmuch 0.23.6 (2017-02-27) +=========================== + +Command Line Interface +---------------------- + +Fix read-after-free bug in `notmuch new`. + +Test Suite +---------- + +Use gpgconf --create-socketdir if available. + + GnuPG has a facility to use sockets in /run or /var/run to avoid + problems with long socket paths, but this is not enabled by default + for GNUPGHOME other than $HOME/.gnupg. Enable it, if possible. + +Notmuch 0.23.5 (2017-01-09) +=========================== + +Build system +------------ + +Fix quoting bug in configure. This had introduced a RUNPATH into the +notmuch binary in cases where it was not not needed. + +Notmuch 0.23.4 (2016-12-24) +=========================== + +Command Line Interface +---------------------- + +Improve error handling in notmuch insert + + Database lock errors no longer prevent message file delivery to the + filesystem. Certain errors during `notmuch insert` most likely to + be temporary return EX_TEMPFAIL. + +Emacs +----- + +Restore autoload cookie for notmuch-search. + +Notmuch 0.23.3 (2016-11-27) +=========================== Command Line Interface ----------------------