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 2019/05/23 22:37:23 UTC

[couchdb-documentation] branch master updated: Correct "Refuse building with known bad versions of Erlang" issue number (#414)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 299cc78  Correct "Refuse building with known bad versions of Erlang" issue number (#414)
299cc78 is described below

commit 299cc785bf1e631401d13444741d2fac80788513
Author: Daniel Roberts <dr...@dimagi.com>
AuthorDate: Thu May 23 17:37:18 2019 -0500

    Correct "Refuse building with known bad versions of Erlang" issue number (#414)
    
    1875 -> 1857
---
 src/whatsnew/2.3.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/whatsnew/2.3.rst b/src/whatsnew/2.3.rst
index 45da470..8cdf07d 100644
--- a/src/whatsnew/2.3.rst
+++ b/src/whatsnew/2.3.rst
@@ -107,7 +107,7 @@ Upgrade Notes
 * :ghissue:`1680`: The embedded version of ``rebar`` used to build CouchDB has been
   updated to the last version of ``rebar2`` available. This assists in building on
   non-x86 platforms.
-* :ghissue:`1875`: Refuse building with known bad versions of Erlang.
+* :ghissue:`1857`: Refuse building with known bad versions of Erlang.
 
 .. _release/2.3.1:
 
@@ -121,7 +121,7 @@ Features
 
 * :ghissue:`1811`: Add new ``/{db}/_sync_shards`` endpoint (admin-only).
 * :ghissue:`1870`: Update to mochiweb 2.19.0. See also :ghissue:`1875`.
-* :ghissue:`1875`: Refuse building with known bad versions of Erlang.
+* :ghissue:`1857`: Refuse building with known bad versions of Erlang.
 * :ghissue:`1880`: Compaction: Add snooze_period_ms for finer tuning.
 
 Bugfixes