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 230EAF216 for ; Wed, 3 Apr 2013 03:07:10 +0000 (UTC) Received: (qmail 36058 invoked by uid 500); 3 Apr 2013 03:07:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 35826 invoked by uid 500); 3 Apr 2013 03:07:07 -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 35781 invoked by uid 99); 3 Apr 2013 03:07:06 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 03:07:06 +0000 Received: from localhost (HELO mail-ie0-f182.google.com) (127.0.0.1) (smtp-auth username nslater, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 03:07:05 +0000 Received: by mail-ie0-f182.google.com with SMTP id at1so1199695iec.13 for ; Tue, 02 Apr 2013 20:07: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:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=zaFRnDzLxyCcfITExRr1rI0uS6HyV6PB3XZ9FveEug8=; b=IZLmGez8njQ4FPkAIvLuDw9auX1NxPJQcqPHHBpbOvccEeRw8bm62+O2ofyuCbYDVF B/t+2aKiHaqXvRvcak5FMbJ0muAYkhz/bMqX9h3sQqDJ33uCnz+TtRIDQQ03O7vk124t V+hp4hoI95gX58l/CP78KwIjcnbkVRvMJ+78pxsePdLY6oQBbAoUTrcicFo/wMgn5j71 h40FEep5weYkFGMxNlEkBVYyJpGK5Blutb1+Dyzx7nAUqCgKU9z/GDmQBv8G2Fzlo2NP +RezoFY1plBWMt/nTGKSOA3Z1uq+aWk0EdjAVZ+uDTrmynLecP8Qsk6LeRABAh2mruny NP0Q== MIME-Version: 1.0 X-Received: by 10.50.70.34 with SMTP id j2mr6380481igu.7.1364958425250; Tue, 02 Apr 2013 20:07:05 -0700 (PDT) Received: by 10.50.189.229 with HTTP; Tue, 2 Apr 2013 20:07:05 -0700 (PDT) X-Originating-IP: [79.97.124.139] In-Reply-To: <3D6C3B4F-0633-4F18-BF7C-B57B40389E2A@gmail.com> References: <3D6C3B4F-0633-4F18-BF7C-B57B40389E2A@gmail.com> Date: Wed, 3 Apr 2013 04:07:05 +0100 Message-ID: Subject: Re: [ANNOUNCE] Apache CouchDB 1.2.2 has been released From: Noah Slater To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=047d7b3a9be612b53b04d96c26a5 X-Gm-Message-State: ALoCoQl7+duz3+nQqz3HIt5EiJH22C5wIiwExp0QB/WoQgWmRlyTr3JtFiM9RTHMZ4s5PgluBH/h --047d7b3a9be612b53b04d96c26a5 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hopefully, we'll have rebar by this point. On 3 April 2013 03:52, Andrew Melo wrote: > Hi Noah > > On Apr 2, 2013, at 21:45, Noah Slater wrote: > > > Nestor, > > > > 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 month= s > we > > 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 top: Bigcouch's rebar setup or couchdb's system? > > Thanks, > Andrew > > > > > > Hope this helps, > > > > > > On 3 April 2013 03:07, Nestor Urquiza wrote: > > > >> Great news. > >> > >> Question: Is BigCouch code integrated? I have been reading the plans t= o > >> include BigCouch additions inside the Apache CouchDB project. I am > >> interested more than anything in the elastic clustering capability whi= ch > >> should allow to go beyond a terabyte of data stored managed by > "commodity > >> machines" instead of a big server. > >> > >> We have built our Document Management System around couchdb and this i= s > a > >> needed functionality. > >> > >> Thanks! > >> - Nestor > >> > >> On Tue, Apr 2, 2013 at 2:31 PM, Lance Carlson >>> wrote: > >> > >>> This is awesome! > >>> > >>> > >>> On Tue, Apr 2, 2013 at 1:58 PM, Noah Slater > wrote: > >>> > >>>> Dear community, > >>>> > >>>> Apache CouchDB 1.2.2 has been released and is available for download= . > >>>> > >>>> CouchDB is a database that completely embraces the web. Store your > data > >>>> with JSON documents. Access your documents with your web browser, vi= a > >>> HTTP. > >>>> Query, combine, and transform your documents with JavaScript. CouchD= B > >>> 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=92s incremental replication. CouchDB supports > master-master > >>>> setups with automatic conflict detection. > >>>> > >>>> Grab your copy here: > >>>> > >>>> http://couchdb.apache.org/ > >>>> > >>>> Pre-built packages for Windows and OS X are available. > >>>> > >>>> This is a bugfix release > >>>> > >>>> These release notes are based on the CHANGES file. > >>>> > >>>> HTTP Interface > >>>> > >>>> * Reset rewrite counter on new request, avoiding unnecessary > >> request > >>>> failures due to bogus rewrite limit reports. > >>>> > >>>> Build System > >>>> > >>>> * Fixed issue in couchdb script where stopped status returns > >> before > >>>> process exits. > >>>> > >>>> Thanks, > >>>> > >>>> -- > >>>> NS > > > > > > > > -- > > NS > --=20 NS --047d7b3a9be612b53b04d96c26a5--