summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-30 11:57:44 -0400
committerDavid Bremner <david@tethera.net>2017-12-30 16:51:34 -0400
commiteff029de4a8782ccfe20e26814c740a271cb5285 (patch)
tree326984d53d89979dc404620f96c4af6097266f9e /NEWS
parent762617b96cd05ed72071593b6618dab4cc4b4836 (diff)
NEWS: Python bindings changes for 0.26
These are my own changes, plus those of Florian Klink and Lucas Hoffmann. Gaute's change fixed a bug that was never in a released version, so I left it out.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df2f1eb5..10752fa7 100644
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,20 @@ Change of return value of `notmuch_thread_get_authors`
returned NULL. This has been replaced by an empty string, since the
possibility of NULL was not documented.
+Python Bindings
+---------------
+
+Python bindings specific Debian packaging is removed
+
+ The bindings have been build by the top level Debian packaging for a
+ long time, and `bindings/python/debian` has bit-rotted.
+
+Open mail files in binary mode when using Python 3
+
+ This avoids certain encoding related crashes under Python 3.
+
+Add python bindings for notmuch_database_{get,set}_config*
+
nmbug
-----