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 87958431FAF for ; Wed, 5 Nov 2014 15:54:00 -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 3tBzQmRxOvXR for ; Wed, 5 Nov 2014 15:53:53 -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 895B6431FAE for ; Wed, 5 Nov 2014 15:53:53 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1XmAOe-00082Y-2J; Wed, 05 Nov 2014 19:53:52 -0400 Received: (nullmailer pid 8218 invoked by uid 1000); Wed, 05 Nov 2014 23:53:46 -0000 From: David Bremner To: notmuch mailing list Subject: Re: feature freeze for notmuch 0.19 In-Reply-To: <87vbn328ot.fsf@maritornes.cs.unb.ca> References: <87vbn328ot.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.19~rc1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Thu, 06 Nov 2014 00:53:46 +0100 Message-ID: <878ujpw6et.fsf@maritornes.cs.unb.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: Wed, 05 Nov 2014 23:54:00 -0000 David Bremner writes: > Hi Gang; > > As always we have plenty of things on the go, but I think theres enough > merged in since 0.18.2 (yesterday!) to make a release worthwhile. To > pick a date completely at random *cough* I'd like to freeze on November > 5. For those of you just joining us that means I'll merge master to > release at that point, and then only take "important" bug fix and NEWS > patches onto release for the next week or so, followed by a release. As promised, I tagged (and uploaded to debian experimental) 0.19~rc1. One slightly intrusive change during the release wrangling is that I made the LIBNOTMUCH_MAJOR_VERSION in lib/notmuch.h match the SOVERSION. Somewhat surprising this didn't break anything before. d