summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c01513d0..4985658f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,17 @@
-Version 0.189
+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.
+libelf: elf_compress now supports ELFCOMPRESS_ZSTD when build against
+ libzstd
+
libdwfl: dwfl_module_return_value_location now returns 0 (no return type)
for DIEs that point to a DW_TAG_unspecified_type.
+elfcompress: -t, --type= now support zstd if libelf has been build with
+ ELFCOMPRESS_ZSTD support.
+
Version 0.188 "no section left behind"
readelf: Add -D, --use-dynamic option.