diff options
| author | David Bremner <david@tethera.net> | 2022-01-09 15:29:05 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-09 15:29:05 -0400 |
| commit | 9e62a0beaa3817b9534f871b896a8ec538a4f090 (patch) | |
| tree | 157fef88840bd53fa48886d42b84a69093784722 /NEWS | |
| parent | 8b737af28bc377db3e661a5744f3b7479b7ce485 (diff) | |
NEWS: add NEWS for 0.34.3
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +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) =========================== |
