Updated Branches: refs/heads/1.0.x e57fd4f04 -> a859f9d56
Fixing some NEWS inconsistencies between 0.11.x and 1.0.x Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a859f9d5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a859f9d5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a859f9d5 Branch: refs/heads/1.0.x Commit: a859f9d568a423218d007db5efb5098f01c67466 Parents: e57fd4f Author: Noah Slater <[email protected]> Authored: Mon Feb 25 21:24:52 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Mon Feb 25 21:24:52 2013 +0000 ---------------------------------------------------------------------- NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a859f9d5/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 28a88d2..5a1108a 100644 --- a/NEWS +++ b/NEWS @@ -93,12 +93,12 @@ Version 1.0.0 Version 0.11.2 -------------- + * Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack * 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 --------------
