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 2020/02/28 16:36:16 UTC

[couchdb-documentation] branch 3.0.0-cleanups updated (6e1fe38 -> 6e7dff6)

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

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


 discard 6e1fe38  Clarifications in 3.0 relnotes
     new 6e7dff6  Clarifications in 3.0 relnotes

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   (6e1fe38)
            \
             N -- N -- N   refs/heads/3.0.0-cleanups (6e7dff6)

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/install/windows.rst | 5 ++---
 src/whatsnew/3.0.rst    | 4 ++++
 2 files changed, 6 insertions(+), 3 deletions(-)


[couchdb-documentation] 01/01: Clarifications in 3.0 relnotes

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

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

commit 6e7dff6e34c3448193ea84e0ec962327f87c7fab
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Fri Feb 28 08:32:42 2020 -0800

    Clarifications in 3.0 relnotes
---
 src/install/windows.rst |  5 ++---
 src/whatsnew/3.0.rst    | 32 ++++++++++++++++++++++++--------
 2 files changed, 26 insertions(+), 11 deletions(-)

diff --git a/src/install/windows.rst b/src/install/windows.rst
index c34c8ad..9b79319 100644
--- a/src/install/windows.rst
+++ b/src/install/windows.rst
@@ -24,8 +24,7 @@ Installation from binaries
 This is the simplest way to go.
 
 .. warning::
-    Windows 10 requires the .NET Framwork v3.5 to be installed. You can install
-    this via the `Control Panel`_.
+    Windows 8, 8.1, and 10 require the `.NET Framework v3.5`_ to be installed.
 
 #. Get `the latest Windows binaries`_ from the `CouchDB web site`_.
    Old releases are available at `archive`_.
@@ -61,7 +60,7 @@ This is the simplest way to go.
 .. _CouchDB web site: http://couchdb.org/
 .. _archive: http://archive.apache.org/dist/couchdb/binary/win/
 .. _the latest Windows binaries: http://couchdb.org/#download
-.. _Control Panel: https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10
+.. _.NET Framework v3.5: https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10
 
 .. _install/windows/silent:
 
diff --git a/src/whatsnew/3.0.rst b/src/whatsnew/3.0.rst
index 5477486..f3a8e40 100644
--- a/src/whatsnew/3.0.rst
+++ b/src/whatsnew/3.0.rst
@@ -87,7 +87,7 @@ Upgrade Notes
 
 * Due to code changes in :ghissue:`2324`, it is not possible to upgrade transparently from
   CouchDB 1.x to 3.x. In addition, the ``couchup`` utility has been removed from CouchDB
-  3.0 by :ghissue:`2399`:. If you are upgrading from CouchDB 1.x, you must first upgrade
+  3.0 by :ghissue:`2399`. If you are upgrading from CouchDB 1.x, you must first upgrade
   to CouchDB 2.3.1 to convert your database and indexes, using ``couchup`` if desired.
   You can then upgrade to CouchDB 3.0. Or, you can start a new CouchDB 3.0 installation
   and replicate directly from 1.x to 3.0.
@@ -210,15 +210,27 @@ Features and Enhancements
   compatibility table`_: click on "Show obsolete platforms," then look for "FF 60 ESR"
   in the list of engine types.
 
-  However, it was discovered that on ARM 64-bit platforms, SM 60 segfaults frequently.
-  Also, at the time of writing, of the set of platforms supported for convenience
-  binaries, only Debian 10.x ("buster") ships precompiled SM 60 binaries.
+  However, it was discovered that on some ARM 64-bit distributions, SM 60 segfaults
+  frequently, including the SM 60 packages on CentOS 8 and Debian 10.
 
-  As a result, CouchDB's convenience binaries **only link against SM 60 on debian buster
+  As a result, CouchDB's convenience binaries **only link against SM 60 on the
   ``x86_64`` and ``ppc64le`` architectures**. This includes the Docker image for these
-  architectures. All other packages and Docker images link against SM 1.8.5, as in CouchDB
-  2.x. As OSes update to include binaries for SM 60, the convenience binaries will be
-  updated accordingly.
+  architectures.
+
+  At present, CouchDB ships with SM 60 linked in on the following binary distributions:
+
+  * Debian buster (10.x)
+  * CentOS / RedHat 8.x
+  * macOS (10.10+)
+  * Windows (7+)
+  * Docker (3.0.0)
+  * FreeBSD (CURRENT)
+
+  We expect to add SM 60 support to Ubuntu with Focal Fossa (20.04 LTS) when it ships in
+  April 2020.
+
+  It is unlikely we will backport SM 60 packages to older versions of Debian, CentOS,
+  RedHat, or Ubuntu.
 
 * The Windows installer has many improvements, including:
 
@@ -231,6 +243,9 @@ Features and Enhancements
   * Friendly link to these online release notes in the exit dialog
   * Higher resolution icon for HiDPI (500x500)
 
+.. warning::
+    Windows 8, 8.1, and 10 require the `.NET Framework v3.5`_ to be installed.
+
 * :ghissue:`2037`: Dreyfus, the CouchDB side of the Lucene-powered search solution, is now
   shipped with CouchDB. When one or more Clouseau Java nodes are joined to the cluster,
   text-based indexes can be enabled in CouchDB. It is recommended to have as many Clouseau
@@ -626,3 +641,4 @@ The 3.0.0 release also includes the following minor improvements:
 .. _hehaden: https://www.flickr.com/photos/hellie55/23379351593/
 .. _ECMAScript compatibility table: https://kangax.github.io/compat-table/
 .. _recon: https://github.com/ferd/recon
+.. _.NET Framework v3.5: https://docs.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows-10