summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2017-03-05 12:49:08 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2017-03-05 12:49:08 +0200
commit90037cff8296a89bedcc4c2fb93001d245b7ff92 (patch)
treeb9d46f094f0963b7167e6965d1086e6cd2bbbc10
parent618ce49f078599b4616afaaedf98df6fdf7f9b80 (diff)
NEWS for version 0.23.7
-rw-r--r--news/release-0.23.7.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/news/release-0.23.7.mdwn b/news/release-0.23.7.mdwn
new file mode 100644
index 0000000..467e08a
--- /dev/null
+++ b/news/release-0.23.7.mdwn
@@ -0,0 +1,14 @@
+[[!meta date="2017-02-28"]]
+
+Notmuch 0.23.7 (2017-02-28)
+===========================
+
+Test Suite
+----------
+
+Drop use of gpgconf --create-socketdir. Move $GNUPGHOME to /tmp.
+
+It turns out the hardcoded use of /run/user in gpg doesn't work out
+that well in some environments. The more low tech fix is to move all
+of $GNUPGHOME to somewhere where we can control the length of the
+paths.