Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 53250 invoked from network); 17 Apr 2010 15:18:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Apr 2010 15:18:23 -0000 Received: (qmail 35214 invoked by uid 500); 17 Apr 2010 15:18:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 35088 invoked by uid 500); 17 Apr 2010 15:18:22 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 35081 invoked by uid 99); 17 Apr 2010 15:18:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 15:18:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 15:18:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C73A23888D1; Sat, 17 Apr 2010 15:17:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r935187 - in /couchdb/site/htdocs: community/committers.html community/lists.html downloads.html downloads.txt Date: Sat, 17 Apr 2010 15:17:34 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100417151734.6C73A23888D1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Sat Apr 17 15:17:19 2010 New Revision: 935187 URL: http://svn.apache.org/viewvc?rev=935187&view=rev Log: updated NEWS and downloads.txt Modified: couchdb/site/htdocs/community/committers.html couchdb/site/htdocs/community/lists.html couchdb/site/htdocs/downloads.html couchdb/site/htdocs/downloads.txt Modified: couchdb/site/htdocs/community/committers.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/community/committers.html?rev=935187&r1=935186&r2=935187&view=diff ============================================================================== --- couchdb/site/htdocs/community/committers.html (original) +++ couchdb/site/htdocs/community/committers.html Sat Apr 17 15:17:19 2010 @@ -74,55 +74,55 @@ limitations under the License.

Committers

-

Damien Katz, damien@apache.org

+

Damien Katz, damien@apache.org

Original developer and Apache CouchDB PMC Chair.

-

Jan Lehnardt, jan@apache.org

+

Jan Lehnardt, jan@apache.org

Worked on the original UNIX port and now works on all ends in CouchDB. He is a freelancing CouchDB consultant and gives presentations around the world.

-

Noah Slater, nslater@apache.org

+

Noah Slater, nslater@apache.org

Developed and maintains the Autotools build system and application infrastructure. He is CouchDB’s release manager and maintains a number of related packages for Debian GNU/Linux.

-

Christopher Lenz, cmlenz@apache.org

+

Christopher Lenz, cmlenz@apache.org

Developed and maintains Futon, the Web administration console. He works on the JavaScript view engine, SpiderMonkey and MochiWeb integration in addition to an external Python client.

-

J. Chris Anderson, jchris@apache.org

+

J. Chris Anderson, jchris@apache.org

Upgraded the Erlang JSON term format. Integrates community patches, particularly related to the HTTP API and the MapReduce system. Gives talks and presentations about CouchDB, with an eye toward recruiting more developers.

-

Paul J. Davis, davisp@apache.org

+

Paul J. Davis, davisp@apache.org

Developed features for the HTTP API as well as helped with recent upgrades to the MapReduce system. Spends time tracking down various bugs reported in JIRA.

-

Adam Kocoloski, kocolosk@apache.org

+

Adam Kocoloski, kocolosk@apache.org

Maintains and extends the replicator. Hacks on various other parts of the core database.

-

Mark Hammond, mhammond@apache.org

+

Mark Hammond, mhammond@apache.org

Windows support.

-

Jason Davies, jasondavies@apache.org

+

Jason Davies, jasondavies@apache.org

Developed various authentication features including cookie-based authentication and OAuth support.

-

Benoît Chesneau, benoitc@apache.org

+

Benoît Chesneau, benoitc@apache.org

Developed the URL rewriter and proxy authentication handlers and provides some patches. He also maintains the couchapp script and some other tools and Modified: couchdb/site/htdocs/community/lists.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/community/lists.html?rev=935187&r1=935186&r2=935187&view=diff ============================================================================== --- couchdb/site/htdocs/community/lists.html (original) +++ couchdb/site/htdocs/community/lists.html Sat Apr 17 15:17:19 2010 @@ -90,11 +90,11 @@ discussion of topics related to CouchDB.

The archives for this list can also be browsed online.

@@ -109,11 +109,11 @@ participate if they are interested follo

The archives for this list can also be browsed online.

@@ -126,9 +126,9 @@ to see and review changes made by others

The archives for this list can also be browsed online.

Modified: couchdb/site/htdocs/downloads.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.html?rev=935187&r1=935186&r2=935187&view=diff ============================================================================== --- couchdb/site/htdocs/downloads.html (original) +++ couchdb/site/htdocs/downloads.html Sat Apr 17 15:17:19 2010 @@ -125,6 +125,24 @@ writers.
  • Added ability to replicate documents by id.
  • Added virtual host handling.
  • Uses json2.js for JSON serialization compatiblity with native JSON.
  • +
  • Fixed CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability.
  • + + +

    0.10.2

    + +

    Files

    + + + +

    Changes

    + +
      +
    • Fixed CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability.

    0.10.1

    Modified: couchdb/site/htdocs/downloads.txt URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.txt?rev=935187&r1=935186&r2=935187&view=diff ============================================================================== --- couchdb/site/htdocs/downloads.txt (original) +++ couchdb/site/htdocs/downloads.txt Sat Apr 17 15:17:19 2010 @@ -56,7 +56,20 @@ This version is a feature-freeze release * Added ability to replicate documents by id. * Added virtual host handling. * Uses json2.js for JSON serialization compatiblity with native JSON. + * Fixed CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability. +### 0.10.2 + +#### Files + + * [apache-couchdb-0.10.2.tar.gz](http://www.apache.org/dyn/closer.cgi?path=/couchdb/0.10.2/apache-couchdb-0.10.2.tar.gz) + [[OpenPGP](http://www.apache.org/dist/couchdb/0.10.2/apache-couchdb-0.10.2.tar.gz.asc)] + [[MD5](http://www.apache.org/dist/couchdb/0.10.2/apache-couchdb-0.10.2.tar.gz.md5)] + [[SHA](http://www.apache.org/dist/couchdb/0.10.2/apache-couchdb-0.10.2.tar.gz.sha)] + +#### Changes + + * Fixed CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability. ### 0.10.1