You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/15 19:39:28 UTC

[GitHub] wohali closed pull request #336: 2.3.x

wohali closed pull request #336: 2.3.x
URL: https://github.com/apache/couchdb-documentation/pull/336
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/conf.py b/src/conf.py
index 34ef1bd..39a40da 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -28,8 +28,8 @@
 nitpicky = True
 
 # should be over-written using rebar-inherited settings
-version = '2.2'
-release = '2.2.0'
+version = '2.3'
+release = '2.3.0'
 
 project = 'Apache CouchDB'
 
diff --git a/src/whatsnew/2.3.rst b/src/whatsnew/2.3.rst
new file mode 100644
index 0000000..9584af7
--- /dev/null
+++ b/src/whatsnew/2.3.rst
@@ -0,0 +1,67 @@
+.. 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/2.3.x:
+
+============
+2.3.x Branch
+============
+
+.. contents::
+    :depth: 1
+    :local:
+
+.. _release/2.3.x/upgrade:
+
+Upgrade Notes
+=============
+
+.. rst-class:: open
+
+.. _release/2.3.0:
+
+Version 2.3.0
+=============
+
+Features
+--------
+
+.. rst-class:: open
+
+* Much improved documentation. Highlights include:
+
+Performance
+-----------
+
+.. rst-class:: open
+
+
+Bugfixes
+--------
+
+.. rst-class:: open
+
+
+Mango
+-----
+
+.. rst-class:: open
+
+Other
+-----
+
+The 2.3.0 release also includes the following minor improvements:
+
+.. rst-class:: open
+
+* Replication supports ipv6-only peers after updating ibrowse dependency.
+* A narwhal! OK, no, not really. If you got this far...thank you for reading.
diff --git a/src/whatsnew/index.rst b/src/whatsnew/index.rst
index ade0988..3620588 100644
--- a/src/whatsnew/index.rst
+++ b/src/whatsnew/index.rst
@@ -19,6 +19,7 @@ Release History
 .. toctree::
     :glob:
 
+    2.3
     2.2
     2.1
     2.0


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services