X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS;h=84567592aac238d78bfb579ed3c273b9cbda3a53;hb=ade8202c1860d1b62bacedd2c54033800d0697b1;hp=6c39f65c5fc4ed2e9bee606cd6e1b2971cfdccfc;hpb=49f8d051d1e515161d4b10272e97f588b04d442b;p=notmuch diff --git a/NEWS b/NEWS index 6c39f65c..84567592 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Notmuch 0.35 (UNRELEASED) +========================= + +Notmuch 0.34.3 (2022-01-09) +=========================== + +Library +------- + +Do not crash when presented with a .notmuch directory without a +xapian/ subdirectory. + +Python Bindings (notmuch2) +-------------------------- + +Database constructor now searches for configuration by default. Pass +`config=Database.CONFIG.EMPTY` to disable. + +The `Message.replies()` method now returns OwnedMessage objects, to +prevent certain memory de-allocation errors. + +Fix for importing `notmuch2` module when building bindings +documentation. + Notmuch 0.34.2 (2021-12-09) =========================== @@ -18,6 +42,8 @@ The notmuch2.Database constructor now uses the library function `notmuch_database_open_with_config` to support the same configuration and database location options as the library does. +Fix some unprintable exception objects. + Notmuch 0.34.1 (2021-11-03) ===========================