mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
News for changes to notmuch_database_{open,create}
This commit is contained in:
parent
9721343e5b
commit
f1c6e22ee6
1 changed files with 9 additions and 4 deletions
13
NEWS
13
NEWS
|
@ -81,15 +81,20 @@ contrib/ from now on.
|
|||
Library changes
|
||||
---------------
|
||||
|
||||
API changes
|
||||
|
||||
The function notmuch_database_close has been split into
|
||||
notmuch_database_close and notmuch_database_destroy.
|
||||
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_database_open and notmuch_database_create now return errors
|
||||
|
||||
The type signatures of notmuch_database_open and
|
||||
notmuch_database_create have changed so that the functions now
|
||||
return a notmuch_status_t and take an out-argument for returning the
|
||||
new database object.
|
||||
|
||||
Notmuch 0.12 (2012-03-20)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue