Re: release plan for 0.17
authorDavid Bremner <david@tethera.net>
Sat, 30 Nov 2013 13:21:06 +0000 (09:21 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:31 +0000 (09:58 -0800)
71/c73860ad79d2711fe435913cc64f9eabe74e50 [new file with mode: 0644]

diff --git a/71/c73860ad79d2711fe435913cc64f9eabe74e50 b/71/c73860ad79d2711fe435913cc64f9eabe74e50
new file mode 100644 (file)
index 0000000..4fd9cd6
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E7811431FAF\r
+       for <notmuch@notmuchmail.org>; Sat, 30 Nov 2013 05:21:20 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id NXfthQeR+4p1 for <notmuch@notmuchmail.org>;\r
+       Sat, 30 Nov 2013 05:21:14 -0800 (PST)\r
+Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C1B5D431FAE\r
+       for <notmuch@notmuchmail.org>; Sat, 30 Nov 2013 05:21:14 -0800 (PST)\r
+Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1VmkTu-0003Yq-Ue; Sat, 30 Nov 2013 09:21:10 -0400\r
+Received: (nullmailer pid 10769 invoked by uid 1000); Sat, 30 Nov 2013\r
+       13:21:06 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch mailing list <notmuch@notmuchmail.org>\r
+Subject: Re: release plan for 0.17\r
+In-Reply-To: <87iovi7esa.fsf@zancas.localnet>\r
+References: <87fvrqvnks.fsf@zancas.localnet> <87iovi7esa.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.17~rc2 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sat, 30 Nov 2013 09:21:06 -0400\r
+Message-ID: <87r49y3u0t.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 30 Nov 2013 13:21:21 -0000\r
+\r
+\r
+I have pushed a tag 0.17_rc2 which has a couple of bug fixes from\r
+0.17_rc1.  Unless some serious bug turns up I'd like to release 0.17\r
+next week.  People are encouraged to look at\r
+\r
+     git shortlog 0.16..0.17_rc2\r
+\r
+and look for missing NEWS items.  My (subjectively) edited version\r
+follows.  (P.S. congrats to Mark Walters, who moves in to #4 in the\r
+overall commit race, #1 for this release ;) )\r
+\r
+----------------------------------------------------------------------\r
+\r
+Blake Jones (4):\r
+      getpwuid: check for standards compliance (Solaris support)\r
+      strsep: check for availability (Solaris support)\r
+      timegm: add portable implementation (Solaris support)\r
+      notmuch-config: use strchr(), not index() (Solaris support)\r
+\r
+Charlie Allom (1):\r
+      vim: run mutt in default term\r
+\r
+Gregor Zattler (1):\r
+      emacs: distinguish tag `flagged' on terminal\r
+\r
+Istvan Marko (1):\r
+      emacs: add buttons for all multipart/related parts\r
+\r
+John Lenz (1):\r
+      cli: add --include-html option to notmuch show\r
+\r
+Kevin J. McCarthy (2):\r
+      notmuch-mutt: Fix tagging issues\r
+      notmuch-mutt: use notmuch --duplicate flag\r
+\r
+Louis Rilling (1):\r
+      tags_to_maildir_flags: Don't rename if no flags change\r
+\r
+Mark Walters (66):\r
+      emacs: show: lazy part handling bugfix\r
+      emacs: bugfix unquoted symbol\r
+      emacs: do not put quoted reply in primary selection\r
+      emacs: show: stop stderr appearing in buffer\r
+\r