Skip to content

Commit

Permalink
Prepare for AT 11.0-6
Browse files Browse the repository at this point in the history
This patch also updates the release notes of AT 11.0 for the 11.0-6 release.

Signed-off-by: Erwan Prioul <[email protected]>
  • Loading branch information
er-1 committed Mar 31, 2020
1 parent d61b4e8 commit dc602ed
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/11.0/base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
AT_NAME := at
AT_MAJOR_VERSION := 11.0
AT_REVISION_NUMBER := 6
AT_INTERNAL := rc2
AT_INTERNAL := none
AT_PREVIOUS_VERSION := 10.0
35 changes: 32 additions & 3 deletions configs/11.0/release_notes/relfixes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,38 @@
<li>Support for <a href="http://golang.org/">Go Programming Language</a>.</li>
<li>Support for split stack.</li>

<h3>New features in 11.0-6</h3>
<ul>
<li>GCC provides:</li>
<ul>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69455>[F08] Assembler error(s) when using intrinsic modules in two BLOCK</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86248>LEN_TRIM in specification expression causes link failure</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89721>__builtin_mffs sometimes optimized away</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91275>__builtin_crypto_vpmsumd gives different results -O[123] vs -O0</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91812>GCC ignores volatile modifier</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91887>-fdebug-types-section ICE building chromium</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92093>New test case gcc.target/powerpc/pr91275.c from r276410 fails on BE</a>.</li>
<li>Fix for <a href=https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92131>incorrect assumption that (ao &gt;= 0) is always false</a>.</li>
</ul>
<li>The GNU C Library provides:</li>
<ul>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=25204>(CVE-2019-19126) LD_PREFER_MAP_32BIT_EXEC not ignored in setuid binaries</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=25414>(CVE-2020-1752) 'glob' use-after-free bug</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=25423>(CVE-2020-1751) Array overflow in backtrace on powerpc</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=20191>libio: vtables hardening</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=20568>Segfault with wide characters and setlocale/fgetwc/UTF-8</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=21270>mmap64 silently truncates large offset values</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=23313>libio vtables validation and standard file object interposition</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=23637>Generic strstr/strcasestr fails with huge needles</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=24180>pthread_mutex_trylock does not use the correct order of instructions while maintaining the robust mutex list due to missing compiler barriers</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=24531>Malloc tunables give tcache assertion failures</a>.</li>
<li>Fix for <a href=https://sourceware.org/bugzilla/show_bug.cgi?id=25203>Disable libio vtable validation for interposed pre-2.1 stdio handles</a>.</li>
</ul>
</ul>

<a name="previous"></a>
<h2>Previous releases</h2>

<h3>New features in 11.0-5</h3>
<ul>
<li>GCC provides:</li>
Expand Down Expand Up @@ -93,9 +125,6 @@ <h3>New features in 11.0-5</h3>
<li>Expat provides version 2.2.7, see the <a href="https://github.com/libexpat/libexpat/blob/R_2_2_7/expat/Changes">release notes</a> for details.</li>
</ul>

<a name="previous"></a>
<h2>Previous releases</h2>

<h3>New features in 11.0-4</h3>
<ul>
<li>GCC provides:</li>
Expand Down

0 comments on commit dc602ed

Please sign in to comment.