Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5D01F431FD0 for ; Mon, 3 Mar 2014 04:53:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XsIAiI1lTwvS for ; Mon, 3 Mar 2014 04:53:01 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7224F431FBC for ; Mon, 3 Mar 2014 04:52:55 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WKSMY-0008JN-Ud; Mon, 03 Mar 2014 08:52:54 -0400 Received: (nullmailer pid 29628 invoked by uid 1000); Mon, 03 Mar 2014 12:52:41 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH 2/3] debian: note closing of debian bug 739556 Date: Mon, 3 Mar 2014 08:52:38 -0400 Message-Id: <1393851159-29456-3-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1393851159-29456-1-git-send-email-david@tethera.net> References: <1393849753-20678-1-git-send-email-david@tethera.net> <1393851159-29456-1-git-send-email-david@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 12:53:06 -0000 This one doesn't seem NEWS-worthy. --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 37bb0f2..b205c8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ notmuch (0.18-1) unstable; urgency=medium * Bug fix: "insufficient sanitization of arguments to notmuch CLI", thanks to Antoine Beaupré (Closes: #737496). + * Bug fix: "notmuch(1) manpage: typo: int -> in", thanks to Jakub + Wilk (Closes: #739556). - -- David Bremner Mon, 03 Mar 2014 08:23:03 -0400 + -- David Bremner Mon, 03 Mar 2014 08:35:46 -0400 notmuch (0.17-5) unstable; urgency=medium -- 1.8.5.3