Update 1.6.0 notes with proper CVE-2014-2668 note
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7ae087c6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7ae087c6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7ae087c6 Branch: refs/heads/Query-UI-Cleanup Commit: 7ae087c6479b62ccb0ecc8735339a8fe7dbe4438 Parents: b532aa8 Author: Dirkjan Ochtman <[email protected]> Authored: Tue Apr 15 09:13:19 2014 +0200 Committer: Dirkjan Ochtman <[email protected]> Committed: Tue Apr 15 22:29:17 2014 +0200 ---------------------------------------------------------------------- share/doc/src/whatsnew/1.6.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/7ae087c6/share/doc/src/whatsnew/1.6.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/1.6.rst b/share/doc/src/whatsnew/1.6.rst index 7d93ff6..b1d9bc0 100644 --- a/share/doc/src/whatsnew/1.6.rst +++ b/share/doc/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`
