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 8A1844138 for ; Tue, 31 May 2011 10:52:43 +0000 (UTC) Received: (qmail 29618 invoked by uid 500); 31 May 2011 10:52:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 29568 invoked by uid 500); 31 May 2011 10:52:43 -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 29560 invoked by uid 99); 31 May 2011 10:52:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 10:52:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lemenkov@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2011 10:52:38 +0000 Received: by iwn6 with SMTP id 6so5540177iwn.11 for ; Tue, 31 May 2011 03:52:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=mcZJGMtCYNTSSX4sVUS0FP+SNvpop5fehPON5HMfHW4=; b=JiLxkaLfNfzyTrT/6EZuHLLNs3N1IBQOXypQ+ohZEH7UxNXbTeMm7Itr54HRI4BaBp gWLdd2krD51uE7ZfrogishlwQ1LaoK6XBEN1Fh2zzMSWXMTWXroOEyohhkZLTn2dExZ5 itb/znftQ/HFmFBDYgH3Gb5qEJ6jkEI/opZ0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=iF+gKb9FAlH2E2xvYvRV+huGZVOu68imoGYyiaxDKdXUL3Vuz2X3kuVm0NgU589gyk 6oEvjZFN/Rl/pRRQhWtjTnFgsnuFVHjfR+RJZdIsHSF8dlV89wKKg80NFCnXpq2VSTOG Q2nD34pabt7jguVSBRAVxZvSPrhZNALUyOWNo= MIME-Version: 1.0 Received: by 10.43.60.210 with SMTP id wt18mr9534159icb.25.1306839137504; Tue, 31 May 2011 03:52:17 -0700 (PDT) Received: by 10.42.221.196 with HTTP; Tue, 31 May 2011 03:52:17 -0700 (PDT) Date: Tue, 31 May 2011 14:52:17 +0400 Message-ID: Subject: CouchDB with JS 1.8.5 From: Peter Lemenkov To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Hello! Fedora 15 is shipped new version of js (SpiderMonkey) - 1.8.5, instead of widely available js-1.70. Unfortunately API was changed dramatically and some changes required to build CouchDB against this new version. Here is a git branch with all necessary patches rebased on top of the current trunk. https://github.com/lemenkov/couchdb/tree/js185 Hope this could be useful for others. All kudos goes to Jan Horak and Martin Stransky. -- With best regards, Peter Lemenkov.