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 C6F384D16 for ; Wed, 29 Jun 2011 18:54:12 +0000 (UTC) Received: (qmail 59939 invoked by uid 500); 29 Jun 2011 18:54:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 59872 invoked by uid 500); 29 Jun 2011 18:54:11 -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 59864 invoked by uid 99); 29 Jun 2011 18:54:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 18:54:11 +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 (athena.apache.org: domain of djc.ochtman@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qw0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 18:54:05 +0000 Received: by qwb8 with SMTP id 8so1080689qwb.11 for ; Wed, 29 Jun 2011 11:53:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Ne/5ob+JvFS6Xhdj++RyN6Tqe9ohba6FGEhi+DeBR6Y=; b=gI2qnjfKhDwQUMIPaYCT+BfWYzAXXFf4B4Pnw5ms/ecEQyk12DW/X7GMWJoDPZ2ofy kUFdGMGe8H/c0xuMYoLartW4bFQbrj6+FApoFi+WdjSAbRBM6i3WozMM7DfEWh3JS2O4 ugSoz5v1QSGwDb6LYNDqDPoP6RnOQEAU/yTvY= Received: by 10.229.101.148 with SMTP id c20mr837719qco.195.1309373624245; Wed, 29 Jun 2011 11:53:44 -0700 (PDT) MIME-Version: 1.0 Sender: djc.ochtman@gmail.com Received: by 10.229.89.67 with HTTP; Wed, 29 Jun 2011 11:53:24 -0700 (PDT) In-Reply-To: <7088E93E-1FE6-4241-A0E7-887E235CD199@apache.org> References: <7088E93E-1FE6-4241-A0E7-887E235CD199@apache.org> From: Dirkjan Ochtman Date: Wed, 29 Jun 2011 20:53:24 +0200 X-Google-Sender-Auth: lSPgyrRt2bu_QHf8epdDWrnMQ4Q Message-ID: Subject: Re: SpiderMonkey Version Support To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 On Wed, Jun 29, 2011 at 18:46, Jan Lehnardt wrote: > Except if people have trouble installing / upgrading CouchDB, it leaves > a bad taste. I'd rather not put users between a rock (1.7-based > SpiderMonkey version) and a hard place (CouchDB only supporting 1.8.5 > and up) Right. Also, if 1.2 takes a long time in coming (like some of the previous releases), it would be nice if we'd get to use the state of the art in JS sooner. Cheers, Dirkjan