summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2013-02-27 21:42:59 +0000
committerNoah Slater <nslater@apache.org>2013-02-27 21:42:59 +0000
commit12c228c9c25d7e06fe8da67e3f27a3dde32ae74e (patch)
tree22fc7a54f1bb7e9bc29866eb997ac2d5d33d0e14
parent63c68b9f5f2a626193a855d7094549cc93b789e9 (diff)
downloadcouchdb-12c228c9c25d7e06fe8da67e3f27a3dde32ae74e.tar.gz
Correcting NEWS and CHANGES discrepancies
-rw-r--r--CHANGES24
1 files changed, 20 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index f24c49ed3..5779fceef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -469,6 +469,11 @@ View Server:
Version 0.11.2
--------------
+Security:
+
+ * Fixed CVE-2010-2234: Apache CouchDB Cross Site Request Forgery Attack
+ * Avoid potential DOS attack by guarding all creation of atoms.
+
Replicator:
* Fix bug when pushing design docs by non-admins, which was hanging the
@@ -484,10 +489,6 @@ Authentication:
* User documents can now be deleted by admins or the user.
-Security:
-
- * Avoid potential DOS attack by guarding all creation of atoms.
-
Futon:
* Add some Futon files that were missing from the Makefile.
@@ -666,6 +667,21 @@ Build and System Integration:
* Gavin McDonald setup a build-bot instance. More info can be found at
http://ci.apache.org/buildbot.html
+Version 0.10.2
+--------------
+
+Security:
+
+ * Fixed CVE-2010-0009: Apache CouchDB Timing Attack Vulnerability
+
+Replicator:
+
+ * Avoid leaking file descriptors on automatic replication restarts.
+
+Build and System Integration:
+
+ * Fixed distribution preparation for building on Mac OS X.
+
Version 0.10.1
--------------