From: David Bremner Date: Sat, 30 Nov 2013 13:21:06 +0000 (+2000) Subject: Re: release plan for 0.17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df2e8282ef5c5696f88fc622bb8fdd5cf0dca8cf;p=notmuch-archives.git Re: release plan for 0.17 --- diff --git a/71/c73860ad79d2711fe435913cc64f9eabe74e50 b/71/c73860ad79d2711fe435913cc64f9eabe74e50 new file mode 100644 index 000000000..4fd9cd6db --- /dev/null +++ b/71/c73860ad79d2711fe435913cc64f9eabe74e50 @@ -0,0 +1,95 @@ +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 E7811431FAF + for ; Sat, 30 Nov 2013 05:21:20 -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 NXfthQeR+4p1 for ; + Sat, 30 Nov 2013 05:21:14 -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 C1B5D431FAE + for ; Sat, 30 Nov 2013 05:21:14 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VmkTu-0003Yq-Ue; Sat, 30 Nov 2013 09:21:10 -0400 +Received: (nullmailer pid 10769 invoked by uid 1000); Sat, 30 Nov 2013 + 13:21:06 -0000 +From: David Bremner +To: notmuch mailing list +Subject: Re: release plan for 0.17 +In-Reply-To: <87iovi7esa.fsf@zancas.localnet> +References: <87fvrqvnks.fsf@zancas.localnet> <87iovi7esa.fsf@zancas.localnet> +User-Agent: Notmuch/0.17~rc2 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 30 Nov 2013 09:21:06 -0400 +Message-ID: <87r49y3u0t.fsf@zancas.localnet> +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: Sat, 30 Nov 2013 13:21:21 -0000 + + +I have pushed a tag 0.17_rc2 which has a couple of bug fixes from +0.17_rc1. Unless some serious bug turns up I'd like to release 0.17 +next week. People are encouraged to look at + + git shortlog 0.16..0.17_rc2 + +and look for missing NEWS items. My (subjectively) edited version +follows. (P.S. congrats to Mark Walters, who moves in to #4 in the +overall commit race, #1 for this release ;) ) + +---------------------------------------------------------------------- + +Blake Jones (4): + getpwuid: check for standards compliance (Solaris support) + strsep: check for availability (Solaris support) + timegm: add portable implementation (Solaris support) + notmuch-config: use strchr(), not index() (Solaris support) + +Charlie Allom (1): + vim: run mutt in default term + +Gregor Zattler (1): + emacs: distinguish tag `flagged' on terminal + +Istvan Marko (1): + emacs: add buttons for all multipart/related parts + +John Lenz (1): + cli: add --include-html option to notmuch show + +Kevin J. McCarthy (2): + notmuch-mutt: Fix tagging issues + notmuch-mutt: use notmuch --duplicate flag + +Louis Rilling (1): + tags_to_maildir_flags: Don't rename if no flags change + +Mark Walters (66): + emacs: show: lazy part handling bugfix + emacs: bugfix unquoted symbol + emacs: do not put quoted reply in primary selection + emacs: show: stop stderr appearing in buffer +