Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 759905604 -> 5a81acee8


src/whatsnew now follows the style


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/1146fffa
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/1146fffa
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/1146fffa

Branch: refs/heads/master
Commit: 1146fffa8e122e1828af0c2d5c59f83836bcd002
Parents: 7599056
Author: Maria Andersson <ma...@dualpose.com>
Authored: Fri Feb 6 22:17:49 2015 +0100
Committer: Maria Andersson <ma...@dualpose.com>
Committed: Fri Feb 6 22:17:49 2015 +0100

----------------------------------------------------------------------
 src/whatsnew/0.10.rst  | 15 ++++-----------
 src/whatsnew/0.11.rst  | 16 ++++------------
 src/whatsnew/0.8.rst   |  7 ++-----
 src/whatsnew/0.9.rst   | 19 +++++++------------
 src/whatsnew/1.0.rst   | 16 ++++------------
 src/whatsnew/1.1.rst   | 13 ++++---------
 src/whatsnew/1.2.rst   | 21 +++++++--------------
 src/whatsnew/1.3.rst   | 19 +++++++------------
 src/whatsnew/1.4.rst   | 11 ++++-------
 src/whatsnew/1.5.rst   | 10 ++++------
 src/whatsnew/1.6.rst   |  6 ++----
 src/whatsnew/index.rst | 27 +++++++++++++--------------
 12 files changed, 62 insertions(+), 118 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/0.10.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/0.10.rst b/src/whatsnew/0.10.rst
index f892c1d..1e60fae 100644
--- a/src/whatsnew/0.10.rst
+++ b/src/whatsnew/0.10.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/0.10.x:
 
 =============
@@ -18,9 +17,8 @@
 =============
 
 .. contents::
-   :depth: 1
-   :local:
-
+    :depth: 1
+    :local:
 
 .. _release/0.10.x/upgrade:
 
@@ -28,9 +26,8 @@ Upgrade Notes
 =============
 
 .. warning::
-
-   :ref:`release/0.10.2` contains important security fixes. Previous `0.10.x`
-   releases are not recommended for regular usage.
+    :ref:`release/0.10.2` contains important security fixes. Previous `0.10.x`
+    releases are not recommended for regular usage.
 
 Modular Configuration Directories
 ---------------------------------
@@ -50,7 +47,6 @@ The configuration options for `couchdb` script have changed 
to::
   -n          reset configuration file chain (including system default)
   -c          print configuration file chain and exit
 
-
 .. _glob(7): http://linux.die.net/man/7/glob
 
 Show and List API change
@@ -72,7 +68,6 @@ View query reduce parameter strictness
 CouchDB now considers the parameter ``reduce=false`` to be an error for queries
 of map-only views, and responds with status code 400.
 
-
 .. _release/0.10.2:
 
 Version 0.10.2
@@ -93,7 +88,6 @@ Replicator
 
 * Avoid leaking file descriptors on automatic replication restarts.
 
-
 .. _release/0.10.1:
 
 Version 0.10.1
@@ -120,7 +114,6 @@ Stats
 
 * Eliminate new process flood on system wake
 
-
 .. _release/0.10.0:
 
 Version 0.10.0

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/0.11.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/0.11.rst b/src/whatsnew/0.11.rst
index e4b5a76..f15e2d0 100644
--- a/src/whatsnew/0.11.rst
+++ b/src/whatsnew/0.11.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/0.11.x:
 
 =============
@@ -18,9 +17,8 @@
 =============
 
 .. contents::
-   :depth: 1
-   :local:
-
+    :depth: 1
+    :local:
 
 .. _release/0.11.x/upgrade:
 
@@ -28,9 +26,8 @@ Upgrade Notes
 =============
 
 .. warning::
-
-   :ref:`release/0.11.2` contains important security fixes. Previous `0.11.x`
-   releases are not recommended for regular usage.
+    :ref:`release/0.11.2` contains important security fixes. Previous `0.11.x`
+    releases are not recommended for regular usage.
 
 Changes Between 0.11.0 and 0.11.1
 ---------------------------------
