From dev-return-6823-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Oct 13 12:33:18 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 65248 invoked from network); 13 Oct 2009 12:33:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 12:33:18 -0000 Received: (qmail 945 invoked by uid 500); 13 Oct 2009 12:33:17 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 738 invoked by uid 500); 13 Oct 2009 12:33:15 -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 718 invoked by uid 99); 13 Oct 2009 12:33:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 12:33:15 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.209] (HELO mail-fx0-f209.google.com) (209.85.220.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 12:33:13 +0000 Received: by fxm5 with SMTP id 5so9380859fxm.3 for ; Tue, 13 Oct 2009 05:32:51 -0700 (PDT) Received: by 10.102.165.24 with SMTP id n24mr3030863mue.47.1255437171055; Tue, 13 Oct 2009 05:32:51 -0700 (PDT) Received: from unknown-00-26-08-ed-1d-a6.home (host86-167-106-248.range86-167.btcentralplus.com [86.167.106.248]) by mx.google.com with ESMTPS id 12sm2801472muq.18.2009.10.13.05.32.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Oct 2009 05:32:49 -0700 (PDT) From: Noah Slater Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Subject: [ANNOUNCE] Apache CouchDB 0.10. has been released Date: Tue, 13 Oct 2009 13:32:46 +0100 Message-Id: To: announce@apache.org, user@couchdb.apache.org, dev@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) Hello, Apache CouchDB 0.10.0 has been released and is available for download: http://couchdb.apache.org/downloads.html This is the first beta release of CouchDB, so well done everyone to =20 who made that possible! Changes in this release: =95 Added modular configuration file directories. =95 Miscellaneous improvements to build, system integration, and = =20 portability. This release contains backwards incompatible changes: http://wiki.apache.org/couchdb/Breaking_changes CouchDB is a document-oriented database that can be queried and =20 indexed in a MapReduce fashion using JavaScript. CouchDB also offers =20 incremental replication with bi-directional conflict detection and =20 resolution. CouchDB provides a RESTful JSON API than can be accessed from any =20 environment that allows HTTP requests. There are myriad third-party =20 client libraries that make this even easier from your programming =20 language of choice. CouchDB=92s built in Web administration console =20 speaks directly to the database using HTTP requests issued from your =20 browser. CouchDB is written in Erlang, a robust functional programming language =20= ideal for building concurrent distributed systems. Erlang allows for a =20= flexible design that is easily scalable and readily extensible. Relax and prosper, Noah=