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 CAD55D8DD for ; Wed, 27 Feb 2013 21:30:43 +0000 (UTC) Received: (qmail 88929 invoked by uid 500); 27 Feb 2013 21:30:43 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 88887 invoked by uid 500); 27 Feb 2013 21:30:43 -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 88880 invoked by uid 99); 27 Feb 2013 21:30:43 -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:30:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 70E1F10417; Wed, 27 Feb 2013 21:30:43 +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: <20130227213043.70E1F10417@tyr.zones.apache.org> Date: Wed, 27 Feb 2013 21:30:43 +0000 (UTC) Updated Branches: refs/heads/1.3.x d7f4d21da -> 06e963694 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/06e96369 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/06e96369 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/06e96369 Branch: refs/heads/1.3.x Commit: 06e96369427a757d0e4fd791072f4c5ad96cd953 Parents: d7f4d21 Author: Noah Slater Authored: Wed Feb 27 21:30:37 2013 +0000 Committer: Noah Slater Committed: Wed Feb 27 21:30:37 2013 +0000 ---------------------------------------------------------------------- NEWS | 23 +++++++++++++++++------ 1 files changed, 17 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/06e96369/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index ab63d58..bd54bd9 100644 --- a/NEWS +++ b/NEWS @@ -93,11 +93,22 @@ This release contains backwards incompatible changes. Version 1.1.2 ------------- -This version has not been released yet. - -* ETag of attachment changes only when the attachment changes, not - the document. -* Fix pull replication of documents with many revisions. + * Fixed CVE-2012-5641: Apache CouchDB Information disclosure via unescaped + backslashes in URLs on Windows + * Fixed CVE-2012-5649: Apache CouchDB JSONP arbitrary code execution with + Adobe Flash + * Fixed CVE-2012-5650: Apache CouchDB DOM based Cross-Site Scripting via Futon + UI + * ETag of attachment changes only when the attachment changes, not + the document. + * Fix pull replication of documents with many revisions. + * Fix replication with an HTTP source and target + * Avoid invalidating view indexes when running out of file descriptors. + * Improvements to log messages for file-related errors. + * Fix retrieval of headers larger than 4k. + * Allow OPTIONS HTTP method for list requests. + * Don't attempt to encode invalid json. + * Improve SpiderMonkey version detection. Version 1.1.1 ------------- @@ -182,7 +193,7 @@ Version 1.0.3 * Fixed OAuth signature computation in OTP R14B02. * Handle passwords with : in them. * Made compatible with jQuery 1.5.x. - * Added support for inclusive_end wiht reduce views. + * Added support for inclusive_end with reduce views. * Etap tests no longer require use of port 5984. * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03.