You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/03/17 17:21:25 UTC

[couchdb-documentation] branch 2.2-template updated (8401a95 -> 0ab74f2)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 2.2-template
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    omit 8401a95  Add 2.2.x 'What's New' template
     add 2bf6f7a  Document changed /_restart behaviour
     add 07f02a8  Document /_up endpoint
     add 60387f3  Fix whitespace in bulleted lists
     new 0ab74f2  Add 2.2.x 'What's New' template

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8401a95)
            \
             N -- N -- N   refs/heads/2.2-template (0ab74f2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/api/server/common.rst    | 81 +++++++++++++++++++-------------------------
 src/config/http-handlers.rst |  2 +-
 src/intro/security.rst       |  3 +-
 static/css/rtd_theme.css     |  7 ++++
 4 files changed, 45 insertions(+), 48 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
wohali@apache.org.

[couchdb-documentation] 01/01: Add 2.2.x 'What's New' template

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 2.2-template
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 0ab74f2ba9db4563f8d6fe4f101c029b27380981
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Mar 17 00:39:20 2018 -0400

    Add 2.2.x 'What's New' template
---
 src/whatsnew/2.2.rst | 38 +++++++++++++++++++++++++++++---------
 1 file changed, 29 insertions(+), 9 deletions(-)

diff --git a/src/whatsnew/2.2.rst b/src/whatsnew/2.2.rst
index 21f9b02..5d88596 100644
--- a/src/whatsnew/2.2.rst
+++ b/src/whatsnew/2.2.rst
@@ -20,17 +20,37 @@
     :depth: 1
     :local:
 
-Version 2.2.0
+.. _release/2.2.x/upgrade:
+
+Upgrade Notes
+=============
+
+.. rst-class:: open
+
+* Item 1
+
+* Item 2
+
+* Item 3
+
+Version 2.1.0
 =============
 
+Security
+--------
+
 General
 -------
 
-* :ghissue:`1153`: Plugin based replicator authentication support. Session
-  (cookie) based authentication implemented in the
-  `couch_replicator_auth_session` plugin module. In this release session based
-  authentication is considered experimental and is disabled by default. To
-  enable set `[replicator] auth_plugins =
-  couch_replicator_auth_session,couch_replicator_auth_noop`. Consider enabling
-  it when using PBKDF2 or the new bcrypt password hashing algorithm with a
-  large work factor.
+Performance
+-----------
+
+Mango
+-----
+
+Other
+-----
+
+The 2.2.0 release also includes the following minor improvements:
+
+* A pony! OK, no, not really. If you got this far, thank you for reading.

-- 
To stop receiving notification emails like this one, please contact
wohali@apache.org.