summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-07-01 17:30:03 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-07-01 20:22:32 -0500
commite38c7abea47a7d63fb0f04614ba82d659c708c5c (patch)
tree5506443f481e3387e82c6f3b0b3832e72c070acc
parent65db42a05e7dd00bdaf3aec478b031adfd46ad3f (diff)
Generate release-notes for Linaro GCC 5.3 2015.05.releases/linaro-5.3-2016.05
Change-Id: I384f9436fb3bd79c2452599db5f084498ae22190
-rw-r--r--components/toolchain/binaries/README.textile32
-rw-r--r--components/toolchain/binaries/README.textile.series26
-rw-r--r--components/toolchain/gcc-linaro/5/README.textile6
3 files changed, 51 insertions, 13 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 4cb3075..6599451 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -1,15 +1,15 @@
h1. The Linaro Binary Toolchain
-The Linaro GCC 5.3-2016.05-rc2 Release-Candidate is now available.
+The Linaro GCC 5.3-2016.05 Release is now available.
Notice: All Linaro GCC 5 series toolchain users should migrate to the latest version of the Linaro GCC 5 toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
-Download release-candidate packages from:
+Download release packages from:
-p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05-rc2/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05-rc2/
+p((((. "http://releases.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05/
-p((((. "http://snapshots.linaro.org/components/toolchain/binaries/5.3-2016.05-rc2/":http://snapshots.linaro.org/components/toolchain/binaries/5.3-2016.05-rc2/
+p((((. "http://releases.linaro.org/components/toolchain/binaries/5.3-2016.05/":http://releases.linaro.org/components/toolchain/binaries/5.3-2016.05/
Previous snapshots and release-candidates are at:
@@ -37,9 +37,9 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh
h2. Package Versions
-Linaro GCC 5.3-2016.05-rc2
+Linaro GCC 5.3-2016.05
-FSF glibc 2.21 (release/2.21)
+Linaro glibc 2.21 (linaro/2.21)
Linaro newlib 2.1.0-2014.09 (linaro_newlib-branch)
@@ -53,10 +53,26 @@ Linaro toolchain package git branches are hosted at:
p((((. "http://git.linaro.org/?a=project_list&s=toolchain%2F&btnS=Search":http://git.linaro.org/?a=project_list&s=toolchain%2F&btnS=Search
-h2. NEWS for Linaro GCC 5.3-2016.05-rc2
+h2. NEWS for Linaro GCC 5.3-2016.05
+* Increment binutils release date to 2016_02 to reflect the most recent commit:
-* Fixed pi requeue support in glibc 2.21 while allowing the existing 2.21 minimum kernel default setting.
+
+p(((. commit ef90a4718f535cbe6345b4e7168baea7b1972abf
+Author: Matthew Wahab <matthew.wahab@arm.com>
+Date: Tue Jan 12 16:35:30 2016 +0000
+[ARM] Support ARMv8.2 RAS extension.
+
+* Baremetal sysroot names now contain 'newlib' rather than 'glibc'.
+
+
+* Manifests now contain relative paths rather than absolute paths.
+
+
+* Now generating proper manifest files.
+
+
+* Fixed pi requeue support in glibc 2.21 while allowing the existing 2.21 minimum kernel default setting. This was checked into the linaro/2.21/master branch.
p(((. commit a68cafa11c500d8a49a3014c43c5152859d037ae
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index af8dcdb..cf9e3d2 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -29,7 +29,7 @@ Notice: All Linaro GCC {{ major }} series toolchain users should migrate to the
{% endblock %}
{% block glibc_version_block %}
-FSF glibc 2.21 (release/2.21)
+Linaro glibc 2.21 (linaro/2.21)
{% endblock %}
{% block newlib_version_block %}
@@ -45,9 +45,31 @@ FSF GDB 7.10 (gdb-7.10-branch)
{% endblock %}
{% block news %}
+{% call format("news") %}
+Increment binutils release date to 2016_02 to reflect the most recent commit:
+{% endcall %}
+
+{% call format("newscont") %}
+commit ef90a4718f535cbe6345b4e7168baea7b1972abf
+Author: Matthew Wahab <matthew.wahab@arm.com>
+Date: Tue Jan 12 16:35:30 2016 +0000
+[ARM] Support ARMv8.2 RAS extension.
+{% endcall %}
+
+{% call format("news") %}
+Baremetal sysroot names now contain 'newlib' rather than 'glibc'.
+{% endcall %}
+
+{% call format("news") %}
+Manifests now contain relative paths rather than absolute paths.
+{% endcall %}
+
+{% call format("news") %}
+Now generating proper manifest files.
+{% endcall %}
{% call format("news") %}
-Fixed pi requeue support in glibc 2.21 while allowing the existing 2.21 minimum kernel default setting.
+Fixed pi requeue support in glibc 2.21 while allowing the existing 2.21 minimum kernel default setting. This was checked into the linaro/2.21/master branch.
{% endcall %}
{% call format("newscont") %}
diff --git a/components/toolchain/gcc-linaro/5/README.textile b/components/toolchain/gcc-linaro/5/README.textile
index ee0d9ff..d1f617f 100644
--- a/components/toolchain/gcc-linaro/5/README.textile
+++ b/components/toolchain/gcc-linaro/5/README.textile
@@ -1,8 +1,8 @@
-p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2016.05-rc2 stable Release-Candidate of the Linaro GCC 5 source package.
+p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2016.05 stable Release of the Linaro GCC 5 source package.
-p. This stable[1] Release-Candidate is based on FSF GCC 5.3.1+svn234898 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 5.3-2016.05":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05.
+p. This stable[1] Release is based on FSF GCC 5.3.1+svn234898 and includes performance improvements and bug fixes backported from mainline GCC. This Release is based on "Linaro Snapshot GCC 5.3-2016.05":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05.
-h4. Changes in this stable GCC source package Release-Candidate include:
+h4. Changes in this stable GCC source package Release include:
* Updates merged from FSF GCC 5.3.1+svn234898
* Backport of [Bugfix] [AArch32] Fix PR target/70496