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 CF825431FBC for ; Fri, 3 Feb 2012 06:38:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 TgHwakcv-cAG for ; Fri, 3 Feb 2012 06:38:43 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C3716431FAF for ; Fri, 3 Feb 2012 06:38:42 -0800 (PST) Received: by wibhi8 with SMTP id hi8so2887857wib.26 for ; Fri, 03 Feb 2012 06:38:41 -0800 (PST) Received: by 10.180.90.225 with SMTP id bz1mr25565640wib.5.1328279921639; Fri, 03 Feb 2012 06:38:41 -0800 (PST) Received: from localhost ([109.131.13.166]) by mx.google.com with ESMTPS id fv6sm17958579wib.8.2012.02.03.06.38.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Feb 2012 06:38:41 -0800 (PST) From: Pieter Praet To: Tomi Ollila , David Bremner , notmuch@notmuchmail.org Subject: Re: 0.11.1 release in progress In-Reply-To: References: <87y5skdqex.fsf@zancas.localnet> User-Agent: Notmuch/0.11+132~ga81001f (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Fri, 03 Feb 2012 15:36:38 +0100 Message-ID: <8739asoufd.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 03 Feb 2012 14:38:44 -0000 On Fri, 03 Feb 2012 15:26:33 +0200, Tomi Ollila wrote: > On Fri, 03 Feb 2012 08:58:46 -0400, David Bremner wrote: > > > > Hi Folks; > > > > After some long delays, I am finally getting 0.11.1 out the door. I > > have pushed an untagged release candidate to > > > > git://notmuchmail.org/git/notmuch > > branch release > > > > encourage you to check it out (har har). I will probably tag and release > > in about 12hours, all going well. > > $ git describe > debian/0.11-1-7-gf38bc44 > > $ notmuch --version > notmuch 0.11+7~gf38bc44 > > (where did one 1 disappear) > It wasn't there to begin with ;) The first result is the most recent tag reachable from f38bc446, the second result is the most recent tag *starting with a number and dot* reachable from commit f38bc446. $ git describe --debug searching to describe HEAD finished search at ffce9b7c25b9b44ec026b67d96e44cae09c99efe annotated 7 debian/0.11-1 traversed 8 commits debian/0.11-1-7-gf38bc44 $ git describe --debug --match '[0-9.]*' # See Makefile.local::24 searching to describe HEAD finished search at ffce9b7c25b9b44ec026b67d96e44cae09c99efe annotated 7 0.11 traversed 8 commits 0.11-7-gf38bc44 `notmuch --version' will work as expected as soon as an annotated tag object called '0.11.1' is created, pointing to commit f38bc446. > Anyway, tests pass and this seems to work... I complain if I > notice any unexpected problems. > Same here. > > d > > Tomi > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch Peace -- Pieter