From: Tomi Ollila Date: Mon, 23 Jun 2014 08:09:48 +0000 (+0300) Subject: Re: bug fix release 0.18.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2703257520450924f02463b4aac221e77a20efc5;p=notmuch-archives.git Re: bug fix release 0.18.1 --- diff --git a/07/e702761e874b8fdcdf380728a19695a9802fb8 b/07/e702761e874b8fdcdf380728a19695a9802fb8 new file mode 100644 index 000000000..ddffd2317 --- /dev/null +++ b/07/e702761e874b8fdcdf380728a19695a9802fb8 @@ -0,0 +1,214 @@ +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 56630431FB6 + for ; Mon, 23 Jun 2014 03:28:55 -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 2qAPhFWaZixz for ; + Mon, 23 Jun 2014 03:28:49 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 88B8D431FAE + for ; Mon, 23 Jun 2014 03:28:49 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 6C2A8100051 + for ; Mon, 23 Jun 2014 13:28:42 +0300 (EEST) +Resent-To: +Resent-X-Face: HhBM'cA~ +Resent-Date: Mon, 23 Jun 2014 13:28:42 +0300 +Resent-Message-ID: +From: Tomi Ollila +To: David Bremner +Subject: Re: bug fix release 0.18.1 +In-Reply-To: <87d2e0v1on.fsf@zancas.localnet> +References: <87a9angs14.fsf@maritornes.cs.unb.ca> + <87zjhzjknp.fsf@zancas.localnet> <87d2e0v1on.fsf@zancas.localnet> +User-Agent: Notmuch/0.18+28~gcecaba1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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 10:28:55 -0000 + +On Mon, Jun 23 2014, David Bremner wrote: + +> David Bremner writes: +> +> I have tagged 0.18.1~rc0 in git. Please let me know ASAP if there are +> any showstopper bugs, or changes needed to NEWS before the release. +> I'd like to release Wednesday June 25. + +Yet some minor NEWS tweaks (probably reverting a suggestion of mine :D) + +By running news2wiki.pl for the latest changes we get: + +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- +Notmuch 0.18.1~rc0 (2014-06-22) +=============================== + +This is a bug fix and portability release. + +Build System +------------ + +Add a workaround for systems without zlib.pc. + +Make emacs install robust against the non-existence of emacs. + +Put notmuch lib directory first in RPATH. + +### Fix handling of html_static_path in sphinx + +Both the python bindings and the main docs had spurious settings of +this variable. + +Test Suite +---------- +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- + +($ ./devel/news2wiki.pl NEWS ../notmuch-wiki/news ) + +Note that the 3 lines before '### Fix handling of html_static_path in sphinx' +don't appear as "header" lines -- and this might look a bit weird in the +context... When dropping the trailing period (.) we get: + +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- +Build System +------------ + +### Add a workaround for systems without zlib.pc + +### Make emacs install robust against the non-existence of emacs + +### Put notmuch lib directory first in RPATH + +### Fix handling of html_static_path in sphinx + +Both the python bindings and the main docs had spurious settings of +this variable. +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- + +To me this looks like a better (and more consistent) option for this context. + + +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 + + +> +> d + +Tomi + +From: Tomi Ollila +To: David Bremner +Subject: Re: bug fix release 0.18.1 +In-Reply-To: <87d2e0v1on.fsf@zancas.localnet> +References: <87a9angs14.fsf@maritornes.cs.unb.ca> <87zjhzjknp.fsf@zancas.localnet> <87d2e0v1on.fsf@zancas.localnet> +User-Agent: Notmuch/0.18+28~gcecaba1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain + +On Mon, Jun 23 2014, David Bremner wrote: + +> David Bremner writes: +> +> I have tagged 0.18.1~rc0 in git. Please let me know ASAP if there are +> any showstopper bugs, or changes needed to NEWS before the release. +> I'd like to release Wednesday June 25. + +Yet some minor NEWS tweaks (probably reverting a suggestion of mine :D) + +By running news2wiki.pl for the latest changes we get: + +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- +Notmuch 0.18.1~rc0 (2014-06-22) +=============================== + +This is a bug fix and portability release. + +Build System +------------ + +Add a workaround for systems without zlib.pc. + +Make emacs install robust against the non-existence of emacs. + +Put notmuch lib directory first in RPATH. + +### Fix handling of html_static_path in sphinx + +Both the python bindings and the main docs had spurious settings of +this variable. + +Test Suite +---------- +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- + +($ ./devel/news2wiki.pl NEWS ../notmuch-wiki/news ) + +Note that the 3 lines before '### Fix handling of html_static_path in sphinx' +don't appear as "header" lines -- and this might look a bit weird in the +context... When dropping the trailing period (.) we get: + +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- +Build System +------------ + +### Add a workaround for systems without zlib.pc + +### Make emacs install robust against the non-existence of emacs + +### Put notmuch lib directory first in RPATH + +### Fix handling of html_static_path in sphinx + +Both the python bindings and the main docs had spurious settings of +this variable. +--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- + +To me this looks like a better (and more consistent) option for this context. + + +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 + + +> +> d + +Tomi +