summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-11-26 09:52:24 +0100
committerMark Wielaard <mark@klomp.org>2019-11-26 09:52:24 +0100
commit6b13cb00099e6499e56eb07f83c926bca9471015 (patch)
treef0fac3e307bb8b6c0f0cad1df4495b9295b96a88 /NEWS
parent3f81dbd235172709021cc453d256e855d271686e (diff)
downloadelfutils-6b13cb00099e6499e56eb07f83c926bca9471015.tar.gz
Prepare for 0.178
Set version to 0.178. Update NEWS and elfutils.spec.in. Regenerate po/*.po files. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2bf19d9c..c147ad3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.178
+
+debuginfod: New server, client tool and library to index and fetch
+ ELF/DWARF files addressed by build-id through HTTP.
+
+doc: There are now some manual pages for functions and tools.
+
+backends: The libebl libraries are no longer dynamically loaded through
+ dlopen, but are now compiled into libdw.so directly.
+
+readelf: -n, --notes now takes an optional "SECTION" argument.
+ -p and -x now also handle section numbers.
+ New option --dyn-sym to show just the dynamic symbol table.
+
+libcpu: Add RISC-V disassembler.
+
+libdw: Abbrevs and DIEs can now be read concurrently by multiple
+ threads through the same Dwarf handle.
+
+libdwfl: Will try to use debuginfod when installed as fallback to
+ retrieve ELF and DWARF debug data files by build-id.
+
Version 0.177
elfclassify: New tool to analyze ELF objects.