From user-return-17215-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jul 19 11:29:34 2011 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 CBFD36D4A for ; Tue, 19 Jul 2011 11:29:34 +0000 (UTC) Received: (qmail 61268 invoked by uid 500); 19 Jul 2011 11:29:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 60585 invoked by uid 500); 19 Jul 2011 11:29:28 -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 60560 invoked by uid 99); 19 Jul 2011 11:29:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 11:29:26 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 11:29:18 +0000 Received: from dahlia.local (p5797AD97.dip.t-dialin.net [87.151.173.151]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id 956EA3C188; Tue, 19 Jul 2011 13:28:56 +0200 (CEST) From: Jan Lehnardt Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: [ANNOUNCE] Apache CouchDB 1.0.3 has been released Date: Tue, 19 Jul 2011 13:28:55 +0200 Message-Id: To: dev@couchdb.apache.org, user@couchdb.apache.org, announce@apache.org Mime-Version: 1.0 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) Hello, Apache CouchDB 1.0.3 has been released and is available for download: http://couchdb.apache.org/downloads.html Changes in this release: * Fixed compatibility issues with Erlang R14B02. * Fix bug that allows invalid UTF-8 after valid escapes. * Enabled replication over IPv6. * Fixed for crashes in continuous and filtered changes feeds. * Changes feeds now honor conflicts=3Dtrue parameter. * Fixed error when restarting replications in OTP R14B02. * Fixed error with filter replication with a limit of 1. * Upgrade ibrowse to version 2.2.0. * Fixed OAuth signature computation in OTP R14B02. * Handle passwords with : in them. * Made compatible with jQuery 1.5.x. * Added support for inclusive_end with reduce views. * Etap tests no longer require use of port 5984. * Windows builds now require ICU >=3D 4.4.0 and Erlang >=3D R14B03. 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=92s 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. Cheers, Jan Lehnardt --=20