mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
NEWS: Document the notmuch_database_close split
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
7864350c93
commit
2b3e9ff467
1 changed files with 12 additions and 0 deletions
12
NEWS
12
NEWS
|
@ -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)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue