summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-06-03 22:33:42 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2012-06-03 22:33:42 +0300
commit8ce16a8271c95edfebb4646e3c9969a91bb12386 (patch)
tree15f59f1434041ae632149c35ed5636ca668a1984
parent96400486885c41a331864b7bfa843e29783ca201 (diff)
Added news for 0.13.1 and 0.13.2
-rw-r--r--news/release-0.13.1.mdwn27
-rw-r--r--news/release-0.13.2.mdwn10
2 files changed, 37 insertions, 0 deletions
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.