X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=66bb69f1558852662c723a5994785a2e5305bf5d;hb=a950aa28449feef76246ad2b64224fd72e2e574c;hp=e0271e700e097e7a622405dcb1298944ec19bd1c;hpb=6600f8b32852d6b3a273d9a92ed8ba39d6e779d5;p=notmuch diff --git a/NEWS b/NEWS index e0271e70..66bb69f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Notmuch 0.29.3 (2019-11-27) +=========================== + +General +------- + +Fix for use-after-free in notmuch_config_list_{key,val}. + +Fix for double close of file in notmuch-dump. + +Debian +------ + +Drop python2 support from shipped debian packaging. + +Notmuch 0.29.2 (2019-10-19) +=========================== + +General +------- + +Fix for file descriptor leak when opening gzipped mail files. Thanks +to James Troup for the bug report and the fix. + Notmuch 0.29.1 (2019-06-11) =========================== @@ -114,7 +138,7 @@ Build System ------------ Serialize calls to sphinx-build to avoid race condition. -` + Notmuch 0.28.2 (2019-02-17) ===========================