Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8BB0F130 for ; Wed, 3 Apr 2013 02:53:02 +0000 (UTC) Received: (qmail 2328 invoked by uid 500); 3 Apr 2013 02:53:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 2167 invoked by uid 500); 3 Apr 2013 02:53:01 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 2147 invoked by uid 99); 3 Apr 2013 02:53:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 02:53:00 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andrew.melo@gmail.com designates 209.85.161.173 as permitted sender) Received: from [209.85.161.173] (HELO mail-gg0-f173.google.com) (209.85.161.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 02:52:53 +0000 Received: by mail-gg0-f173.google.com with SMTP id 21so175323ggh.4 for ; Tue, 02 Apr 2013 19:52:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=WGcAEnUUZ5lvJsXSOiIEF/UNakjez8WgBvIJQ0kbLoU=; b=web9kKMRruCgbYXT/bEv4deRwWktg1gQfey1vU1JjMoGPG0aGWyaT+W3RhAmJH446W L3TElR4a8GxSM49FADDTg0cevvoQlZBvxwlrwHnDp1UM4U3tib4TPf5eo2Vq+fIUvMO/ 4oNXtHRecMMvoWQmAs9SUTnjIivMh55yZXHKMgY2+IKoJQ/4PYYDZ4Y2wjioKWPJSUKd JDG/9+3TSM1d4uv/bzoOqXbJYVmzwPm/yHhsCw9hEICMepureKQwlEGcB5eHUS714vhF g/JOJfL9oUnvol591/F+loct1NFPYyBno29QyH34Qk9qDbbPD5+tRRTh4bnRt676yCfj /+pA== X-Received: by 10.236.116.33 with SMTP id f21mr17492947yhh.130.1364957552218; Tue, 02 Apr 2013 19:52:32 -0700 (PDT) Received: from [10.110.2.223] ([166.205.51.240]) by mx.google.com with ESMTPS id a26sm7543149yhe.9.2013.04.02.19.52.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 19:52:30 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: <3D6C3B4F-0633-4F18-BF7C-B57B40389E2A@gmail.com> Cc: "user@couchdb.apache.org" X-Mailer: iPhone Mail (10A403) From: Andrew Melo Subject: Re: [ANNOUNCE] Apache CouchDB 1.2.2 has been released Date: Tue, 2 Apr 2013 21:52:28 -0500 To: "user@couchdb.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org Hi Noah On Apr 2, 2013, at 21:45, Noah Slater wrote: > Nestor, >=20 > Nope. But work on the BigCouch merge is active at the moment. Our 1.3.0 > feature release should be done next week or so. And then in three months w= e > should see a 2.0.0 with new APIs (as a stepping stone for BigCouch) or > BigCouch itself. When the eventual couchdb/bigcouch merge happens, whose build chain come on t= op: Bigcouch's rebar setup or couchdb's system? Thanks, Andrew=20 >=20 > Hope this helps, >=20 >=20 > On 3 April 2013 03:07, Nestor Urquiza wrote: >=20 >> Great news. >>=20 >> Question: Is BigCouch code integrated? I have been reading the plans to >> include BigCouch additions inside the Apache CouchDB project. I am >> interested more than anything in the elastic clustering capability which >> should allow to go beyond a terabyte of data stored managed by "commodity= >> machines" instead of a big server. >>=20 >> We have built our Document Management System around couchdb and this is a= >> needed functionality. >>=20 >> Thanks! >> - Nestor >>=20 >> On Tue, Apr 2, 2013 at 2:31 PM, Lance Carlson >> wrote: >>=20 >>> This is awesome! >>>=20 >>>=20 >>> On Tue, Apr 2, 2013 at 1:58 PM, Noah Slater wrote: >>>=20 >>>> Dear community, >>>>=20 >>>> Apache CouchDB 1.2.2 has been released and is available for download. >>>>=20 >>>> CouchDB is a database that completely embraces the web. Store your data= >>>> with JSON documents. Access your documents with your web browser, via >>> HTTP. >>>> Query, combine, and transform your documents with JavaScript. CouchDB >>> works >>>> well with modern web and mobile apps. You can even serve web apps >>> directly >>>> out of CouchDB. And you can distribute your data, or your apps, >>> efficiently >>>> using CouchDB=E2=80=99s incremental replication. CouchDB supports maste= r-master >>>> setups with automatic conflict detection. >>>>=20 >>>> Grab your copy here: >>>>=20 >>>> http://couchdb.apache.org/ >>>>=20 >>>> Pre-built packages for Windows and OS X are available. >>>>=20 >>>> This is a bugfix release >>>>=20 >>>> These release notes are based on the CHANGES file. >>>>=20 >>>> HTTP Interface >>>>=20 >>>> * Reset rewrite counter on new request, avoiding unnecessary >> request >>>> failures due to bogus rewrite limit reports. >>>>=20 >>>> Build System >>>>=20 >>>> * Fixed issue in couchdb script where stopped status returns >> before >>>> process exits. >>>>=20 >>>> Thanks, >>>>=20 >>>> -- >>>> NS >=20 >=20 >=20 > --=20 > NS