aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-05-29 09:07:31 -0300
committerGravatar David Bremner <bremner@debian.org>2012-05-29 09:07:31 -0300
commitd99f15d7ee38d606a2b3b5bd34f1e6c787b3b8a2 (patch)
tree043740be08aa699c6013461d32da20880a8b1113 /NEWS
parentfae97b1013a18ad960aa0cd413154783409f310d (diff)
parentdd4c9b4cb607cf3cfc03f871de0b77cb88230f8a (diff)
Merge branch 'release'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 668281c5..01067226 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+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)
=========================