Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 2f / 1c784e303b750f77be554882033b6388625312
1 Return-Path: <novalazy@gmail.com>\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 ACC13431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Apr 2014 05:59:54 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id gU1-xstFaOrk for <notmuch@notmuchmail.org>;\r
17         Wed, 16 Apr 2014 05:59:49 -0700 (PDT)\r
18 Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com\r
19         [209.85.220.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 1411D431FBF\r
22         for <notmuch@notmuchmail.org>; Wed, 16 Apr 2014 05:59:49 -0700 (PDT)\r
23 Received: by mail-pa0-f48.google.com with SMTP id hz1so10875324pad.21\r
24         for <notmuch@notmuchmail.org>; Wed, 16 Apr 2014 05:59:48 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=XLlidAnyEJo+k3GLmfLjneqhWdLN16LNV4ZCQR/1yAY=;\r
28         b=qhKMJtDNZOc4Z8W7PTwwYFhxiTbvvpnq6ljFZpVMRfSQMkTB4tOL4IaRvmkmVjmgOx\r
29         vPuwasUpYJ6QIgCWJgXDTendRPp38tk1HCjJgiSD2h+hgU6jIsW/RrE/Z1qzzve0bReq\r
30         6tWeqv54ZmAHUBeCfdSc838X7l2Ou/CPA319et8oB0mm7OgHGNIx8UKQt0fC6H/XV5A7\r
31         ou3W6EUXATb5EUNCEHKmHgwh3STJxlyC61n1XOXXhaAJt/OQ2x53bL3+pU72aZlCwGwy\r
32         aVWWuMIOGN19kCj3A7JQaysmj156OWHvo2wCc77QVAKjDnScR/hzPlriix1qfvxWjgdx\r
33         5DlA==\r
34 X-Received: by 10.66.226.145 with SMTP id rs17mr8361124pac.144.1397653188428; \r
35         Wed, 16 Apr 2014 05:59:48 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215]) by mx.google.com with ESMTPSA id\r
38         ry10sm57815535pab.38.2014.04.16.05.59.46 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Wed, 16 Apr 2014 05:59:47 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 02/10] lib: bump soname\r
44 Date: Wed, 16 Apr 2014 22:59:17 +1000\r
45 Message-Id: <1397653165-15620-3-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.8.4\r
47 In-Reply-To: <1397653165-15620-1-git-send-email-novalazy@gmail.com>\r
48 References: <1397653165-15620-1-git-send-email-novalazy@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 16 Apr 2014 12:59:55 -0000\r
62 \r
63 Adding return values to notmuch_database_close and\r
64 notmuch_database_destroy may require bumping the soname.\r
65 ---\r
66  lib/Makefile.local | 2 +-\r
67  1 file changed, 1 insertion(+), 1 deletion(-)\r
68 \r
69 diff --git a/lib/Makefile.local b/lib/Makefile.local\r
70 index c56cba9..4120390 100644\r
71 --- a/lib/Makefile.local\r
72 +++ b/lib/Makefile.local\r
73 @@ -5,7 +5,7 @@\r
74  # the library interface, (such as the deletion of an API or a major\r
75  # semantic change that breaks formerly functioning code).\r
76  #\r
77 -LIBNOTMUCH_VERSION_MAJOR = 3\r
78 +LIBNOTMUCH_VERSION_MAJOR = 4\r
79  \r
80  # The minor version of the library interface. This should be incremented at\r
81  # the time of release for any additions to the library interface,\r
82 -- \r
83 1.8.4\r
84 \r