summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Walters <markwalters1009@gmail.com>2014-11-08 08:04:56 +0000
committerDavid Bremner <david@tethera.net>2014-11-09 10:08:13 +0100
commit9f98aaa29f96d734da17eeb72c75a7e5e5446419 (patch)
tree25e6ef983907d080dd892e4452bcb800568e5d1b
parent4bd95a30c1164d8a8aa13ec727a096855e2057aa (diff)
News for dump/writelock change
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3c22293f..de935cc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
Notmuch 0.19~rc1 (2014-11-06)
=============================
+Command-Line Interface
+----------------------
+
+Stopped `notmuch dump` failing if someone writes to the database
+
+ The dump command now takes the write lock when running. This
+ prevents other processes from writing to the database during the
+ dump which would cause the dump to fail. Note, if another notmuch
+ process already has the write lock the dump will not start, so
+ script callers should still check the return value.
+
Emacs Interface
---------------