Skip to content

Commit

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

Signed-off-by: Erwan Prioul <[email protected]>
  • Loading branch information
er-1 committed Apr 24, 2023
1 parent 733cf71 commit 2e1b7c4
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configs/16.0/base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
AT_NAME := at
AT_MAJOR_VERSION := 16.0
AT_REVISION_NUMBER := 2
AT_INTERNAL := rc2
AT_INTERNAL := none
AT_PREVIOUS_VERSION := 15.0

# Minimum kernel version distributed on supported distros by this AT version,
Expand Down
127 changes: 124 additions & 3 deletions configs/16.0/release_notes/relfixes.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,130 @@
<li>GCC creates binaries using -mcpu=power8 -mtune=power10 by default.</li>
</ul>

<h3>New features in 16.0-2</h3>
<ul>
<li>GCC provides:
<ul>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102331">ICE in attr_decl1, at fortran/decl.c:8691</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103259">ICE in resolve_common_vars, at fortran/resolve.c:956 since r11-3866-g4d2a56a0f7135469</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103506">ICE in gfc_free_namespace, at fortran/symbol.c:4039 since r10-2798-ge68a35ae4a65d2b3</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332">ICE in resolve_symbol, at fortran/resolve.cc:15815</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104554">ICE in check_assumed_size_reference, at fortran/resolve.cc:1650</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105659">error: #error You must define PREFERRED_DEBUGGING_TYPE if DWARF is not supported</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105784">-Wanalyzer-use-of-uninitialized-value false positive on partly initialized array</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106209">ICE in add_init_expr_to_sym, at fortran/decl.cc:2132</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106325">-Wanalyzer-null-dereference false positive due to analyzer not making assumptions for `__attribute__((nonnull))`</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106573">Missing -Wanalyzer-use-of-uninitialized-value on calls handled by state machines</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106624">LTO plugin fails to build in parallel builds: xgcc: fatal error: cannot execute '/build/build/./prev-gcc/collect2': execv: Bad address since r13-2011-g53e3b2bf16a486</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106731">ICE on automatic array of derived type with DTIO</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106945">ICE: 'verify_gimple' failed</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127">Long compile times on code with C complex since r11-3299-gcba079f354a55363</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107345">-Wanalyzer-null-dereference false positive with giving weird path infomation</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107465">Bogus warning: promoted bitwise complement of an unsigned value is always nonzero</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107576">ICE in gfc_conv_procedure_call, at fortran/trans-expr.cc:6193</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107582">-Wanalyzer-use-of-uninitialized-value false positive with while loop in pthread_cleanup_push</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107592">ICE: gdc segfault on label continue</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107872">ICE on recursive DT with DTIO since r7-4096-gbf9f15ee55f5b291</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107925">ICE in update_specialized_profile at gcc/ipa-cp.cc:5082 for 531.deepsjeng_r benchmark</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107944">ICE in cgraph_node::get_untransformed_body since r13-48-g27ee75dbe81bb7</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107948">GCC Static Analyzer doesn't realize `0 - width &lt;= 0` is always true when `width &gt; 0` and `width is int` type,</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108025">Duplicate CONTIGUOUS attribute should be diagnosed</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108056">backward compatibility issue between 11 and 12</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108060">UBsan missed an out-of-bound bug at -O0 since r7-1900-g8a1b7b7fd75a3847</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108079">-Wunused-variable gives misleading duplicate warning for unused static local variable</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108131">Incorrect bound calculation when bound intrinsic used in size expression</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108349">LTO mismatch for __builtin_realloc between glibc and gfortran frontend</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108396">PPCLE: vec_vsubcuq missing since r12-5752-gd08236359eb229</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108420">ICE in check_charlen_present, at fortran/iresolve.cc:98 since r13-4394-g3832c6f7e672e76b</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108421">ICE in get_expr_storage_size, at fortran/interface.cc:2862</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108434">ICE in class_allocatable, at fortran/expr.cc:5000</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108450">ICE in sort_actual, at fortran/intrinsic.cc:4380 since r12-5793-g689407ef916503b2</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108451">ICE in check_complete_insertion, at hash-table.h:578</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108453">ICE in gfc_trans_use_stmts, at fortran/trans-decl.cc:5361 since r6-3704-g2b3f52a2d0fb22ba</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108501">ICE in get_expr_storage_size, at fortran/interface.cc:2941</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108502">ICE in gfc_check_dependency, at fortran/dependency.cc:1295</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108527">ICE in compare_bound_int(): Bad expression</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108529">ICE in transformational_result, at fortran/simplify.cc:478</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108560">builtin_va_arg_pack_len is documented to return size_t, but actually returns int</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108704">Many -Wanalyzer-use-of-uninitialized-value false positives seen in qemu's softfloat.c</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108716">Incorrect DW_AT_decl_{line,column} in DW_TAG_imported_decl</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108733">-Wanalyzer-use-of-uninitialized-value false positives seen with __attribute__((cleanup))</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108834">LTO: ltrans temporary file is used as module name in ASAN</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108877">Explicit immutable struct import internal compiler error</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108880">slow compilation with &quot;-fsanitize=undefined&quot;</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108923">memory leak of get_intrinsic_dummy_arg result</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108937">Intrinsic IBITS(I,POS,LEN) fails when LEN equals to BIT_SIZE(I).</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108968">fanalyzer false positive with the uninitalised-ness of the stack pointer</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108973">Sufficiently narrow terminal window causes selftest failure</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108986">Incorrect warning for [static] array parameter</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109050">UBsan failed to detect out-of-bound at -O0/1/2/s</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109067">Powerpc GCC does not support __ibm128 complex multiply/divide if long double is IEEE 128-bit.</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109094">Uninit false positive from -fanalyzer when longjmp unwinds frames with return stmts</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109151">UBsan misses a divide-by-zero</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109178">ICE using __builtin_vec_xst_trunc built-in</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109186">nearest(huge(x),-1.0_kind(x)) half of correct value</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85877">ICE in fold_convert_loc, at fold-const.c:2449</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87127">External function not recognised from within an associate block</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87204">strtoflt128 produces different results for subnormals with -m32 and -m64</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95107">ICE in hash_operand, at fold-const.c:3768</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96024">ICE in mio_name_expr_t, at fortran/module.c:2159</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96025">ICE in expr_check_typed_help, at fortran/expr.c:5437</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98487">ICE: tree check: expected identifier_node, have tree_list in is_attribute_p, at attribs.h:155 [C2X or C++11 attribute syntax, gnu::format and -Wsuggest-attribute=format] or a suggest warning (release checking)</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99036">ICE in gfc_current_interface_head, at fortran/interface.c:4699</a>.</li>
</ul></li>
<li>GNU C Library provides:
<ul>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=19444">build failures with -O1 due to -Wmaybe-uninitialized</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=27087">PowerPC: Redefinition error with Clang from IEEE redirection headers</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=27749">Data race __run_exit_handlers</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29402">nscd: No such file or directory</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29576">librtld.os: in function `_dl_start_profile': (.text+0x9444): undefined reference to `strcpy'</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29591">wcsnlen length can overflow in page cross case.</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29776">elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29863">Segmentation fault in memcmp-sse2.S if memory contents can concurrently change</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29864">__libc_start_main() should obtain program headers address (_dl_phdr) from the auxv, not the ELF header.</a>.</li>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=29951">daylight variable not set correctly if last DST change coincides with offset change</a>.</li>
</ul></li>
<li>GNU Debugger provides:
<ul>
<li>Fix for <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=28275">commit_resumed_state assertion failure when killing running inferior and running again</a>.</li>
<li>Fix disable commit resumed in target_kill.</li>
<li>Fix switch to right process in find_one_thread.</li>
<li>Fix assert when quitting GDB while a thread is stepping.</li>
</ul></li>
<li>Userspace RCU provides:
<ul>
<li>Version 0.14.0, see the <a href="https://github.com/urcu/userspace-rcu/commit/d1252aeb22cc8dbd9b1806afd66ffaf9ad6d7d07#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfb">change log</a> for details.</li>
<li>Fix for warning 'noreturn' function does return on ppc.</li>
<li>Fix for use __noreturn__ for C11-compatibility.</li>
</ul></li>
<li>OpenSSL provides:
<ul>
<li>Version 3.0.8, see the <a href="https://www.openssl.org/news/cl30.txt">release notes</a> for details.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/19543">Provider decoder man and header file mismatch</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/19580">ossl_ecx_key_op not able to access in openssl3.0 Engine</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/19975">Null Ptr Deref in CMS_decrypt_set1_pkey_and_peer</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20197">fix ignored clearold flag</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20212">Openssl-3.0.7 Error while running speed test for DES-EDE (ECB, CBC, CFB , OFB modes )</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20238">Duplicate symbols libssl.a and libcrypto.a (3.0.8 regression)</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20268">DSA_sign hangs with invalid parameters</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20278">a double free bug in crypto/http/http_client.c</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20377">early_data and CCM ciphersuite (openssl 3.0.5)</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20424">Incorrect cast sign?</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20435">size_t vs int confusion in recent commits</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20497">EVP_PKEY_(get_)id not returning an OID (for provider PKEYs)</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/20597">DTLS 1.2 Application Data prior to CCS/Finish</a>.</li>
</ul></li>
<li>Python provides:
<ul>
<li>Version 3.10.11, see the <a href="https://www.python.org/downloads/release/python-31011/">release notes</a> for details.</li>
<li>Fix for <a href="https://github.com/python/cpython/issues/103264">Clarify and simplify description of print&#39;s flush param</a>.</li>
</ul></li>
</ul>

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

