summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2023-03-03 16:13:52 +0100
committerMark Wielaard <mark@klomp.org>2023-03-03 16:13:52 +0100
commit67a187d4c1790058fc7fd218317851cb68bb087c (patch)
treeaa10c73d447f061964c0519f948e46f07042ca45 /NEWS
parent0a52a7dc8b96cf7bc1733176b1660303157e0afa (diff)
downloadelfutils-67a187d4c1790058fc7fd218317851cb68bb087c.tar.gz
Prepare for 0.189elfutils-0.189
Set version to 0.189 Update NEWS and elfutils.spec.in Set copyright year in configure.ac and printversion. Regenerate po/*.po files. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4985658f..16e37eca 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Version 0.189 "Don't deflate!"
configure: eu-nm, eu-addr2line and eu-stack can provide demangled symbols
when linked with libstdc++. Use --disable-demangler to disable.
+ A new option --enable-sanitize-memory has been added for msan
+ sanitizer support.
+
libelf: elf_compress now supports ELFCOMPRESS_ZSTD when build against
libzstd
@@ -12,6 +15,8 @@ libdwfl: dwfl_module_return_value_location now returns 0 (no return type)
elfcompress: -t, --type= now support zstd if libelf has been build with
ELFCOMPRESS_ZSTD support.
+backends: Add support for LoongArch and Synopsys ARCv2 processors.
+
Version 0.188 "no section left behind"
readelf: Add -D, --use-dynamic option.