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 E9653431FB6 for ; Sat, 12 May 2012 06:44:42 -0700 (PDT) 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 pH3ZxFPpACWr for ; Sat, 12 May 2012 06:44:41 -0700 (PDT) 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 8D79A431FAE for ; Sat, 12 May 2012 06:44:41 -0700 (PDT) Received: from mail.jade-hamburg.de (mail.jade-hamburg.de [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 6C1EF586101 for ; Sat, 12 May 2012 15:44:39 +0200 (CEST) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id A7969DF2A3; Sat, 12 May 2012 15:44:38 +0200 (CEST) Received: from thinkbox.jade-hamburg.de (thinkbox.jadE-Hamburg.de [10.1.1.153]) (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 94B5BDF2A0; Sat, 12 May 2012 15:44:37 +0200 (CEST) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77) (envelope-from ) id 1STCbd-0000cV-EV; Sat, 12 May 2012 15:43:33 +0200 From: Justus Winter <4winter@informatik.uni-hamburg.de> To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: add an entry for the go 1 compatibility Date: Sat, 12 May 2012 15:43:23 +0200 Message-Id: <1336830203-2129-1-git-send-email-4winter@informatik.uni-hamburg.de> X-Mailer: git-send-email 1.7.10 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: Sat, 12 May 2012 13:44:43 -0000 Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 9e32d56..c67f186 100644 --- a/NEWS +++ b/NEWS @@ -98,6 +98,14 @@ notmuch_database_open and notmuch_database_create now return errors return a notmuch_status_t and take an out-argument for returning the new database object. +go bindings changes +------------------- + +Go 1 compatibility + + The go bindings and the notmuch-addrlookup utility are now + compatible with go 1. + Notmuch 0.12 (2012-03-20) ========================= -- 1.7.10