diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-04-22 14:07:52 +0200 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-04-28 09:26:25 -0300 |
commit | 2b3e9ff467d99fe02852cfcc46181c4d29dea99b (patch) | |
tree | 510b89061be6e71dc58f053e8b1416cfab970e4c /NEWS | |
parent | 7864350c938944276c1a378539da7670c211b9b5 (diff) |
NEWS: Document the notmuch_database_close split
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -73,6 +73,18 @@ leaving Mutt. notmuch-mutt, formerly distributed under the name "mutt-notmuch" by Stefano Zacchiroli, will be maintained as a notmuch contrib/ from now on. +Library changes +--------------- + +API changes + + The function notmuch_database_close has been split into + notmuch_database_close and notmuch_database_destroy. + + This makes it possible for long running programs to close the xapian + database and thus release the lock associated with it without + destroying the data structures obtained from it. + Notmuch 0.12 (2012-03-20) ========================= |