notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b413eb805ecf10083ed9676ccfd0e8f1dee29aac (patch)
   parent 21daefc1 version: bump to 0.38.2
     tree d2ffd6ae609e490f4d4a92e8a6c9972467a404da
   author David Bremner <david@tethera.net>  2023-12-01 07:50:27 -0400
committer David Bremner <david@tethera.net>  2023-12-01 07:50:27 -0400

NEWS for 0.38.2

---
 NEWS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/NEWS b/NEWS
index a7c67445..315f4136 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Notmuch 0.38.2 (2023-12-01)
+===========================
+
+Library
+-------
+
+Make sorting of string maps lexicographic on (key,value) pairs. This
+avoids some test failures due to variation in message property output
+order.
+
+Emacs
+-----
+
+Avoid extra separators after the last address in `notmuch-emacs-mua`.
+
+
 Notmuch 0.38.1 (2023-10-26)
 ===========================
 


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git