Repository: couchdb Updated Branches: refs/heads/1.6.x 784b1343a -> 4290bab82
docs: update release notes with noteworthy commits Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4290bab8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4290bab8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4290bab8 Branch: refs/heads/1.6.x Commit: 4290bab8267ef46fe28e33da6399d4ccf914d57a Parents: 784b134 Author: Dave Cottlehuber <[email protected]> Authored: Thu Aug 14 11:58:33 2014 +0200 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Aug 14 11:58:33 2014 +0200 ---------------------------------------------------------------------- share/doc/src/whatsnew/1.6.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4290bab8/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 7c65af2..bd15759 100644 --- a/share/doc/src/whatsnew/1.6.rst +++ b/share/doc/src/whatsnew/1.6.rst @@ -34,6 +34,20 @@ to update :config:option:`httpd/authentication_handlers` option with new value in case if you had used such handler. +.. _release/1.6.1: + +Version 1.6.1 +============= + +bugfix release: + +* Hash admin passwords stored in ``local.ini`` on startup :commit:`d43f69d`. +* Send a valid, empty, EventSource event for heartbeat instead of a newline, + to avoid clients getting stuck with a half-open TCP state. :commit:`95600b7` +* Add experimental Content-Security-Policy-Support (CSP) for Fauxton to reduce + risk of XSS attacks. See (:ref:`config/csp`) for more information. + :commit:`3bcf664` + .. _release/1.6.0: Version 1.6.0
