Add CVE-2014-2668 warning to old release branches
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b532aa80 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b532aa80 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b532aa80 Branch: refs/heads/Query-UI-Cleanup Commit: b532aa80193fb2f80e46e2114104ed306cfa558e Parents: d1ca821 Author: Alexander Shorin <[email protected]> Authored: Tue Apr 15 09:12:34 2014 +0200 Committer: Dirkjan Ochtman <[email protected]> Committed: Tue Apr 15 22:28:18 2014 +0200 ---------------------------------------------------------------------- share/doc/src/whatsnew/1.3.rst | 4 ++++ share/doc/src/whatsnew/1.4.rst | 4 ++++ share/doc/src/whatsnew/1.5.rst | 7 ++++++- 3 files changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b532aa80/share/doc/src/whatsnew/1.3.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/1.3.rst b/share/doc/src/whatsnew/1.3.rst index 7e69785..3f19f56 100644 --- a/share/doc/src/whatsnew/1.3.rst +++ b/share/doc/src/whatsnew/1.3.rst @@ -21,6 +21,10 @@ :depth: 1 :local: +.. warning:: + + :ref:`release/1.3.x` is affected by the issue described in :ref:`cve/2014-2668`. + Upgrading to a more recent release is strongly recommended. .. _release/1.3.x/upgrade: http://git-wip-us.apache.org/repos/asf/couchdb/blob/b532aa80/share/doc/src/whatsnew/1.4.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/1.4.rst b/share/doc/src/whatsnew/1.4.rst index cf10bef..65925e1 100644 --- a/share/doc/src/whatsnew/1.4.rst +++ b/share/doc/src/whatsnew/1.4.rst @@ -21,6 +21,10 @@ :depth: 1 :local: +.. warning:: + + :ref:`release/1.4.x` is affected by the issue described in :ref:`cve/2014-2668`. + Upgrading to a more recent release is strongly recommended. .. _release/1.4.x/upgrade: http://git-wip-us.apache.org/repos/asf/couchdb/blob/b532aa80/share/doc/src/whatsnew/1.5.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst index 7f2d750..1b7539a 100644 --- a/share/doc/src/whatsnew/1.5.rst +++ b/share/doc/src/whatsnew/1.5.rst @@ -21,6 +21,11 @@ :depth: 1 :local: +.. warning:: + + :ref:`release/1.5.1` contains important security fixes. Previous `1.5.x` + releases are not recommended for regular usage. + .. _release/1.5.1: Version 1.5.1 @@ -28,7 +33,7 @@ Version 1.5.1 * 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. + handler in a single request (:ref:`CVE 2014-2668 <cve/2014-2668>`). .. _release/1.5.0:
