Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / ce / aa7a732276118f62047043998dc64f6854462c
1 Return-Path: <bremner@tethera.net>\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 ABAAC431FBD\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Mar 2014 04:29:28 -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: 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 uDcjFxBXpDxQ for <notmuch@notmuchmail.org>;\r
16         Mon,  3 Mar 2014 04:29:23 -0800 (PST)\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 78004431FBC\r
21         for <notmuch@notmuchmail.org>; Mon,  3 Mar 2014 04:29:23 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WKRzk-0008DU-L1; Mon, 03 Mar 2014 08:29:20 -0400\r
25 Received: (nullmailer pid 21139 invoked by uid 1000); Mon, 03 Mar 2014\r
26         12:29:17 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH] NEWS: note closing of bug\r
30         id:87wqhcxb5j.fsf@maritornes.cs.unb.ca\r
31 Date: Mon,  3 Mar 2014 08:29:13 -0400\r
32 Message-Id: <1393849753-20678-1-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 1.8.5.3\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=UTF-8\r
36 Content-Transfer-Encoding: 8bit\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 03 Mar 2014 12:29:28 -0000\r
50 \r
51 This is also/originally Debian bug 737496, so close that too.\r
52 ---\r
53 \r
54 I think our NEWS has fallen behind, time to start catching up.\r
55 \r
56  NEWS             | 8 ++++++++\r
57  debian/changelog | 7 +++++++\r
58  2 files changed, 15 insertions(+)\r
59 \r
60 diff --git a/NEWS b/NEWS\r
61 index 65679eb..f5e55ec 100644\r
62 --- a/NEWS\r
63 +++ b/NEWS\r
64 @@ -8,6 +8,14 @@ Command-Line Interface\r
65  \r
66    The old format is still available with `--format=sup`.\r
67  \r
68 +Emacs Interface\r
69 +---------------\r
70 +\r
71 +Bug fix for saved searches with newlines in them.\r
72 +\r
73 +  Split lines confuse `notmuch count --batch`, so we remove them in\r
74 +  Emacs before calling notmuch CLI.\r
75 +\r
76  Notmuch 0.17 (2013-12-30)\r
77  =========================\r
78  \r
79 diff --git a/debian/changelog b/debian/changelog\r
80 index a419ace..37bb0f2 100644\r
81 --- a/debian/changelog\r
82 +++ b/debian/changelog\r
83 @@ -1,3 +1,10 @@\r
84 +notmuch (0.18-1) unstable; urgency=medium\r
85 +\r
86 +  * Bug fix: "insufficient sanitization of arguments to notmuch CLI",\r
87 +    thanks to Antoine Beaupré (Closes: #737496).\r
88 +\r
89 + -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:23:03 -0400\r
90 +\r
91  notmuch (0.17-5) unstable; urgency=medium\r
92  \r
93    * Bug fix: "unowned directory after purge: /0755/", thanks to\r
94 -- \r
95 1.8.5.3\r
96 \r