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 10210F36E for ; Tue, 23 Apr 2013 17:42:08 +0000 (UTC) Received: (qmail 83087 invoked by uid 500); 23 Apr 2013 17:42:07 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 83049 invoked by uid 500); 23 Apr 2013 17:42:07 -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 83033 invoked by uid 99); 23 Apr 2013 17:42:07 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 17:42:07 +0000 Received: from localhost (HELO mail-la0-f51.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 17:42:07 +0000 Received: by mail-la0-f51.google.com with SMTP id fh20so802688lab.10 for ; Tue, 23 Apr 2013 10:42:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=tlESuQ1aZ+vobBItNoHhwa550JEywnpJVkNF+lv16VE=; b=bm7BxVG2RAMn00O6WVCZhBGl+tJbHpaeszE4pZhchzErgIPPyMfkW8HOYdgsgoLYPY Obi0CGXtnp9y68dHk9/BDfeA3lsX0GdCxP8x3t78f3OXsOQbBO13psUPXL2wgpenL7C6 yxA3GJ5QvIvS5Qg6EIPs6Oom/iOdvX7jUQJX2+FC58dCbOOGOveRyAvzVmd7++PCnatN cxOc95e3SMxd8AAgkB+PII7758EGHaXbDo0onvcUqTioZqGgQF0zuhSFm8ODq8ouZA/M zFg3K9AJJVXikHubxgWRkZSrEqHSuE1vtBEn5/KUg+WwVonQV+MlYnsiwYh5qOzm0i3D jwjQ== MIME-Version: 1.0 X-Received: by 10.112.141.38 with SMTP id rl6mr15210019lbb.101.1366738925184; Tue, 23 Apr 2013 10:42:05 -0700 (PDT) Received: by 10.112.168.98 with HTTP; Tue, 23 Apr 2013 10:42:05 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Apr 2013 18:42:05 +0100 Message-ID: Subject: Re: COUCHDB-1696 & deprecating R13B04 From: Robert Newson To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 master, yes. On 23 April 2013 18:40, Benoit Chesneau wrote: > master i would say. > > On Tue, Apr 23, 2013 at 7:11 PM, Dave Cottlehuber wrote: >> On 9 April 2013 16:55, Paul Davis wrote: >>> I'm all for bumping our minimum requirement. Reading Bob's commit I'm >>> not exactly sure which part is requiring a newer Erlang. Maybe one of >>> the crypto functions is new? >>> >>> On Tue, Apr 9, 2013 at 9:51 AM, Dave Cottlehuber wrote: >>>> Hi folks, >>>> >>>> While digging around in 1696 I found that: >>>> >>>> - Bob Ippolito's commit[1] implies only R15B02 and up >>>> - mochiweb' README[2] mentions testing against < R14A >>>> >>>> The changes to keep R13B04 compatibility in CouchDB's mochi fork are not >>>> huge, but with R16B here is it time to take the plunge and drop R13* >>>> support? >> >> I guess we have lazy consensus on this, but I'm not clear what version >> / branch this type of dependency change would apply to. >> >> 1.3.x? or is this a master/1.4.x thing only? >> >> A+ >> Dave