docs: bump supported Erlang/OTP and SpiderMonkey versions
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c81eb6d2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c81eb6d2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c81eb6d2 Branch: refs/heads/2200-feature-support-erlang-17.0 Commit: c81eb6d25b937f2346332f80453bb4d42c979fd1 Parents: 35e1603 Author: Dave Cottlehuber <[email protected]> Authored: Mon Apr 28 13:47:59 2014 +0200 Committer: Dave Cottlehuber <[email protected]> Committed: Mon Apr 28 13:50:55 2014 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- INSTALL.Unix | 4 +- share/doc/build/Makefile.am | 3 ++ share/doc/src/install/unix.rst | 4 +- share/doc/src/whatsnew/1.7.rst | 77 +++++++++++++++++++++++++++++++++++ share/doc/src/whatsnew/index.rst | 1 + 6 files changed, 86 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/c81eb6d2/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f90895d..ba40cb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ script: - grunt test language: erlang otp_release: - - R16B + - R16B03-1 - R15B03 - R14B04 http://git-wip-us.apache.org/repos/asf/couchdb/blob/c81eb6d2/INSTALL.Unix ---------------------------------------------------------------------- diff --git a/INSTALL.Unix b/INSTALL.Unix index a070558..9b47b24 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -39,10 +39,10 @@ Dependencies You should have the following installed: - * Erlang OTP (>=R13B04, <R17) (http://erlang.org/) + * Erlang OTP (>=R14B01, =<R17) (http://erlang.org/) * ICU (http://icu-project.org/) * OpenSSL (http://www.openssl.org/) - * Mozilla SpiderMonkey (1.7) (http://www.mozilla.org/js/spidermonkey/) + * Mozilla SpiderMonkey (1.8.5) (http://www.mozilla.org/js/spidermonkey/) * GNU Make (http://www.gnu.org/software/make/) * GNU Compiler Collection (http://gcc.gnu.org/) * libcurl (http://curl.haxx.se/libcurl/) http://git-wip-us.apache.org/repos/asf/couchdb/blob/c81eb6d2/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index b3fba13..58efee1 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -162,6 +162,7 @@ html_files = \ html/_sources/whatsnew/1.4.txt \ html/_sources/whatsnew/1.5.txt \ html/_sources/whatsnew/1.6.txt \ + html/_sources/whatsnew/1.7.txt \ html/_sources/whatsnew/index.txt \ html/_sources/about.txt \ html/_sources/contents.txt \ @@ -285,6 +286,7 @@ html_files = \ html/whatsnew/1.4.html \ html/whatsnew/1.5.html \ html/whatsnew/1.6.html \ + html/whatsnew/1.7.html \ html/whatsnew/index.html \ html/about.html \ html/config-ref.html \ @@ -434,6 +436,7 @@ src_files = \ ../src/whatsnew/1.4.rst \ ../src/whatsnew/1.5.rst \ ../src/whatsnew/1.6.rst \ + ../src/whatsnew/1.7.rst \ ../src/whatsnew/index.rst \ ../src/about.rst \ ../src/contents.rst \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/c81eb6d2/share/doc/src/install/unix.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/install/unix.rst b/share/doc/src/install/unix.rst index 05e0459..6e8ec80 100644 --- a/share/doc/src/install/unix.rst +++ b/share/doc/src/install/unix.rst @@ -52,10 +52,10 @@ Dependencies You should have the following installed: -* `Erlang OTP (>=R13B04, <R17) <http://erlang.org/>`_ +* `Erlang OTP (>=R14B01, =<R17) <http://erlang.org/>`_ * `ICU <http://icu-project.org/>`_ * `OpenSSL <http://www.openssl.org/>`_ -* `Mozilla SpiderMonkey (1.7) <http://www.mozilla.org/js/spidermonkey/>`_ +* `Mozilla SpiderMonkey (1.8.5) <http://www.mozilla.org/js/spidermonkey/>`_ * `GNU Make <http://www.gnu.org/software/make/>`_ * `GNU Compiler Collection <http://gcc.gnu.org/>`_ * `libcurl <http://curl.haxx.se/libcurl/>`_ http://git-wip-us.apache.org/repos/asf/couchdb/blob/c81eb6d2/share/doc/src/whatsnew/1.7.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/1.7.rst b/share/doc/src/whatsnew/1.7.rst new file mode 100644 index 0000000..b1d9bc0 --- /dev/null +++ b/share/doc/src/whatsnew/1.7.rst @@ -0,0 +1,77 @@ +.. 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. + +* 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` +* :issue:`1795`: ensure the startup script clears the pid file on termination. + :commit:`818ef4f9` +* :issue:`1962`: replication can now be performed without having write access + to the source database (:commit:`1d5fe2aa`), the replication checkpoint + interval is now configurable (:commit:`0693f98e`). +* :issue:`2025`: add support for SOCKS5 proxies for replication. + :commit:`fcd76c9` +* :issue:`1930`: redirect to the correct page after submitting a new document + with a different ID than the one suggested by Futon. :commit:`4906b591` +* :issue:`1923`: add support for `attachments` and `att_encoding_info` options + (formerly only available on the documents API) to the view API. + :commit:`ca41964b` +* :issue:`1647`: for failed replications originating from a document in the + `_replicator` database, store the failure reason in the document. + :commit:`08cac68b` +* A number of improvements for the documentation. http://git-wip-us.apache.org/repos/asf/couchdb/blob/c81eb6d2/share/doc/src/whatsnew/index.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/index.rst b/share/doc/src/whatsnew/index.rst index 800b9ee..52c9317 100644 --- a/share/doc/src/whatsnew/index.rst +++ b/share/doc/src/whatsnew/index.rst @@ -19,6 +19,7 @@ Release History .. toctree:: :glob: + 1.7 1.6 1.5 1.4
