Very minor updates for 3.18.

This commit is contained in:
Julian Seward 2021-10-13 17:06:10 +02:00
parent d37cedc1ef
commit eb41d3be47

25
NEWS
View File

@ -1,3 +1,4 @@
Release 3.18.0 (15 Oct 2021)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -10,18 +11,18 @@ AMD64/macOS 10.13 and nanoMIPS/Linux.
* ==================== CORE CHANGES ===================
- The libiberty demangler has been updated, which brings support
for Rust v0 name demangling
* The libiberty demangler has been updated, which brings support for Rust v0
name demangling
- __libc_freeres isn't called anymore after the program recieves
a fatal signal. Causing some internal glibc resources to hang
around, but preventing any crashes after the program has ended.
* __libc_freeres isn't called anymore after the program recieves a fatal
signal. Causing some internal glibc resources to hang around, but preventing
any crashes after the program has ended.
- The DWARF reader is now much faster at startup when just
--read-inline-info=yes (the default in most cases) is given.
* The DWARF reader is now very much faster at startup when just
--read-inline-info=yes (the default in most cases) is given.
- glibc 2.34, which moved various functions from libpthread.so
into libc.so, is now supported.
* glibc 2.34, which moved various functions from libpthread.so into libc.so,
is now supported.
* ================== PLATFORM CHANGES =================
@ -46,6 +47,10 @@ AMD64/macOS 10.13 and nanoMIPS/Linux.
* Support for X86/FreeBSD and AMD64/FreeBSD has been added.
* ==================== OTHER CHANGES ====================
* Memcheck on amd64: minor fixes to remove some false positive undef-value errors
* ==================== FIXED BUGS ====================
The following bugs have been fixed or resolved. Note that "n-i-bz"
@ -111,6 +116,8 @@ where XXXXXX is the bug number as listed below.
(3.18.0.RC1: 12 Oct 2021)
Release 3.17.0 (19 Mar 2021)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~