summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-05-29 13:49:40 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-05-29 13:53:20 +0200
commit31e796684de37a85d2962ad50cf3567bfa49c447 (patch)
tree6cb930c1b742ec93d877482a37723eee6e577d08
parentfa4d322c1bd8daad83cc3ab278b8ed21ba21a74c (diff)
Fix component versions and NEWS content.releases/linaro-7.1-2017.05-rc1
-rw-r--r--components/toolchain/binaries/README.textile29
-rw-r--r--components/toolchain/binaries/README.textile.series29
2 files changed, 35 insertions, 23 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 43a7194..e8863ca 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -64,13 +64,23 @@ h2. Package Versions
Linaro GCC 7.1-2017.05-rc1
-FSF glibc 2.21 (release/2.21)
+p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05-rc1/
-Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
+FSF glibc 2.25 (release/2.25)
-Linaro binutils 2.25 (linaro_binutils-2_25-branch)
+p((((. "https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00002.html":https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00002.html
-FSF GDB 7.10 (gdb-7.10-branch)
+Newlib 2.5 (newlib-2_5_0 tag)
+
+p((((. "https://sourceware.org/ml/newlib/2016/msg01191.html":https://sourceware.org/ml/newlib/2016/msg01191.html
+
+GNU Binutils 2.28 (binutils-2_28-branch)
+
+p((((. "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28":https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28
+
+FSF GDB 8.0 (gdb-8.0-branch)
+
+p((((. "https://sourceware.org/ml/gdb-announce/2017/msg00001.html":https://sourceware.org/ml/gdb-announce/2017/msg00001.html
Linaro toolchain package git branches are hosted at:
@@ -80,15 +90,12 @@ p((((. "http://git.linaro.org/toolchain":http://git.linaro.org/toolchain
h2. NEWS for GCC 7 (as of Linaro GCC 7.1-2017.05-rc1)
-* This is an example of a bulleted news item.
-
-p(((.
-This news section has a second indented line.
-
-p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/
+* Performance related backports from the following snapshots have been included: Linaro GCC 7.1-2017.05.
+p(((.
+See the following Linaro GCC snapshots:
-p(((. This is a continuation line that is indented but isn't bulletted.
+p(((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05/
h2. Contact Linaro
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index 0f18577..76a796f 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -64,22 +64,32 @@ Notice: All Linaro GCC {{ major }} series toolchain users should migrate to the
{% block gcc_version_block %}
{{ linaro_gcc_version }}
+
+{{ urlind(8,srcurl) }}
{% endblock %}
{% block glibc_version_block %}
-FSF glibc 2.21 (release/2.21)
+FSF glibc 2.25 (release/2.25)
+
+{{ urlind(8,"https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00002.html") }}
{% endblock %}
{% block newlib_version_block %}
-Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
+Newlib 2.5 (newlib-2_5_0 tag)
+
+{{ urlind(8,"https://sourceware.org/ml/newlib/2016/msg01191.html") }}
{% endblock %}
{% block binutils_version_block %}
-Linaro binutils 2.25 (linaro_binutils-2_25-branch)
+GNU Binutils 2.28 (binutils-2_28-branch)
+
+{{ urlind(8,"https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28") }}
{% endblock %}
{% block gdb_version_block %}
-FSF GDB 7.10 (gdb-7.10-branch)
+FSF GDB 8.0 (gdb-8.0-branch)
+
+{{ urlind(8,"https://sourceware.org/ml/gdb-announce/2017/msg00001.html") }}
{% endblock %}
# This is the start of the NEWS block in the release-notes. Use the jinja2
@@ -88,16 +98,11 @@ FSF GDB 7.10 (gdb-7.10-branch)
{% block news %}
{% call format("news") -%}
-This is an example of a bulleted news item.
+Performance related backports from the following snapshots have been included: Linaro GCC 7.1-2017.05.
-This news section has a second indented line.
+See the following Linaro GCC snapshots:
{% endcall %}
-{# This is an indented URL. It can't be in the call block. #}
-{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/") }}
-
-{% call format("newscont") -%}
-This is a continuation line that is indented but isn't bulletted.
-{% endcall %}
+{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05/") }}
{% endblock %}