diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2014-11-08 08:04:56 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-11-09 10:08:13 +0100 |
| commit | 9f98aaa29f96d734da17eeb72c75a7e5e5446419 (patch) | |
| tree | 25e6ef983907d080dd892e4452bcb800568e5d1b | |
| parent | 4bd95a30c1164d8a8aa13ec727a096855e2057aa (diff) | |
News for dump/writelock change
| -rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 --------------- |
