News for dump/writelock change

This commit is contained in:
Mark Walters 2014-11-08 08:04:56 +00:00 committed by David Bremner
parent 4bd95a30c1
commit 9f98aaa29f

11
NEWS
View file

@ -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
---------------