@@ -46,7 +43,6 @@ Changes Between 0.11.0 and 0.11.1
   string. Previously, these properties contained strings which needed to be
   converted to JSON before using.
 
-
 Changes Between 0.10.x and 0.11.0
 ---------------------------------
 
@@ -89,7 +85,6 @@ to return a string value. :commit:`8d3b7ab3`
 
 .. _json2.js: https://github.com/douglascrockford/JSON-js/blob/master/json2.js
 
-
 WWW-Authenticate
 ^^^^^^^^^^^^^^^^
 
@@ -121,7 +116,6 @@ _changes line format
 Continuous changes are now newline delimited, instead of having each line
 followed by a comma.
 
-
 .. _release/0.11.2:
 
 Version 0.11.2
@@ -156,7 +150,6 @@ Security
 * Avoid potential DOS attack by guarding all creation of atoms.
 * Fixed :ref:`cve/2010-2234`
 
-
 .. _release/0.11.1:
 
 Version 0.11.1
@@ -269,7 +262,6 @@ URL Rewriter & Vhosts
 * Allow isolation of databases with vhosts.
 * Fix issue with passing variables to query parameters.
 
-
 .. _release/0.11.0:
 
 Version 0.11.0

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/0.8.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/0.8.rst b/src/whatsnew/0.8.rst
index a7cd5fe..9443788 100644
--- a/src/whatsnew/0.8.rst
+++ b/src/whatsnew/0.8.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/0.8.x:
 
 ============
@@ -18,9 +17,8 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
-
+    :depth: 1
+    :local:
 
 .. _release/0.8.1:
 
@@ -74,7 +72,6 @@ HTTP Interface
 * CouchDB can now be bound to IPv6 addresses.
 * The HTTP `Server` header now contains the versions of CouchDB and Erlang.
 
-
 .. _release/0.8.0:
 
 Version 0.8.0-incubating

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/0.9.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/0.9.rst b/src/whatsnew/0.9.rst
index 65b5d38..a49b1b2 100644
--- a/src/whatsnew/0.9.rst
+++ b/src/whatsnew/0.9.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/0.9.x:
 
 ============
@@ -18,9 +17,8 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
-
+    :depth: 1
+    :local:
 
 .. _release/0.9.x/upgrade:
 
@@ -34,11 +32,11 @@ The response to a bulk creation / update now looks like this
 
 .. code-block:: javascript
 
-  [
-      {"id": "0", "rev": "3682408536"},
-      {"id": "1", "rev": "3206753266"},
-      {"id": "2", "error": "conflict", "reason": "Document update conflict."}
-  ]
+    [
+        {"id": "0", "rev": "3682408536"},
+        {"id": "1", "rev": "3206753266"},
+        {"id": "2", "error": "conflict", "reason": "Document update conflict."}
+    ]
 
 Database File Format
 --------------------
@@ -92,7 +90,6 @@ meant for local changes. `local.ini` is not overwritten on 
CouchDB updates, so
 your edits are safe. In addition, the new runtime configuration system persists
 changes to the configuration in `local.ini`.
 
-
 .. _release/0.9.2:
 
 Version 0.9.2
@@ -109,7 +106,6 @@ Replication
 
 * Fix replication with 0.10 servers initiated by an 0.9 server (:issue:`559`).
 
-
 .. _release/0.9.1:
 
 Version 0.9.1
@@ -167,7 +163,6 @@ Replication
 * Work with documents containing Unicode characters outside the Basic
   Multilingual Plane.
 
-
 .. _release/0.9.0:
 
 Version 0.9.0

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.0.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.0.rst b/src/whatsnew/1.0.rst
index 3d7fdc8..9e1b7b4 100644
--- a/src/whatsnew/1.0.rst
+++ b/src/whatsnew/1.0.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.0.x:
 
 ============
@@ -18,9 +17,8 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
-
+    :depth: 1
+    :local:
 
 .. _release/1.0.x/upgrade:
 
@@ -44,10 +42,8 @@ replicator to use the ``application/json`` content type.
   converted to JSON before using.
 
 .. warning::
