X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=14db7f6f501b96de13e20c3e26b86ecd95a42b91;hb=refs%2Ftags%2F0.30_rc0;hp=4aefdf6beda12bf0356c1d14a515bb679646f91a;hpb=74a1b5ac65b31f7ebc1258b259b8c355023e21b4;p=notmuch diff --git a/NEWS b/NEWS index 4aefdf6b..14db7f6f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Notmuch 0.30 (2020-06-01) +========================= + +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) ===========================