X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=af5e9eaf7031c82c99ffa7b7a3c7bb7e13a2bf43;hp=403a310ff16d865fb71e894ef5f14e76d67ac5f5;hb=17a06ab990217fe3f8d71d9fd2520bcfbb79d9ed;hpb=8dec19fd66d8dafea8cbba5617eeb8ee86f4ac60 diff --git a/NEWS b/NEWS index 403a310f..af5e9eaf 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,12 @@ Python 3.2 compatibility The python bindings are now compatible with both python 2.5+ and 3.2. +Added missing unicode conversions + + Python strings have to be encoded to and decoded from utf-8 when + calling libnotmuch functions. Porting the bindings to python 3.2 + revealed a few function calls that were missing these conversions. + Build fixes -----------