summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2017-02-27 13:52:34 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2017-02-27 13:52:34 +0200
commit618ce49f078599b4616afaaedf98df6fdf7f9b80 (patch)
tree9031cdc7319705e1b3229d8732366527e706200a
parentc4f78f1db581325afd29a371215b1bfe9c90b4c0 (diff)
NEWS for version 0.23.6
-rw-r--r--news/release-0.23.6.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/release-0.23.6.mdwn b/news/release-0.23.6.mdwn
new file mode 100644
index 0000000..ab6243e
--- /dev/null
+++ b/news/release-0.23.6.mdwn
@@ -0,0 +1,18 @@
+[[!meta date="2017-02-27"]]
+
+Notmuch 0.23.6 (2017-02-27)
+===========================
+
+Command Line Interface
+----------------------
+
+Fix read-after-free bug in `notmuch new`.
+
+Test Suite
+----------
+
+Use gpgconf --create-socketdir if available.
+
+GnuPG has a facility to use sockets in /run or /var/run to avoid
+problems with long socket paths, but this is not enabled by default
+for GNUPGHOME other than $HOME/.gnupg. Enable it, if possible.