]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
News for dump/writelock change
authorMark Walters <markwalters1009@gmail.com>
Sat, 8 Nov 2014 08:04:56 +0000 (08:04 +0000)
committerDavid Bremner <david@tethera.net>
Sun, 9 Nov 2014 09:08:13 +0000 (10:08 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 3c22293ff35cb82982b21f100c4c75b7228a2a9a..de935cc7871bb19242a8055296683f6d7fa8c8ed 100644 (file)
--- 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
 ---------------