From dev-return-17231-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Jul 19 11:39:01 2011 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ADD46523 for ; Tue, 19 Jul 2011 11:39:01 +0000 (UTC) Received: (qmail 86380 invoked by uid 500); 19 Jul 2011 11:39:01 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 86114 invoked by uid 500); 19 Jul 2011 11:38:58 -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 86093 invoked by uid 99); 19 Jul 2011 11:38:56 -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:38:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebastiancohnen@googlemail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 11:38:50 +0000 Received: by fxe6 with SMTP id 6so7714529fxe.31 for ; Tue, 19 Jul 2011 04:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=pQREkqhcpLyiRcwfWYx8yu+luN/DMTVKAiMmiPIodSM=; b=YEkaIh7C5gE3GIPW8Qr5CmMuW5iylIIDBCsA25kRnVNNYdsOJglz5VG99BTu0SF83y 41xcQ/zC9sfyX+dp1oEoy+rfn1PErzBYQEAk/EffzHvIPU9K7Hv/HdjPqG7N9Xk7NRA8 z/9F4N/mtB35VOTtAjfO6Fg5IjUUg+Qz3eHmY= Received: by 10.223.50.131 with SMTP id z3mr11842176faf.127.1311075509359; Tue, 19 Jul 2011 04:38:29 -0700 (PDT) Received: from [192.168.0.124] (xdsl-87-79-153-125.netcologne.de [87.79.153.125]) by mx.google.com with ESMTPS id h20sm376891fai.20.2011.07.19.04.38.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jul 2011 04:38:28 -0700 (PDT) Subject: Re: [ANNOUNCE] Apache CouchDB 1.0.3 has been released Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 From: Sebastian Cohnen In-Reply-To: Date: Tue, 19 Jul 2011 13:38:26 +0200 Cc: user@couchdb.apache.org, announce@apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <277FE762-B1B5-4223-8FF4-1FD0DFC6084A@googlemail.com> References: To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1084) yay! :) On 19.07.2011, at 13:28, Jan Lehnardt wrote: > Hello, >=20 > Apache CouchDB 1.0.3 has been released and is available for download: >=20 > http://couchdb.apache.org/downloads.html >=20 > Changes in this release: >=20 > * 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. >=20 > 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. >=20 > 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. >=20 > 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. >=20 > Cheers, > Jan Lehnardt > --=20 >=20