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 945D392A3 for ; Mon, 31 Oct 2011 20:42:17 +0000 (UTC) Received: (qmail 74410 invoked by uid 500); 31 Oct 2011 20:42:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 74221 invoked by uid 500); 31 Oct 2011 20:42:15 -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 74206 invoked by uid 99); 31 Oct 2011 20:42:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 20:42:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 20:42:08 +0000 Received: by eyg5 with SMTP id 5so7099994eyg.11 for ; Mon, 31 Oct 2011 13:41:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=3VfRp7BvIN8lbAV4O1FsI110611g4E6TGBGsaNjC0UQ=; b=GqNtOdT6xzqtGbRUZ5YtVCTYp9EZNBzbXdeUGL4IYfPxlF38zyldZGQSkvEjxfW3PJ Rz54pdKWQzgCDRXXz7kI2iE/NM+equmO3emsFNPC8KmtiC6l3Cr/Lh3vMIECjoDLbGxW u/Bbj8ZIJT/kjWqSTJnZ+9bF2t+Am/SHheKEM= MIME-Version: 1.0 Received: by 10.14.4.70 with SMTP id 46mr1407040eei.126.1320093706640; Mon, 31 Oct 2011 13:41:46 -0700 (PDT) Received: by 10.14.37.193 with HTTP; Mon, 31 Oct 2011 13:41:46 -0700 (PDT) In-Reply-To: References: Date: Mon, 31 Oct 2011 21:41:46 +0100 Message-ID: Subject: Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released From: Benoit Chesneau To: dev@couchdb.apache.org Cc: announce@apache.org, user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Oct 31, 2011 at 3:07 PM, Robert Newson wrote: > Hello, > > Apache CouchDB 1.1.1 has been released and is available for download: > > =A0 =A0 =A0 =A0http://couchdb.apache.org/downloads.html > > Changes in this release: > > * Support SpiderMonkey 1.8.5 > * Add configurable maximum to the number of bytes returned by _log. > * Allow CommonJS modules to be an empty string. > * Bump minimum Erlang version to R13B02. > * Do not run deleted validate_doc_update functions. > * ETags for views include current sequence if include_docs=3Dtrue. > * Fix bug where duplicates can appear in _changes feed. > * Fix bug where update handlers break after conflict resolution. > * Fix bug with _replicator where include "filter" could crash couch. > * Fix crashes when compacting large views. > * Fix file descriptor leak in _log > * Fix missing revisions in _changes?style=3Dall_docs. > * Improve handling of compaction at max_dbs_open limit. > * JSONP responses now send "text/javascript" for Content-Type. > * Link to ICU 4.2 on Windows. > * Permit forward slashes in path to update functions. > * Reap couchjs processes that hit reduce_overflow error. > * Status code can be specified in update handlers. > * Support provides() in show functions. > * _view_cleanup when ddoc has no views now removes all index files. > * max_replication_retry_count now supports "infinity". > * Fix replication crash when source database has a document with empty ID= . > * Fix deadlock when assigning couchjs processes to serve requests. > * Fixes to the document multipart PUT API. > * Fixes regarding file descriptor leaks for databases with views. > > Apache 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. > > By Gelfling hand or else by none, > B. > Thanks! - beno=EEt