-
-   :ref:`release/1.0.4` contains important security fixes. Previous `1.0.x`
-   releases are not recommended for regular usage.
-
+    :ref:`release/1.0.4` contains important security fixes. Previous `1.0.x`
+    releases are not recommended for regular usage.
 
 .. _release/1.0.4:
 
@@ -82,7 +78,6 @@ View System
 
 * Avoid invalidating view indexes when running out of file descriptors.
 
-
 .. _release/1.0.3:
 
 Version 1.0.3
@@ -139,7 +134,6 @@ Windows
 * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03. See
   :issue:`1152`, and :issue:`963` + OTP-9139 for more information.
 
-
 .. _release/1.0.2:
 
 Version 1.0.2
@@ -207,7 +201,6 @@ View Server
   this error is seen in the logs users should rebuild their views from
   scratch to fix the issue. See :issue:`999` for details.
 
-
 .. _release/1.0.1:
 
 Version 1.0.1
@@ -249,7 +242,6 @@ Storage System
 * Fix data corruption bug :issue:`844`. Please see
   http://couchdb.apache.org/notice/1.0.1.html for details.
 
-
 .. _release/1.0.0:
 
 Version 1.0.0

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.1.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.1.rst b/src/whatsnew/1.1.rst
index a376593..f6ad383 100644
--- a/src/whatsnew/1.1.rst
+++ b/src/whatsnew/1.1.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.1.x:
 
 ============
@@ -21,17 +20,14 @@
    :depth: 1
    :local:
 
-
 .. _release/1.1.x/upgrade:
 
 Upgrade Notes
 =============
 
 .. warning::
-
-   :ref:`release/1.1.2` contains important security fixes. Previous `1.1.x`
-   releases are not recommended for regular usage.
-
+    :ref:`release/1.1.2` contains important security fixes. Previous `1.1.x`
+    releases are not recommended for regular usage.
 
 .. _release/1.1.2:
 
@@ -77,7 +73,6 @@ View Server
 
 * Avoid invalidating view indexes when running out of file descriptors.
 
-
 .. _release/1.1.1:
 
 Version 1.1.1
@@ -109,13 +104,13 @@ Version 1.1.1
 * Fixes to the document multipart PUT API.
 * Fixes regarding file descriptor leaks for databases with views.
 
-
 .. _release/1.1.0:
 
 Version 1.1.0
 =============
 
-.. note:: All CHANGES for 1.0.2 and 1.0.3 also apply to 1.1.0.
+.. note::
+    All CHANGES for 1.0.2 and 1.0.3 also apply to 1.1.0.
 
 Externals
 ---------

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.2.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.2.rst b/src/whatsnew/1.2.rst
index ce228ba..e591216 100644
--- a/src/whatsnew/1.2.rst
+++ b/src/whatsnew/1.2.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.2.x:
 
 ============
@@ -18,9 +17,8 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
-
+    :depth: 1
+    :local:
 
 .. _release/1.2.x/upgrade:
 
@@ -28,15 +26,13 @@ Upgrade Notes
 =============
 
 .. warning::
-
-   This version drops support for the database format that was introduced in
-   version 0.9.0. Compact your older databases (that have not been compacted
-   for a long time) before upgrading, or they will become inaccessible.
+    This version drops support for the database format that was introduced in
+    version 0.9.0. Compact your older databases (that have not been compacted
+    for a long time) before upgrading, or they will become inaccessible.
 
 .. warning::
-
-   :ref:`release/1.2.1` contains important security fixes. Previous `1.2.x`
-   releases are not recommended for regular usage.
+    :ref:`release/1.2.1` contains important security fixes. Previous `1.2.x`
+    releases are not recommended for regular usage.
 
 Security changes
 ----------------
@@ -73,7 +69,6 @@ Compression can be disabled by setting ``compression = none`` 
in your
 ``local.ini`` ``[couchdb]`` section, but the on-disk format will still be
 upgraded.
 
-
 .. _release/1.2.2:
 
 Version 1.2.2
@@ -91,7 +86,6 @@ HTTP Interface
 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.
 
-
 .. _release/1.2.1:
 
 Version 1.2.1
