summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@apache.org>2013-07-30 16:36:13 +0200
committerDirkjan Ochtman <djc@apache.org>2013-07-30 16:36:13 +0200
commite8cf5f142b76ecec01e807dbb749f6875e358f57 (patch)
tree622f7366a8e3764e449ec0b1619be8d742415dd0
parent749ddd824cd6b1ab208486ba83c89b1157e45e86 (diff)
downloadcouchdb-e8cf5f142b76ecec01e807dbb749f6875e358f57.tar.gz
Add 1.1.2 changes to docs changelog.
-rw-r--r--share/doc/src/changelog.rst45
1 files changed, 45 insertions, 0 deletions
diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst
index afd447d09..4b2dee859 100644
--- a/share/doc/src/changelog.rst
+++ b/share/doc/src/changelog.rst
@@ -492,6 +492,51 @@ OAuth
:depth: 1
:local:
+Version 1.1.2
+-------------
+
+Security
+^^^^^^^^
+
+* 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.
+
+HTTP Interface
+^^^^^^^^^^^^^^
+
+* ETag of attachment changes only when the attachment changes, not
+ the document.
+* Fix retrieval of headers larger than 4k.
+* Allow OPTIONS HTTP method for list requests.
+* Don't attempt to encode invalid json.
+
+Replicator
+^^^^^^^^^^
+
+* Fix pull replication of documents with many revisions.
+* Fix replication from an HTTP source to an HTTP target.
+
+View Server
+^^^^^^^^^^^
+
+* Avoid invalidating view indexes when running out of file descriptors.
+
+Log System
+^^^^^^^^^^
+
+* Improvements to log messages for file-related errors.
+
+Build System
+^^^^^^^^^^^^
+
+* Don't `ln` the `couchjs` install target on Windows
+* Remove ICU version dependency on Windows.
+* Improve SpiderMonkey version detection.
+
Version 1.1.1
-------------