aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAustin Clements <amdragon@MIT.EDU>2012-04-30 12:25:38 -0400
committerDavid Bremner <bremner@debian.org>2012-05-05 10:15:20 -0300
commitf1c6e22ee60c6e546315368aa3c3d90be36cd945 (patch)
treed9b7999b8256a380ff270415d96ab7b23fdab5dd /NEWS
parent9721343e5b75e0e5a305ef32358fd83dcde650b4 (diff)
News for changes to notmuch_database_{open,create}
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3a5c744..c0cb3a2 100644
--- a/NEWS
+++ b/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)
=========================