X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=news%2Frelease-0.24.1.mdwn;fp=news%2Frelease-0.24.1.mdwn;h=763054a175084cb0a8521e3c811a1e504a58c320;hb=ca474c1af71316ebe7cf38cce337bc5a440669ee;hp=0000000000000000000000000000000000000000;hpb=4dea0b6d06576af3c38c40634007c6ae3ee32785;p=notmuch-wiki diff --git a/news/release-0.24.1.mdwn b/news/release-0.24.1.mdwn new file mode 100644 index 0000000..763054a --- /dev/null +++ b/news/release-0.24.1.mdwn @@ -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.