]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
NEWS for version 0.24.1
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 1 Apr 2017 12:56:24 +0000 (15:56 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Sat, 1 Apr 2017 12:56:24 +0000 (15:56 +0300)
news/release-0.24.1.mdwn [new file with mode: 0644]

diff --git a/news/release-0.24.1.mdwn b/news/release-0.24.1.mdwn
new file mode 100644 (file)
index 0000000..763054a
--- /dev/null
@@ -0,0 +1,31 @@
+[[!meta date="2017-04-01"]]
+
+Notmuch 0.24.1 (2017-04-01)
+===========================
+
+General
+-------
+
+### Fix regressions in non-regexp search for `from:` and `subject:`
+
+The regexp search code in 0.24 introduced a regression in the
+handling of empty queries and wildcards. These are both corrected in
+this release.
+
+Command Line Interface
+----------------------
+
+### Fix several memory leaks in `notmuch show`
+
+### Update NEWS for 0.24 to mention schema changes
+
+### Fix bug in dump header
+
+The previous version of the dump header failed to mention the
+inclusion of tags. This fix bumps the version number of the dump
+format to 3. There are no other changes to the format.
+
+Library Changes
+---------------
+
+Fix a read-after-free in the library.