]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
NEWS: start NEWS for 0.24
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 01397914299849bef2e26e4fe2c85fbab689e3c1..652affa960edd1e9ce608f7a29b7bca6da65c34b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,56 @@
-Notmuch 0.23.6 (UNRELEASED)
+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