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 32A41D990 for ; Wed, 27 Feb 2013 21:41:02 +0000 (UTC) Received: (qmail 30787 invoked by uid 500); 27 Feb 2013 21:41:02 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 30734 invoked by uid 500); 27 Feb 2013 21:41: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 30726 invoked by uid 99); 27 Feb 2013 21:41:02 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 21:41:02 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CD1A31049B; Wed, 27 Feb 2013 21:41:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Correcting NEWS and CHANGES discrepancies Message-Id: <20130227214101.CD1A31049B@tyr.zones.apache.org> Date: Wed, 27 Feb 2013 21:41:01 +0000 (UTC) Updated Branches: refs/heads/master b85c77689 -> 63c68b9f5 Correcting NEWS and CHANGES discrepancies Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/63c68b9f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/63c68b9f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/63c68b9f Branch: refs/heads/master Commit: 63c68b9f5f2a626193a855d7094549cc93b789e9 Parents: b85c776 Author: Noah Slater Authored: Wed Feb 27 21:40:57 2013 +0000 Committer: Noah Slater Committed: Wed Feb 27 21:40:57 2013 +0000 ---------------------------------------------------------------------- NEWS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/63c68b9f/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 9096f18..4978011 100644 --- a/NEWS +++ b/NEWS @@ -244,12 +244,12 @@ Version 1.0.0 Version 0.11.2 -------------- + * Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack + * Avoid potential DOS attack by guarding all creation of atoms. * Replicator buxfixes for replicating design documents from secured databases. * Better error messages on invalid URL requests. * 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 Version 0.11.1 -------------- @@ -326,6 +326,7 @@ This version is a feature-freeze release candidate for Apache CouchDB 1.0. * Avoid leaking file descriptors on automatic replication restarts. * Various improvements to the Futon UI. * Provide Content-MD5 header support for attachments. + * Adds configurable compression of attachments. * Added default cookie-authentication and users db. * Added per-db reader access control lists. * Added per-db security object for configuration data in validation functions. @@ -355,7 +356,7 @@ Version 0.10.1 Version 0.10.0 -------------- -This release contains backwards incompatible changes +This release contains backwards incompatible changes. * General performance improvements. * View index generation speedups.