@@ -133,7 +127,6 @@ View Server
 
 * Change use of signals to avoid broken view groups.
 
-
 .. _release/1.2.0:
 
 Version 1.2.0

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.3.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.3.rst b/src/whatsnew/1.3.rst
index 3f19f56..66ed47d 100644
--- a/src/whatsnew/1.3.rst
+++ b/src/whatsnew/1.3.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.3.x:
 
 ============
@@ -18,13 +17,12 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
+    :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.
+    :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:
 
@@ -43,10 +41,9 @@ migrated to the new version the data files will no longer 
work with a
 CouchDB 1.0.x release.
 
 .. warning::
-   If you want to retain support for opening the data files in
-   CouchDB 1.0.x you must back up your data files before performing the
-   upgrade and compaction process.
-
+    If you want to retain support for opening the data files in
+    CouchDB 1.0.x you must back up your data files before performing the
+    upgrade and compaction process.
 
 .. _release/1.3.1:
 
@@ -78,7 +75,6 @@ Miscellaneous
   :commit:`01afaa4f`
 * Improve documentation: better structure, improve language, less duplication.
 
-
 .. _release/1.3.0:
 
 Version 1.3.0
@@ -222,7 +218,6 @@ Test Suite
 * Fix race condition for test running on faster hardware.
 * Improved the reliability of a number of tests.
 
-
 URL Rewriter & Vhosts
 ---------------------
 

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.4.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.4.rst b/src/whatsnew/1.4.rst
index 65925e1..b82c06f 100644
--- a/src/whatsnew/1.4.rst
+++ b/src/whatsnew/1.4.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.4.x:
 
 ============
@@ -18,13 +17,12 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
+    :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.
+    :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:
 
@@ -36,7 +34,6 @@ We now support Erlang/OTP R16B and R16B01; the minimum 
required version is R14B.
 User document role values must now be strings. Other types of values will be
 refused when saving the user document.
 
-
 .. _release/1.4.0:
 
 Version 1.4.0

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.5.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.5.rst b/src/whatsnew/1.5.rst
index 1b7539a..013512e 100644
--- a/src/whatsnew/1.5.rst
+++ b/src/whatsnew/1.5.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.5.x:
 
 ============
@@ -18,13 +17,12 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
+    :depth: 1
+    :local:
 
 .. warning::
-
-   :ref:`release/1.5.1` contains important security fixes. Previous `1.5.x`
-   releases are not recommended for regular usage.
+    :ref:`release/1.5.1` contains important security fixes. Previous `1.5.x`
+    releases are not recommended for regular usage.
 
 .. _release/1.5.1:
 

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/1.6.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/1.6.rst b/src/whatsnew/1.6.rst
index 7c65af2..656cf26 100644
--- a/src/whatsnew/1.6.rst
+++ b/src/whatsnew/1.6.rst
@@ -10,7 +10,6 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _release/1.6.x:
 
 ============
@@ -18,8 +17,8 @@
 ============
 
 .. contents::
-   :depth: 1
-   :local:
+    :depth: 1
+    :local:
 
 .. _release/1.6.x/upgrade:
 
@@ -33,7 +32,6 @@ 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

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1146fffa/src/whatsnew/index.rst
----------------------------------------------------------------------
diff --git a/src/whatsnew/index.rst b/src/whatsnew/index.rst
index 800b9ee..925895e 100644
--- a/src/whatsnew/index.rst
+++ b/src/whatsnew/index.rst
@@ -10,24 +10,23 @@
 .. License for the specific language governing permissions and limitations 
under
 .. the License.
 
-
 .. _releases:
 
+===============
 Release History
 ===============
 
 .. toctree::
-   :glob:
-
-   1.6
-   1.5
-   1.4
-   1.3
-   1.2
-   1.1
-   1.0
-   0.11
-   0.10
-   0.9
-   0.8
+    :glob:
 
+    1.6
+    1.5
+    1.4
+    1.3
+    1.2
+    1.1
+    1.0
+    0.11
+    0.10
+    0.9
+    0.8

Reply via email to