Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3483E9870 for ; Tue, 21 Feb 2012 07:15:04 +0000 (UTC) Received: (qmail 62428 invoked by uid 500); 21 Feb 2012 07:15:02 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 62202 invoked by uid 500); 21 Feb 2012 07:15:02 -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 61695 invoked by uid 99); 21 Feb 2012 07:15:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 07:15:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2012 07:14:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EB848811B1B; Tue, 21 Feb 2012 07:13:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randall@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [33/50] git commit: typo Message-Id: <20120221071340.EB848811B1B@tyr.zones.apache.org> Date: Tue, 21 Feb 2012 07:13:40 +0000 (UTC) typo git-svn-id: https://svn.apache.org/repos/asf/couchdb/site/htdocs@986718 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/95914600 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/95914600 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/95914600 Branch: refs/heads/htdocs Commit: 9591460061038571e3cb90bfbd6ad08a5b126326 Parents: f068dd8 Author: Jan Lehnardt Authored: Wed Aug 18 14:58:45 2010 +0000 Committer: Jan Lehnardt Committed: Wed Aug 18 14:58:45 2010 +0000 ---------------------------------------------------------------------- downloads.html | 4 ++-- downloads.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/95914600/downloads.html ---------------------------------------------------------------------- diff --git a/downloads.html b/downloads.html index 61087cd..b202544 100644 --- a/downloads.html +++ b/downloads.html @@ -108,13 +108,12 @@ limitations under the License.
  • Fix data corruption bug COUCHDB-844. Please see the release notice for details.
  • -
  • Added support for replication via an HTTP/HTTP proxy.
  • +
  • Added support for replication via an HTTP/HTTPS proxy.
  • Fixed various replicator bugs for interop with older CouchDB versions.
  • Show fields saved along with _deleted=true. Allows for auditing of deletes.
  • Enable basic-auth popup when required to access the server, to prevent people from getting locked out.
  • User interface element for querying stale (cached) views.
  • -
  • Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack

0.11.2

@@ -136,6 +135,7 @@ people from getting locked out.
  • User documents can now be deleted by admins or the user.
  • Avoid potential DOS attack by guarding all creation of atoms.
  • Some Futon and JavaScript library bugfixes.
  • +
  • Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack
  • 0.11.1

    http://git-wip-us.apache.org/repos/asf/couchdb/blob/95914600/downloads.txt ---------------------------------------------------------------------- diff --git a/downloads.txt b/downloads.txt index 9dadbe1..d5ba739 100644 --- a/downloads.txt +++ b/downloads.txt @@ -35,7 +35,7 @@ See [the release notice](notice/1.0.1.html) for more information. * Fix data corruption bug COUCHDB-844. Please see [the release notice](http://couchdb.apache.org/notice/1.0.1.html) for details. - * Added support for replication via an HTTP/HTTP proxy. + * Added support for replication via an HTTP/HTTPS proxy. * Fixed various replicator bugs for interop with older CouchDB versions. * Show fields saved along with _deleted=true. Allows for auditing of deletes. * Enable basic-auth popup when required to access the server, to prevent