Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 77587 invoked from network); 16 Jul 2010 14:54:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jul 2010 14:54:21 -0000 Received: (qmail 81850 invoked by uid 500); 16 Jul 2010 14:54:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 81615 invoked by uid 500); 16 Jul 2010 14:54:19 -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 Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 34868 invoked by uid 99); 15 Jul 2010 22:20:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of klimpong@gmail.com designates 209.85.215.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=wr2bKSr66xe2x7WipQrGyGwu3P3+AHfQwIPltKBrRM0=; b=sqqYoWZZjSz4wh6vx8TOIJU2GRhZSTtkZOHDnW/V+QXn/CYzqOJhn43T7lGwKXbYYz X2CJUh57Oxo63z+kKNMgMErZyA0hI4mPZlUALioOrDQ2um/zAiCVZc0n4rPXlNcxibhp WY+MX4ScZWwFxOZHHQ2mSao6BlilBPElM9g1Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Oq5EFrYHOubpKySEaMlhEW1jGjhSSkCcOw+3YZhQ4roT7RGcD2+0Ue0CCBrMrpFQ+h +owoTicp6YhLGyJa/rvqZO+ufWRvznrYBlFhX/SempiTJ1lSeFs1IgXoai6ZAuN3A29z YHqQmDyGU4MNK8CYBCLAi660vRbnk7JKc88q4= MIME-Version: 1.0 Sender: klimpong@gmail.com Reply-To: till@php.net In-Reply-To: <029B8F80-6C99-41C0-B47C-A334667E25BA@apache.org> References: <029B8F80-6C99-41C0-B47C-A334667E25BA@apache.org> Date: Fri, 16 Jul 2010 00:19:25 +0200 X-Google-Sender-Auth: LUm6MpWHfvOs5DAVbUWHC72pYNo Message-ID: Subject: Re: [ANNOUNCE] Apache CouchDB 0.11.1 has been released From: till To: dev@couchdb.apache.org Cc: announce@apache.org, user@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 14, 2010 at 2:56 PM, Noah Slater wrote: > Hello, > > Apache CouchDB 0.11.1 has been released and is available for download: Just because 1.0 got all the love. Hurray on 0.11.1 too. :D Good work, everyone. Till > > =A0 =A0 =A0 =A0http://couchdb.apache.org/downloads.html > > Changes in this release: > > =A0* Mask passwords in active tasks and logging. > =A0* Update mochijson2 to allow output of BigNums not in float form. > =A0* Added support for X-HTTP-METHOD-OVERRIDE. > =A0* Disable jsonp by default. > =A0* Accept gzip encoded standalone attachments. > =A0* Made max_concurrent_connections configurable. > =A0* Added continuous replication option to Futon. > =A0* Added option to replicating test results anonymously to a community > =A0 CouchDB instance. > =A0* Allow creation and deletion of config entries in Futon. > =A0* Fixed various UI issues in Futon. > =A0* Fixed compatibility with the Erlang R14 series. > =A0* Fixed warnings on Linux builds. > =A0* Fixed build error when aclocal needs to be called during the build. > =A0* Require ICU 4.3.1. > =A0* Fixed compatibility with Solaris. > =A0* Added authentication redirect URL to log in clients. > =A0* Added authentication caching, to avoid repeated opening and closing = of the > =A0 users database for each request requiring authentication. > =A0* Made authentication timeout configurable. > =A0* Temporary views are now admin-only resources. > =A0* Don't require a revpos for attachment stubs. > =A0* Make file deletions async to avoid pauses during compaction and db > =A0 deletion. > =A0* Fixed for wrong offset when writing headers and converting them to b= locks, > =A0 only triggered when header is larger than 4k. > =A0* Preserve _revs_limit and instance_start_time after compaction. > =A0* Fixed timeout with large .ini files. > =A0* Added tests for couch.js and jquery.couch.js > =A0* Added various API features to jquery.couch.js > =A0* Faster default view collation. > =A0* Upgrade CommonJS modules support to 1.1.1. > =A0* Added option to include update_seq in view responses. > =A0* Fixed erlang filter funs and normalize filter fun API. > =A0* Fixed hang in view shutdown. > =A0* Refactored various internal APIs related to attachment streaming. > =A0* Fixed hanging replication. > =A0* Fixed keepalive issue. > =A0* Allow global rewrites so system defaults are available in vhosts. > =A0* Allow isolation of databases with vhosts. > =A0* Made the test suite overall more reliable. > > Apache CouchDB is a document-oriented database that can be queried and in= dexed in a MapReduce fashion using JavaScript. CouchDB also offers incremen= tal replication with bi-directional conflict detection and resolution. > > CouchDB provides a RESTful JSON API than can be accessed from any environ= ment that allows HTTP requests. There are myriad third-party client librari= es that make this even easier from your programming language of choice. Cou= chDB=92s built in Web administration console speaks directly to the databas= e using HTTP requests issued from your browser. > > CouchDB is written in Erlang, a robust functional programming language id= eal for building concurrent distributed systems. Erlang allows for a flexib= le design that is easily scalable and readily extensible. > > Relax and prosper, > > N > >