diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2022-01-11 00:06:23 +0200 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2022-01-11 00:06:23 +0200 |
| commit | c0714d677bb18ca63351aeeb802def4e573e65d3 (patch) | |
| tree | 09af127ba1820236faae88778a0f3125173a1fc4 | |
| parent | 134b7f3a1b82828456c4a42c8140573f5b8ff892 (diff) | |
news for notmuch 0.34.3
| -rw-r--r-- | news/release-0.34.3.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/news/release-0.34.3.mdwn b/news/release-0.34.3.mdwn new file mode 100644 index 0000000..168c5a2 --- /dev/null +++ b/news/release-0.34.3.mdwn @@ -0,0 +1,22 @@ +[[!meta date="2022-01-09"]] + +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. |
