]> git.cworth.org Git - notmuch/commitdiff
NEWS: Python bindings changes for 0.26
authorDavid Bremner <david@tethera.net>
Sat, 30 Dec 2017 15:57:44 +0000 (11:57 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 30 Dec 2017 20:51:34 +0000 (16:51 -0400)
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.

NEWS

diff --git a/NEWS b/NEWS
index df2f1eb5a8543993460376e4a38d71bab00eb9a5..10752fa788122d92182d696eb29ecb755e53d1ce 100644 (file)
--- 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
 -----