[PATCH 2/9] lib: private string map (associative array) API
[notmuch-archives.git] / 36 / 005687dd8e9a75cb95276980add8d7853b969c
1 Return-Path: <teythoon@jade-hamburg.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id E9653431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 12 May 2012 06:44:42 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id pH3ZxFPpACWr for <notmuch@notmuchmail.org>;\r
16         Sat, 12 May 2012 06:44:41 -0700 (PDT)\r
17 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8D79A431FAE\r
21         for <notmuch@notmuchmail.org>; Sat, 12 May 2012 06:44:41 -0700 (PDT)\r
22 Received: from mail.jade-hamburg.de (mail.jade-hamburg.de [85.183.11.228])\r
23         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
24         (No client certificate requested)\r
25         by mail.cryptobitch.de (Postfix) with ESMTPSA id 6C1EF586101\r
26         for <notmuch@notmuchmail.org>; Sat, 12 May 2012 15:44:39 +0200 (CEST)\r
27 Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
28         id A7969DF2A3; Sat, 12 May 2012 15:44:38 +0200 (CEST)\r
29 Received: from thinkbox.jade-hamburg.de (thinkbox.jadE-Hamburg.de\r
30  [10.1.1.153])  (using TLSv1 with cipher AES256-SHA (256/256 bits))     (No client\r
31  certificate requested) (Authenticated sender: teythoon)        by\r
32  mail.jade-hamburg.de (Postfix) with ESMTPSA id 94B5BDF2A0;     Sat, 12 May 2012\r
33  15:44:37 +0200 (CEST)\r
34 Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77)\r
35         (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
36         id 1STCbd-0000cV-EV; Sat, 12 May 2012 15:43:33 +0200\r
37 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH] NEWS: add an entry for the go 1 compatibility\r
40 Date: Sat, 12 May 2012 15:43:23 +0200\r
41 Message-Id:\r
42  <1336830203-2129-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
43 X-Mailer: git-send-email 1.7.10\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 12 May 2012 13:44:43 -0000\r
57 \r
58 Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>\r
59 ---\r
60  NEWS |    8 ++++++++\r
61  1 file changed, 8 insertions(+)\r
62 \r
63 diff --git a/NEWS b/NEWS\r
64 index 9e32d56..c67f186 100644\r
65 --- a/NEWS\r
66 +++ b/NEWS\r
67 @@ -98,6 +98,14 @@ notmuch_database_open and notmuch_database_create now return errors\r
68    return a notmuch_status_t and take an out-argument for returning the\r
69    new database object.\r
70  \r
71 +go bindings changes\r
72 +-------------------\r
73 +\r
74 +Go 1 compatibility\r
75 +\r
76 +  The go bindings and the notmuch-addrlookup utility are now\r
77 +  compatible with go 1.\r
78 +\r
79  Notmuch 0.12 (2012-03-20)\r
80  =========================\r
81  \r
82 -- \r
83 1.7.10\r
84 \r