<h3>New features in 16.0-1</h3>
<ul>
<li>GCC provides:
Expand Down Expand Up @@ -139,9 +263,6 @@ <h3>New features in 16.0-1</h3>
</ul></li>
</ul>

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

<h3>New features in 16.0-0</h3>
<ul>
<li>GCC provides:
Expand Down
2 changes: 1 addition & 1 deletion docs/advance-toolchain-linux-on-power
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function myFunction() {
</div>

<div class="ibm-band-fluid ibm-flex ibm-padding-top-2 ibm-padding-bottom-1">
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 14.0-7 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at14.0-7" target="_blank">Learn more</a></p>
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 16.0-2 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at16.0-2" target="_blank">Learn more</a></p>
</div>
<!-- start main content -->

Expand Down
2 changes: 1 addition & 1 deletion docs/advtool-cross-compilers
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</div>

<div class="ibm-band-fluid ibm-flex ibm-padding-top-2 ibm-padding-bottom-1">
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 14.0-7 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at14.0-7" target="_blank">Learn more</a></p>
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 16.0-2 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at16.0-2" target="_blank">Learn more</a></p>
</div>

<div class="ibm-band-fluid ibm-flex ibm-nospacing ibm-flex--wrap">
Expand Down
2 changes: 1 addition & 1 deletion docs/advtool-faq
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!--Start of vertical tabs -->

<div class="ibm-band-fluid ibm-flex ibm-padding-top-2 ibm-padding-bottom-1">
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 14.0-7 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at14.0-7" target="_blank">Learn more</a></p>
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 16.0-2 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at16.0-2" target="_blank">Learn more</a></p>
</div>

<div class="ibm-graphic-tabs ibm-graphic-tabs--colored ibm-vertical-tabs ibm-padding-bottom-3" data-remembertab="false" data-widget="dyntabs"><!-- Tabs here: -->
Expand Down
2 changes: 1 addition & 1 deletion docs/advtool-install
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function myFunction() {
</div>

<div class="ibm-band-fluid ibm-flex ibm-padding-top-2 ibm-padding-bottom-1">
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 14.0-7 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at14.0-7" target="_blank">Learn more</a></p>
<p class="custom-padding-left-12px ibm-h4">IBM Advance Toolchain for Linux on Power 16.0-2 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at16.0-2" target="_blank">Learn more</a></p>
</div>

<div class="ibm-band-fluid ibm-flex ibm-nospacing ibm-flex--wrap ibm-padding-top-2 ibm-padding-bottom-1"><!--Get started-->
Expand Down
6 changes: 5 additions & 1 deletion docs/advtool-updates
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function myFunction() {

<div class="ibm-band-fluid ibm-flex ibm-flex--wrap ibm-padding-top-2 ibm-padding-bottom-1">
<div class="ibm-col-12-12">
<p class="ibm-h4">IBM Advance Toolchain for Linux on Power 14.0-7 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at14.0-7" target="_blank">Learn more</a></p>
<p class="ibm-h4">IBM Advance Toolchain for Linux on Power 16.0-2 is now available! <a class="ibm-forward-link ibm-inlinelink" href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at16.0-2" target="_blank">Learn more</a></p>
&nbsp;

<p class="ibm-h4">We frequently release updates to each of the Advance Toolchain versions. Find links to the release notes (from year 2020) for the updates, newest to oldest, in the following table.</p>
Expand All @@ -167,6 +167,10 @@ function myFunction() {
<thead>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at16.0-2" target="_blank">Advance Toolchain 16.0-2</a></td>
<td>04/28/2023</td>
</tr>
<tr>
<td><a href="https://github.com/advancetoolchain/advance-toolchain/releases/tag/at14.0-7" target="_blank">Advance Toolchain 14.0-7</a></td>
<td>03/31/2023</td>
Expand Down
Loading

0 comments on commit 2e1b7c4

Please sign in to comment.