Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / b1 / 33f2f574e896e14a8d59171dba1f255dd48891
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 CF42D431FC9\r
6         for <notmuch@notmuchmail.org>; Sat, 25 Oct 2014 03:58:49 -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 b55Xqz9sE+AO for <notmuch@notmuchmail.org>;\r
16         Sat, 25 Oct 2014 03:58:45 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 15FAA431FBD\r
21         for <notmuch@notmuchmail.org>; Sat, 25 Oct 2014 03:58:45 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1Xhz3U-0008JJ-2h; Sat, 25 Oct 2014 07:58:44 -0300\r
25 Received: (nullmailer pid 22237 invoked by uid 1000); Sat, 25 Oct 2014\r
26         10:58:38 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH] NEWS: give real entry for 0.18.2\r
30 Date: Sat, 25 Oct 2014 12:58:25 +0200\r
31 Message-Id: <1414234705-22172-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.1\r
33 In-Reply-To: <87siico5aa.fsf@maritornes.cs.unb.ca>\r
34 References: <87siico5aa.fsf@maritornes.cs.unb.ca>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sat, 25 Oct 2014 10:58:50 -0000\r
48 \r
49 Expand out what the actual test suite changes are, so people have a\r
50 better idea if the release is relevant to them.\r
51 ---\r
52  NEWS | 14 +++++++++++++-\r
53  1 file changed, 13 insertions(+), 1 deletion(-)\r
54 \r
55 diff --git a/NEWS b/NEWS\r
56 index 546882b..61c6424 100644\r
57 --- a/NEWS\r
58 +++ b/NEWS\r
59 @@ -4,7 +4,19 @@ Notmuch 0.18.2 (2014-10-25)\r
60  Test Suite\r
61  ----------\r
62  \r
63 -Portability and bug fixes for test suite to improve compatibility with Emacs 24.4, gdb 7.8, and the ppc64el architecture.\r
64 +Translate T380-atomicity to use gdb/python\r
65 +\r
66 +  The new version is compatible with gdb 7.8\r
67 +\r
68 +Emacs 24.4 related bug fixes\r
69 +\r
70 +  The Messages buffer became read-only, and the generated mime\r
71 +  structure for signatures changed slightly.\r
72 +\r
73 +Simplify T360-symbol-hiding\r
74 +\r
75 +   Replace the use of `objdump` on the object files with `nm` on the\r
76 +   resulting lib.\r
77  \r
78  Notmuch 0.18.1 (2014-06-25)\r
79  ===========================\r
80 -- \r
81 2.1.1\r
82 \r