summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@apache.org>2014-08-22 00:18:11 +0200
committerDave Cottlehuber <dch@apache.org>2014-08-22 01:09:36 +0200
commit31dc5960d418e17eb454563330338abfd5fbbc23 (patch)
treef04a29d2d3c2d958196ca47ebae5af5ed3bee55f
parent5e46f3b988797e16bde36518d5b808eadd83ecfa (diff)
downloadcouchdb-31dc5960d418e17eb454563330338abfd5fbbc23.tar.gz
docs: include release notes for improved handling of admin password hashing1.6.1
- closes COUCHDB-2298 - closes COUCHDB-2299
-rw-r--r--share/doc/src/whatsnew/1.6.rst26
1 files changed, 18 insertions, 8 deletions
diff --git a/share/doc/src/whatsnew/1.6.rst b/share/doc/src/whatsnew/1.6.rst
index a7bdd21a6..69002155c 100644
--- a/share/doc/src/whatsnew/1.6.rst
+++ b/share/doc/src/whatsnew/1.6.rst
@@ -21,26 +21,36 @@
:depth: 1
:local:
+.. warning::
+
+ :ref:`release/1.6.1` contains important patches to hash of passwords on
+ restart. The previous :ref:`release/1.6.0` release is not recommended for
+ usage as certain edge cases with admin passwords may prevent CouchDB from
+ starting.
+
.. _release/1.6.x/upgrade:
-Upgrade Notes
-=============
+Deprecations
+============
The :ref:`Proxy Authentication <api/auth/proxy>` handler was renamed to
-``proxy_authentication_handler`` to follow the ``*_authentication_handler`` form
+``proxy_authentication_handler`` to follow the ``*_authentication_handler`` from
of all other handlers. The old ``proxy_authentification_handler`` name is marked
-as deprecated and will be removed in future releases. It's strongly recommended
-to update :config:option:`httpd/authentication_handlers` option with new value
-in case if you had used such handler.
+as deprecated and will be removed in future releases. It's highly recommended
+to update :config:option:`httpd/authentication_handlers` option with the new
+value if you have used such a handler.
.. _release/1.6.1:
Version 1.6.1
=============
-bugfix release:
+A bugfix release to handle various edge cases related to admin password hashing.
-* Hash admin passwords stored in ``local.ini`` on startup :commit:`ed825d3`.
+* :issue:`2298`: Hash plaintext admin passwords stored in ``local.ini`` on startup
+ :commit:`ed825d3`.
+* :issue:`2299`: Filter out local admin users before updating password hash in
+ ``_users`` db :commit:`5e46f3b`.
.. _release/1.6.0: