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/08/01 12:16:29 UTC

[couchdb-documentation] branch bionic updated (1236f2b -> ccbdaca)

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

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


    omit 1236f2b  document bionic availability
     new ccbdaca  document bionic availability

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   (1236f2b)
            \
             N -- N -- N   refs/heads/bionic (ccbdaca)

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/unix.rst | 1 +
 1 file changed, 1 insertion(+)


[couchdb-documentation] 01/01: document bionic availability

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

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

commit ccbdaca747a3a4399c3a9bfb64277936430e817e
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Aug 1 08:15:02 2018 -0400

    document bionic availability
---
 src/install/unix.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index e9034e5..4cff5cf 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -30,6 +30,7 @@ to install CouchDB is to use the convenience binary packages:
 * Debian 9 (stretch)
 * Ubuntu 14.04 (trusty)
 * Ubuntu 16.04 (xenial)
+* Ubuntu 18.04 (bionic)
 
 The RedHat-style rpm packages and Debian-style deb pacakges will install
 CouchDB at ``/opt/couchdb`` and ensure CouchDB is run at system startup by the
@@ -42,6 +43,10 @@ debconf tools. Further details are in the `README.Debian`_ file.
 
 .. _README.Debian: https://github.com/apache/couchdb-pkg/blob/master/debian/README.Debian
 
+Apache CouchDB also provides packages for the SpiderMonkey 1.8.5 JavaScript
+dependency, as the upstream packages for this shared library are starting to
+disappear or become unreliable.
+
 Enabling the Apache CouchDB package repository
 ----------------------------------------------
 
@@ -79,6 +84,7 @@ version:
 * Debian 9: ``stretch``
 * Ubuntu 14.04: ``trusty``
 * Ubuntu 16.04: ``xenial``
+* Ubuntu 18.04: ``bionic``
 
 Installing the Apache CouchDB packages
 --------------------------------------