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/7a6af5ad Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/7a6af5ad Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/7a6af5ad Branch: refs/heads/import-master Commit: 7a6af5ad608624f6da87d00f06e7c35d4d5d2b3d Parents: a7decf1 Author: Dirkjan Ochtman <dirk...@ochtman.nl> Authored: Tue Apr 15 09:13:19 2014 +0200 Committer: Dirkjan Ochtman <dirk...@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/7a6af5ad/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`