You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 11:47:26 UTC

[27/50] documentation commit: updated refs/heads/import-master to fe7f7bf

Update 1.6.0 notes with proper CVE-2014-2668 note


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/249718c6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/249718c6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/249718c6

Branch: refs/heads/import-master
Commit: 249718c6cca0cadfab47aec5ea2b96c63a9e863b
Parents: d20f569
Author: Dirkjan Ochtman <di...@ochtman.nl>
Authored: Tue Apr 15 09:13:19 2014 +0200
Committer: Dirkjan Ochtman <di...@ochtman.nl>
Committed: Tue Apr 15 22:29:17 2014 +0200

----------------------------------------------------------------------
 src/whatsnew/1.6.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/249718c6/src/whatsnew/1.6.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.6.rst b/src/whatsnew/1.6.rst
index 7d93ff6..b1d9bc0 100644
--- a/src/whatsnew/1.6.rst
+++ b/src/whatsnew/1.6.rst
@@ -46,6 +46,16 @@ Version 1.6.0
 * Fauxton: many improvements in our experimental new user interface, including
   switching the code editor from CodeMirror to Ace as well as better support
   for various browsers.
+* Add the ``max_count`` option (:ref:`config/uuids`) to allow rate-limiting
+  the amount of UUIDs that can be requested from the :ref:`api/server/uuids`
+  handler in a single request (:ref:`CVE 2014-2668 <cve/2014-2668>`).
+* :issue:`1986`: increase socket buffer size to improve replication speed
+  for large documents and attachments, and fix tests on BSD-like systems.
+  :commit:`9a0e561b`
+* :issue:`1953`: improve performance of multipart/related requests.
+  :commit:`ce3e89dc`
+* :issue:`2221`: verify that authentication-related configuration settings
+  are well-formed. :commit:`dbe769c6`
 * :issue:`1922`: fix CORS exposed headers. :commit:`4f619833`
 * Rename ``proxy_authentification_handler`` to ``proxy_authentication_handler``.
   :commit:`c66ac4a8`