X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=d29ec5b2433ab67bd83ddcca1a91675a9c0423a7;hb=1a5bcdf6c161746269f64599328ed6b616859760;hp=9fd146998c9605e1404c19633fa2003bd648fc5f;hpb=541ba7f94f9959df56621197d9c08b2072058d5c;p=notmuch diff --git a/NEWS b/NEWS index 9fd14699..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 @@ -21,6 +46,11 @@ databases 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) =========================