X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/76037ea85f75069eca94a0f7e0d141a1886b7449..ec573cd54fb3ea98f37a3c3612b00fb16e34578b:/NEWS diff --git a/NEWS b/NEWS index ebe38865..f7aaedf9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,29 @@ -Notmuch 0.18.1~rc0 (2014-06-22) -=============================== +Notmuch 0.19 (UNRELEASED) +========================= + +Library changes +--------------- + +Add return status to notmuch_database_close and +notmuch_database_destroy + +nmbug-status +------------ + +`nmbug-status` can now optionally load header and footer templates +from the config file. Use something like: + + { + "meta": { + "header": "\n\n...", + "footer": "", + ... + }, + ... + }, + +Notmuch 0.18.1 (2014-06-25) +=========================== This is a bug fix and portability release.