Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 81016 invoked from network); 5 May 2009 14:59:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 14:59:42 -0000 Received: (qmail 56303 invoked by uid 500); 5 May 2009 14:59:42 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 56226 invoked by uid 500); 5 May 2009 14:59:41 -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 56201 invoked by uid 99); 5 May 2009 14:59:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 14:59:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 14:59:27 +0000 Received: by an-out-0708.google.com with SMTP id b6so2407921ana.5 for ; Tue, 05 May 2009 07:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=dEZw4k6i+CYymeUCtIhuWIf0VdvnM00fMvbEi5f+pGY=; b=i2Cxx7PP4gjP4flQegZIHGnMmrNaPUYeRMKlv38O0vgI9qPEqa8oYAqRLl9ZT6MTXK hkE1WcA0dLmjYTDPE2RZvnYi+O5WmCAu1gb0JJHGatTwtHnYKD+Bi3K2X8O0VHJSNHL0 E761OUt/zVQ+rvTlFNRmr8tirhplKVkeaZckE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=H6LIhpAORskci/RJsm+HZ2QnYc+9PAEu0hYiZ9V0mm4jZwrqcYj4XQB+tSt43Wuz1i 075HgjjMosuHxcrsoWy4AuR50wlOmACrI00U/W+j6sNbz93oAaSTOc9X9zbPJOcS3CEH K0bOZJJjNCGj4V2i5qRqCneAydpXA6FVBprYE= MIME-Version: 1.0 Sender: jchris@gmail.com Received: by 10.100.153.6 with SMTP id a6mr242815ane.89.1241535541070; Tue, 05 May 2009 07:59:01 -0700 (PDT) In-Reply-To: References: <20090505013709.GB24571@tumbolia.org> <49FFB420.6000706@gmail.com> <49FFB937.1080800@gmail.com> <20090505115619.GB31294@tumbolia.org> <4A002E1A.5060406@gmail.com> Date: Tue, 5 May 2009 07:59:00 -0700 X-Google-Sender-Auth: ea42b91df51345bf Message-ID: Subject: Re: Release 0.9.1 From: Chris Anderson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, May 5, 2009 at 7:36 AM, Paul Davis wrote: > On Tue, May 5, 2009 at 10:30 AM, Chris Anderson wrote: >> On Tue, May 5, 2009 at 5:16 AM, Paul Davis wrote: >>> Noah Slater wrote: >>>> >>>> On Mon, May 04, 2009 at 11:57:43PM -0400, Paul Davis wrote: >>>> >>>>> >>>>> That said, what keeps us from 0.10? I did contemplate the the jump from >>>>> 0.9 isn't as big as the jump from 0.8. Though, I would probably say that >>>>> the jump from 0.8 to 0.9 was fairly delayed. At the moment there are at >>>>> least three new features: config.d updates, bulk=ok, and the reduce >>>>> warnings; none of which seem like only a $(REVISON) change. To me that >>>>> doesn't seem like something to ignore but I would be perfectly happy >>>>> referring to version numbers via subversion revision so I'm a bit not >>>>> normal on that front. >>>>> >>>> >>>> Just to be clear, my configuration changes were not merged back. >>>> >>>> What changes, specifically, do you think should be pulled from the 0.9.x >>>> branch? >>>> >>>> >>> >>> I haven't the slightest cause I have no idea what the guidelines are. >>> >> >> I'm pretty sure the guidelines are: in the 0.9.x branch, fix bugs, >> don't change behavior in a way that would break clients. >> >> Bad candidates for 0.9.x: the reduce_limit patch I just applied to >> trunk, changes in query-string validation, totally new features like >> batch=ok >> >> Good candidates for 0.9.x: reduce sparseness in db files, make >> replication more complete/reliable, fix arbitrary resource limits >> (like the 100+ open dbs bug) >> >> I think that's pretty clear, but don't hesitate to ask if it could be >> more clear. >> >> Chris >> >> -- >> Chris Anderson >> http://jchrisa.net >> http://couch.io >> > > Sounds good. I'll have to figure out how to un-merge a couple patches > to 0.9.x then because I definitely pushed a couple that would break > client code relying on some of the different parameters being silently > ignored. > > Anyone have any idea on how one does that in SVN? > I think you can follow these instruction to back out the revisions in which your backport merges were committed to 0.9.x http://svnbook.red-bean.com/en/1.5/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo Hope that helps! Chris -- Chris Anderson http://jchrisa.net http://couch.io