Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 58B0E431FC2 for ; Wed, 22 Feb 2012 11:33:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7SbywLdtPbUd for ; Wed, 22 Feb 2012 11:33:53 -0800 (PST) Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 281D9431FBD for ; Wed, 22 Feb 2012 11:33:51 -0800 (PST) Received: from mail.jade-hamburg.de (unknown [85.183.11.228]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cryptobitch.de (Postfix) with ESMTPSA id D284C5011AD for ; Wed, 22 Feb 2012 20:33:49 +0100 (CET) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id 56F40DF2A9; Wed, 22 Feb 2012 20:33:49 +0100 (CET) Received: from thinkbox.jade-hamburg.de (dslb-088-075-032-221.pools.arcor-ip.net [88.75.32.221]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: teythoon) by mail.jade-hamburg.de (Postfix) with ESMTPSA id 4ACCEDF2A7; Wed, 22 Feb 2012 20:33:38 +0100 (CET) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77) (envelope-from ) id 1S0HwW-0000ta-Ul; Wed, 22 Feb 2012 20:33:37 +0100 From: Justus Winter <4winter@informatik.uni-hamburg.de> To: notmuch@notmuchmail.org Subject: [PATCH 2/2] NEWS: add entry for the improved unicode handling in the python bindings Date: Wed, 22 Feb 2012 20:33:31 +0100 Message-Id: <1329939211-3405-2-git-send-email-4winter@informatik.uni-hamburg.de> X-Mailer: git-send-email 1.7.9 In-Reply-To: <1329939211-3405-1-git-send-email-4winter@informatik.uni-hamburg.de> References: <1329939211-3405-1-git-send-email-4winter@informatik.uni-hamburg.de> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 19:33:54 -0000 Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 403a310..af5e9ea 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 ----------- -- 1.7.9