]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.13.1.mdwn
Added news for 0.13.1 and 0.13.2
[notmuch-wiki] / news / release-0.13.1.mdwn
1 [[!meta date="2012-05-29"]]
2
3 Notmuch 0.13.1 (2012-05-29)
4 ===========================
5
6 Bug-fix release
7 ---------------
8
9 ### Fix inserting of UTF-8 characters from *text/plain* parts in reply
10
11 While notmuch gained ability to insert content from other than *text/plain*
12 parts of email whenever *text/plain* parts are not available (notably
13 HTML-only emails), replying to mails that do have *text/plain* the
14 non-ASCII characters were incorrectly decoded. This is now fixed.
15
16 ### `notmuch_database_get_directory` and `notmuch_database_find_message_by_filename` now work on read-only databases
17
18 Previously, these functions attempted to create directory documents
19 that didn't exist and would return an error or abort when given a
20 read-only database.  Now they no longer create directory documents
21 and simply return a `NULL` object if the directory does not exist,
22 as documented.
23
24 Fix compilation of ruby bindings.
25
26 Revert to dynamic linking, since the statically linked bindings did
27 not work well.