From user-return-7841-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Dec 03 19:21:52 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 84164 invoked from network); 3 Dec 2009 19:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 19:21:52 -0000 Received: (qmail 76983 invoked by uid 500); 3 Dec 2009 19:21:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 76305 invoked by uid 500); 3 Dec 2009 19:21:48 -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 76001 invoked by uid 99); 3 Dec 2009 19:21:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 19:21:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 19:21:38 +0000 Received: by fxm28 with SMTP id 28so1812082fxm.25 for ; Thu, 03 Dec 2009 11:21:18 -0800 (PST) Received: by 10.216.86.129 with SMTP id w1mr679040wee.145.1259868077680; Thu, 03 Dec 2009 11:21:17 -0800 (PST) Received: from ?192.168.0.2? ([212.42.177.5]) by mx.google.com with ESMTPS id j8sm5112151gvb.17.2009.12.03.11.21.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Dec 2009 11:21:16 -0800 (PST) From: Noah Slater X-Noah: Awesome Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [ANNOUNCE] Apache CouchDB 0.9.2 has been released Date: Thu, 3 Dec 2009 19:21:15 +0000 Message-Id: <575AA12A-6449-48ED-8157-51DA4F5D4AEC@tumbolia.org> To: announce@apache.org, user@couchdb.apache.org, dev@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org Hello, Apache CouchDB 0.9.2 has been released and is available for download: http://couchdb.apache.org/downloads.html Changes in this release: * Remove branch callbacks to allow building couchjs against = newer versions of Spidermonkey. * Fix replication with 0.10 servers initiated by an 0.9 server. CouchDB is a document-oriented database that can be queried and indexed = in a MapReduce fashion using JavaScript. CouchDB also offers incremental = replication with bi-directional conflict detection and resolution. CouchDB provides a RESTful JSON API than can be accessed from any = environment that allows HTTP requests. There are myriad third-party = client libraries that make this even easier from your programming = language of choice. CouchDB's built in Web administration console speaks = directly to the database using HTTP requests issued from your browser. CouchDB is written in Erlang, a robust functional programming language = ideal for building concurrent distributed systems. Erlang allows for a = flexible design that is easily scalable and readily extensible. Relax and prosper, Noah