[PATCH v2 6/6] News for changes to notmuch_database_{open,create}

Austin Clements amdragon at MIT.EDU
Mon Apr 30 09:25:38 PDT 2012


---
 NEWS |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index a2cd080..0f031f3 100644
--- a/NEWS
+++ b/NEWS
@@ -76,15 +76,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)
 =========================
 
-- 
1.7.9.1



More information about the notmuch mailing list