Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b9 / 026f46f4cc959f320829e6c74f16f6ef432591
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 E2266431FD4\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Feb 2015 00:48:53 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 MF4jtzTKtFac for <notmuch@notmuchmail.org>;\r
16         Sat, 28 Feb 2015 00:48:50 -0800 (PST)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id A3813431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 28 Feb 2015 00:48:50 -0800 (PST)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24         4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
25         id 1YRcyT-0004So-S0; Sat, 28 Feb 2015 08:42:13 +0000\r
26 Received: (nullmailer pid 32317 invoked by uid 1000); Sat, 28 Feb 2015\r
27         08:42:00 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
30 Subject: [PATCH] lib: bump SONAME minor version\r
31 Date: Sat, 28 Feb 2015 09:41:35 +0100\r
32 Message-Id: <1425112895-32263-1-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 2.1.4\r
34 In-Reply-To: <1421740421-10401-1-git-send-email-david@tethera.net>\r
35 References: <1421740421-10401-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 28 Feb 2015 08:48:54 -0000\r
49 \r
50 This indicates upwardly compatible changes, namely adding new symbols.\r
51 \r
52 Although we don't formally need to do this until the next release,\r
53 there is no hard in doing it now, as long as we don't bump the minor\r
54 version for every addition between now and the release.\r
55 ---\r
56  lib/Makefile.local | 2 +-\r
57  1 file changed, 1 insertion(+), 1 deletion(-)\r
58 \r
59 diff --git a/lib/Makefile.local b/lib/Makefile.local\r
60 index 4120390..7278f46 100644\r
61 --- a/lib/Makefile.local\r
62 +++ b/lib/Makefile.local\r
63 @@ -11,7 +11,7 @@ LIBNOTMUCH_VERSION_MAJOR = 4\r
64  # the time of release for any additions to the library interface,\r
65  # (and when it is incremented, the release version of the library should\r
66  #  be reset to 0).\r
67 -LIBNOTMUCH_VERSION_MINOR = 1\r
68 +LIBNOTMUCH_VERSION_MINOR = 2\r
69  \r
70  # The release version the library interface. This should be incremented at\r
71  # the time of release if there have been no changes to the interface, (but\r
72 -- \r
73 2.1.4\r
74 \r