summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2019-03-07 22:08:19 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2019-03-07 22:08:19 +0200
commit7b8443fda44d51557ffb410723e7d592b72c81b8 (patch)
tree035a2eea7d3ddc746b9c7e1ce45deaf833a41bc4
parent01848cdf5d2785347058d46f36997d22d1b7bb18 (diff)
news for release 0.28.3
-rw-r--r--news/release-0.28.3.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/news/release-0.28.3.mdwn b/news/release-0.28.3.mdwn
new file mode 100644
index 0000000..05638b5
--- /dev/null
+++ b/news/release-0.28.3.mdwn
@@ -0,0 +1,15 @@
+[[!meta date="2019-03-05"]]
+
+Notmuch 0.28.3 (2019-03-05)
+===========================
+
+Library
+-------
+
+Fix a bug with the internal data structure `_notmuch_string_map_t` used
+by message properties.
+
+Build System
+------------
+
+Serialize calls to sphinx-build to avoid race condition.