From: David Bremner Date: Mon, 23 Jun 2014 09:58:43 +0000 (+2100) Subject: Re: bug fix release 0.18.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=171c2dabbba1781d56049b426edb62be33d8e8ce;p=notmuch-archives.git Re: bug fix release 0.18.1 --- diff --git a/4a/265d0fa9f6828c702ea0c4fc00fedd09287c16 b/4a/265d0fa9f6828c702ea0c4fc00fedd09287c16 new file mode 100644 index 000000000..3c69caa36 --- /dev/null +++ b/4a/265d0fa9f6828c702ea0c4fc00fedd09287c16 @@ -0,0 +1,113 @@ +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 1C5B8431FAF + for ; 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 ; + 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 ; Mon, 23 Jun 2014 02:58:48 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + 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 +To: Tomi Ollila +Subject: Re: bug fix release 0.18.1 +In-Reply-To: +References: <87a9angs14.fsf@maritornes.cs.unb.ca> + <87zjhzjknp.fsf@zancas.localnet> <87d2e0v1on.fsf@zancas.localnet> + +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 +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, 23 Jun 2014 09:58:56 -0000 + +--=-=-= +Content-Type: text/plain + +Tomi Ollila 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 +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 + + +--=-=-=--