From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david@tethera.net>
Received: from localhost (localhost [127.0.0.1])
	by olra.theworths.org (Postfix) with ESMTP id 1C5B8431FAF
	for <notmuch@notmuchmail.org>; Mon, 23 Jun 2014 02:58:56 -0700 (PDT)
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 eQ9LBKgpSlC8 for <notmuch@notmuchmail.org>;
	Mon, 23 Jun 2014 02:58:48 -0700 (PDT)
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 1845B431FAE
	for <notmuch@notmuchmail.org>; Mon, 23 Jun 2014 02:58:48 -0700 (PDT)
Received: from remotemail by yantan.tethera.net with local (Exim 4.80)
	(envelope-from <david@tethera.net>)
	id 1Wz11S-0002xH-Lf; Mon, 23 Jun 2014 06:58:46 -0300
Received: (nullmailer pid 1402 invoked by uid 1000); Mon, 23 Jun 2014
	09:58:43 -0000
From: David Bremner <david@tethera.net>
To: Tomi Ollila <tomi.ollila@iki.fi>
Subject: Re: bug fix release 0.18.1
In-Reply-To: <m2vbrsgi7n.fsf@guru.guru-group.fi>
References: <87a9angs14.fsf@maritornes.cs.unb.ca>
	<87zjhzjknp.fsf@zancas.localnet> <87d2e0v1on.fsf@zancas.localnet>
	<m2vbrsgi7n.fsf@guru.guru-group.fi>
User-Agent: Notmuch/0.18.1~rc0 (http://notmuchmail.org) Emacs/24.3.1
	(x86_64-pc-linux-gnu)
Date: Mon, 23 Jun 2014 06:58:43 -0300
Message-ID: <877g48ueuk.fsf@zancas.localnet>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Cc: Notmuch list <notmuch@notmuchmail.org>
X-BeenThere: notmuch@notmuchmail.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: "Use and development of the notmuch mail system."
	<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Jun 2014 09:58:56 -0000

--=-=-=
Content-Type: text/plain

Tomi Ollila <tomi.ollila@iki.fi> writes:
>
> Other thing: at the end of 0.18.1 NEWS, before 0.18 header line there are
> 2 empty lines. The customary habit has been to have only one empty line
> between releases in the NEWS file. Please (verify and) comply :D
>

Tomi-2.0 compliant version pushed to release


--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline; filename=0001-NEWS-quibbles-from-Tomi.patch

>From efd16bc73b47c00cc8fb500f716d7a77c5b8c969 Mon Sep 17 00:00:00 2001
From: David Bremner <david@tethera.net>
Date: Mon, 23 Jun 2014 06:36:30 -0300
Subject: [PATCH] NEWS: quibbles from Tomi

See id:m2vbrsgi7n.fsf@guru.guru-group.fi for details
---
 NEWS | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index ec74e68..4f24190 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,11 @@ This is a bug fix and portability release.
 Build System
 ------------
 
-Add a workaround for systems without zlib.pc.
+Add a workaround for systems without zlib.pc
 
-Make emacs install robust against the non-existence of emacs.
+Make emacs install robust against the non-existence of emacs
 
-Put notmuch lib directory first in RPATH.
+Put notmuch lib directory first in RPATH
 
 Fix handling of html_static_path in sphinx
 
@@ -56,7 +56,6 @@ Make sure tagging on an empty query is harmless
   Previously tagging an empty query could lead to tags being
   unintentionally removed.
 
-
 Notmuch 0.18 (2014-05-06)
 =========================
 
-- 
2.0.0


--=-=-=--