diff options
author | Noah Slater <nslater@apache.org> | 2013-02-27 21:38:52 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2013-02-27 21:38:52 +0000 |
commit | b85c77689aae56e85a467c763080d6f5c57d092a (patch) | |
tree | a5f099d87c81a33c405e687bb06701726e6b733b /NEWS | |
parent | 2bc92d37b4221ea47adae1167eeb83385751b03f (diff) | |
download | couchdb-b85c77689aae56e85a467c763080d6f5c57d092a.tar.gz |
Correcting NEWS and CHANGES discrepancies
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -38,7 +38,17 @@ This version has not been released yet. Version 1.2.1 ------------- -This version has not been released yet. + * 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 + * Fix various bugs in the URL rewriter when recursion is involved. + * Fix couchdb start script. + * Futon: Disable buttons that aren't available for the logged-in user. + * Fix potential replication timeouts. + * Change use of signals to avoid broken view groups. Version 1.2.0 ------------- @@ -88,11 +98,22 @@ This release contains backwards incompatible changes. Version 1.1.2 ------------- -This version has not been released yet. - + * 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 ------------- |