This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 230-release-notes in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit 35e2691a2eded837916f33a1197d91da68619c62 Author: Joan Touzet <[email protected]> AuthorDate: Thu Nov 22 13:02:46 2018 -0500 Update 2.3 release notes --- src/whatsnew/2.3.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/whatsnew/2.3.rst b/src/whatsnew/2.3.rst index fca30d1..0eec279 100644 --- a/src/whatsnew/2.3.rst +++ b/src/whatsnew/2.3.rst @@ -230,6 +230,12 @@ Bugfixes populated with valid values. * :ghissue:`1717`: If the ``.ini`` config file is read only, an attempt to update the config through the HTTP API will now result in a proper ``eacces`` error response. +* :ghissue:`1603`: CouchDB now returns the correct ``total_rows`` result when querying + ``/{db}/_design_docs``. +* :ghissue:`1629`: Internal load validation functions no longer incorrectly hold open + a deleted database or its host process. +* :ghissue:`1746`: Server admins defined in the ini file accessing via HTTP API no longer + result in the auth cache logging the access as a miss in the statistics. Mango -----
