From: Tomi Ollila Date: Sun, 3 Jun 2012 19:33:42 +0000 (+0300) Subject: Added news for 0.13.1 and 0.13.2 X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=commitdiff_plain;h=8ce16a8271c95edfebb4646e3c9969a91bb12386 Added news for 0.13.1 and 0.13.2 --- diff --git a/news/release-0.13.1.mdwn b/news/release-0.13.1.mdwn new file mode 100644 index 0000000..adb3b1c --- /dev/null +++ b/news/release-0.13.1.mdwn @@ -0,0 +1,27 @@ +[[!meta date="2012-05-29"]] + +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. diff --git a/news/release-0.13.2.mdwn b/news/release-0.13.2.mdwn new file mode 100644 index 0000000..cfda4b6 --- /dev/null +++ b/news/release-0.13.2.mdwn @@ -0,0 +1,10 @@ +[[!meta date="2012-06-02"]] + +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.