notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit e3bde388d86fd067dbf66356d079ec5c37b6029a (patch)
   parent 551ec611 version: bump to 0.38.1
     tree 1b3671119e9fd8d0eb5fbfd47f5b64bda3df7fac
   author David Bremner <david@tethera.net>  2023-10-26 19:52:27 -0300
committer David Bremner <david@tethera.net>  2023-10-26 19:52:27 -0300

NEWS: News for 0.38.1

Just note the 3 bug fixes.
---
 NEWS | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 34bdfca2..a7c67445 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
-Notmuch 0.38.1 (UNRELEASED)
+Notmuch 0.38.1 (2023-10-26)
 ===========================
 
+CLI
+---
+
+Report parse errors in config files.
+
+Emacs
+-----
+
+Fix image toggling for Emacs >= 29.1.
+
+notmuch-mutt
+------------
+
+Fix syntax error in script.
+
 Notmuch 0.38 (2023-09-12)
 =========================
 


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