X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=fb55efb7d30d735dfcab260c3c45d5ac8fd864f6;hp=ad4859dfbcd3f385a6ac7810a42e80339eb00f32;hb=5973881b771b4da489a365572152c44e21c329eb;hpb=b9faffac126d57d9fc6a3493583b49c67efa8621 diff --git a/NEWS b/NEWS index ad4859df..fb55efb7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +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 +--------------- + +Fix inserting of UTF-8 characters from *text/plain* parts in reply + + While notmuch gained ability to insert content from other than *text/plain* + parts of email whenever *text/plain* parts are not available (notably + 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) ========================= @@ -103,7 +140,7 @@ The function `notmuch_database_close` has been split into functions now return a `notmuch_status_t` and take an out-argument for returning the new database object or directory object. -go bindings changes +Go bindings changes ------------------- Go 1 compatibility