Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 45101 invoked from network); 7 Dec 2010 22:42:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 22:42:02 -0000 Received: (qmail 16822 invoked by uid 500); 7 Dec 2010 22:42:02 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 16748 invoked by uid 500); 7 Dec 2010 22:42:02 -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 16740 invoked by uid 99); 7 Dec 2010 22:42:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 22:42:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.214.196 as permitted sender) Received: from [209.85.214.196] (HELO mail-iw0-f196.google.com) (209.85.214.196) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 22:41:56 +0000 Received: by iwn36 with SMTP id 36so84963iwn.11 for ; Tue, 07 Dec 2010 14:41:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=L9GyIgI/cIHkErJixnCaHbizeU3oha5h/dQ0OKddbTc=; b=f7jDYQ3PswE6hIQTjThpKtzcbVJ35HBeQ8nheY2D0/jJw9QVxQ714YGoBU65YClzWn k/tdF7PcK4g2NG5dGR1doda9hEwV9pgQnCEKmWcqorAn6UfNGTi/VOXMUBFU6YgdC+ik IXKvoVN1FxP/+bQJeJVt49xMio8JM0sliIxkU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=dDFI+Jb3sLNspUnXtqC8BMbbTA/cRkZb/+3tyX4nXhHN/hqh4E4f3fHeb4xbm77a0a dQ0oVw2JWt3YOnrsR98Z9U3f4nGdqvOKaETABTFcSJk6z0GZnvv8DNjuGYbaM7WAzHUc OjPB5isrcrvb9LSzy3Rn4mSnfgXBiS30b1mRw= Received: by 10.231.16.197 with SMTP id p5mr2958040iba.76.1291761695282; Tue, 07 Dec 2010 14:41:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.39.65 with HTTP; Tue, 7 Dec 2010 14:40:54 -0800 (PST) In-Reply-To: <0EBAED4E-6F42-499D-869E-75B539107B88@apache.org> References: <0EBAED4E-6F42-499D-869E-75B539107B88@apache.org> From: Paul Davis Date: Tue, 7 Dec 2010 17:40:54 -0500 Message-ID: Subject: Re: minimum required Erlang version To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Dec 7, 2010 at 5:38 PM, Adam Kocoloski wrote: > Hi, the mochiweb we're shipping in 1.1.0 has abandoned support for R12B05= , so we should revisit our minimum required Erlang version. =A0Do we have a= compelling reason for supporting anything below R13B04? =A0That release in= troduces support for recursive type specifications, which are useful when d= escribing revision trees and JSON objects to dialyzer. > > Regards, Adam +1 for R13something.