X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=d29ec5b2433ab67bd83ddcca1a91675a9c0423a7;hp=cac7c73be81b4effb96d1710a5ef31a31e8ff9c2;hb=eff5f9126f64723873687bc5a17ae2b17f4376ca;hpb=c2f6c2a4074a49071b1a3f8a7a70bdc3d12f48cc diff --git a/NEWS b/NEWS index cac7c73b..d29ec5b2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ -Notmuch 0.13.1 (yyyy-mm-dd) +Notmuch 0.14 (xxxx-xx-xx) +========================= + +General bug fixes +----------------- + +Maildir tag synchronization + + Maildir flag-to-tag synchronization now applies only to messages in + maildir-like directory structures. Previously, it applied to any + message that had a maildir "info" part, which meant it could + incorrectly synchronize tags for non-maildir messages, while at the + same time failing to synchronize tags for newly received maildir + messages (typically causing new messages to not receive the "unread" + tag). + +Notmuch 0.13.2 (2012-06-02) +=========================== + +Bug-fix release +--------------- + +Update contrib/notmuch-deliver for API changes in 0.13. This fixes a +compilation error for this contrib package. + +Notmuch 0.13.1 (2012-05-29) =========================== Bug-fix release @@ -11,6 +36,21 @@ Fix inserting of UTF-8 characters from *text/plain* parts in reply HTML-only emails), replying to mails that do have *text/plain* the non-ASCII characters were incorrectly decoded. This is now fixed. +`notmuch_database_get_directory` and +`notmuch_database_find_message_by_filename` now work on read-only +databases + + Previously, these functions attempted to create directory documents + that didn't exist and would return an error or abort when given a + read-only database. Now they no longer create directory documents + and simply return a `NULL` object if the directory does not exist, + as documented. + +Fix compilation of ruby bindings. + + Revert to dynamic linking, since the statically linked bindings did + not work well. + Notmuch 0.13 (2012-05-15) =========================