summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-11-08 14:47:33 +0400
committerAlexander Shorin <kxepal@apache.org>2013-11-08 14:47:33 +0400
commit1c685c406f2896fee732f8ad93375dd8b8d49bf2 (patch)
tree9d85388292502cee220c4ab7bf07f9ba4f3f3be7
parentcd9270f48aeadcd296a0e2f69f34e4a5989c0924 (diff)
downloadcouchdb-1c685c406f2896fee732f8ad93375dd8b8d49bf2.tar.gz
Docs: add 1.6 release notes for current changes
-rw-r--r--share/doc/src/whatsnew/1.6.rst48
-rw-r--r--share/doc/src/whatsnew/index.rst1
2 files changed, 49 insertions, 0 deletions
diff --git a/share/doc/src/whatsnew/1.6.rst b/share/doc/src/whatsnew/1.6.rst
new file mode 100644
index 000000000..df573209a
--- /dev/null
+++ b/share/doc/src/whatsnew/1.6.rst
@@ -0,0 +1,48 @@
+.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
+.. use this file except in compliance with the License. You may obtain a copy of
+.. the License at
+..
+.. http://www.apache.org/licenses/LICENSE-2.0
+..
+.. Unless required by applicable law or agreed to in writing, software
+.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+.. License for the specific language governing permissions and limitations under
+.. the License.
+
+
+.. _release/1.6.x:
+
+============
+1.6.x Branch
+============
+
+.. contents::
+ :depth: 1
+ :local:
+
+.. _release/1.6.x/upgrade:
+
+Upgrade Notes
+=============
+
+The :ref:`Proxy Authentication <api/auth/proxy>` handler was renamed to
+``proxy_authentication_handler`` to follow the ``*_authentication_handler`` form
+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.
+
+
+.. _release/1.6.0:
+
+Version 1.6.0
+=============
+
+.. warning::
+
+ This version is not released yet.
+
+* :issue:`1922`: Fix CORS exposed headers :commit:`4f619833`
+* Rename ``proxy_authentification_handler`` to ``proxy_authentication_handler``
+ :commit:`c66ac4a8`
diff --git a/share/doc/src/whatsnew/index.rst b/share/doc/src/whatsnew/index.rst
index 50cc9ecfa..800b9eee9 100644
--- a/share/doc/src/whatsnew/index.rst
+++ b/share/doc/src/whatsnew/index.rst
@@ -19,6 +19,7 @@ Release History
.. toctree::
:glob:
+ 1.6
1.5
1.4
1.3