From fa1e07c46ac962d3d1cad51684609fb80bf779bb Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Mon, 28 Apr 2014 13:47:59 +0200 Subject: docs: bump supported Erlang/OTP and SpiderMonkey versions --- .travis.yml | 2 +- INSTALL.Unix | 4 ++-- share/doc/build/Makefile.am | 3 +++ share/doc/src/install/unix.rst | 4 ++-- share/doc/src/whatsnew/1.7.rst | 41 ++++++++++++++++++++++++++++++++++++++++ share/doc/src/whatsnew/index.rst | 1 + 6 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 share/doc/src/whatsnew/1.7.rst diff --git a/.travis.yml b/.travis.yml index f90895d36..ba40cb3ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ script: - grunt test language: erlang otp_release: - - R16B + - R16B03-1 - R15B03 - R14B04 diff --git a/INSTALL.Unix b/INSTALL.Unix index a07055884..9b47b240e 100644 --- a/INSTALL.Unix +++ b/INSTALL.Unix @@ -39,10 +39,10 @@ Dependencies You should have the following installed: - * Erlang OTP (>=R13B04, =R14B01, ==R13B04, `_ +* `Erlang OTP (>=R14B01, =`_ * `ICU `_ * `OpenSSL `_ -* `Mozilla SpiderMonkey (1.7) `_ +* `Mozilla SpiderMonkey (1.8.5) `_ * `GNU Make `_ * `GNU Compiler Collection `_ * `libcurl `_ diff --git a/share/doc/src/whatsnew/1.7.rst b/share/doc/src/whatsnew/1.7.rst new file mode 100644 index 000000000..ff80ebdf5 --- /dev/null +++ b/share/doc/src/whatsnew/1.7.rst @@ -0,0 +1,41 @@ +.. 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/1.7.x: + +============ +1.7.x Branch +============ + +.. contents:: + :depth: 1 + :local: + +.. _release/1.7.x/upgrade: + +Upgrade Notes +============= + +None. + +.. _release/1.7.0: + +Version 1.7.0 +============= + +.. warning:: + + This version is not released yet. + +* Build System: :issue:`2200`: support Erlang/OTP 17.0 + :commit:`35e16032` diff --git a/share/doc/src/whatsnew/index.rst b/share/doc/src/whatsnew/index.rst index 800b9eee9..52c93173b 100644 --- a/share/doc/src/whatsnew/index.rst +++ b/share/doc/src/whatsnew/index.rst @@ -19,6 +19,7 @@ Release History .. toctree:: :glob: + 1.7 1.6 1.5 1.4 -- cgit v1.2.1