X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=47188381c53da50a13e558479cef5154860e83e7;hp=2efb49dcfa5035594e01c3f4931d1376889dceb9;hb=f5db7ad7d243785c274a99734c681e69d13313d0;hpb=369e2f8a9a325f1a43e4856ef8e62bba280037bf diff --git a/NEWS b/NEWS index 2efb49dc..47188381 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,33 @@ Python Bindings Add support for `notmuch_query_add_tag_exclude` +Build System +------------ + +The notmuch binaries and libraries are now build with debugging symbols +by default. Users concerned with disk space should change the +defaults when configuring or use the strip(1) command. + +Notmuch 0.18.2 (2014-10-25) +=========================== + +Test Suite +---------- + +Translate T380-atomicity to use gdb/python + + The new version is compatible with gdb 7.8 + +Emacs 24.4 related bug fixes + + The Messages buffer became read-only, and the generated mime + structure for signatures changed slightly. + +Simplify T360-symbol-hiding + + Replace the use of `objdump` on the object files with `nm` on the + resulting lib. + Notmuch 0.18.1 (2014-06-25) ===========================