Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BEFA94F4 for ; Fri, 21 Oct 2011 21:07:23 +0000 (UTC) Received: (qmail 11781 invoked by uid 500); 21 Oct 2011 21:07:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 11744 invoked by uid 500); 21 Oct 2011 21:07:22 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 11736 invoked by uid 99); 21 Oct 2011 21:07:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 21:07:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jukka.zitting@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 21:07:15 +0000 Received: by wyg24 with SMTP id 24so6031828wyg.11 for ; Fri, 21 Oct 2011 14:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=TWVE/OnnX4JUaqNuCM7qLQiti246XivPGggxQu841D8=; b=fbnLzgUnHLS8eHr4fj4skVe1pEhbQs3D8UxT1s/U0choSMwyenaxpXj4ok6B+KEFfr +NFTItBJHZK8E+y4S+dqLeuZFkzVz+K9IHv806iFXAnyL/zL65mTPaAuzDK2/e4B1TfF 4ihctTsJsl5NGZm9Ap4hCsFCgo+HJRWhzjqUo= Received: by 10.227.196.65 with SMTP id ef1mr6155799wbb.69.1319231215090; Fri, 21 Oct 2011 14:06:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.88.102 with HTTP; Fri, 21 Oct 2011 14:06:33 -0700 (PDT) In-Reply-To: References: <6BC9C06A-D317-409F-83E8-F898CAB3A617@spy.net> <6B64ED84-544F-4C84-9DD4-D794AD025380@spy.net> <82F3E1E5-A9C7-4EC7-BEBF-E4BAD753AF85@gmail.com> <4FD791CC-15A9-4FE9-97B6-76D1B2BD850C@spy.net> From: Jukka Zitting Date: Fri, 21 Oct 2011 23:06:33 +0200 Message-ID: Subject: Re: Tweaking the release procedure To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Fri, Oct 21, 2011 at 6:33 PM, Paul Davis wrote: > Are there projects that do this version incrementing when a vote > fails? That's an idea I haven't heard before. I learned it from httpd (there's plenty of version number gaps at http://archive.apache.org/dist/httpd/). We use it also at Jackrabbit. BR, Jukka Zitting