summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-08-13 23:53:56 +0200
committerMark Wielaard <mark@klomp.org>2019-08-13 23:57:23 +0200
commit5643e037cb7a38ed5d52f50421be706ea8014e3d (patch)
tree04ffc8f67e19d2a9667e7de315e72c6b99fd2da8 /NEWS
parent3f489b5c7c78df6d52f8982f79c36e9a220e8951 (diff)
downloadelfutils-5643e037cb7a38ed5d52f50421be706ea8014e3d.tar.gz
Prepare for 0.177elfutils-0.177
Set version to 0.177. Update NEWS and elfutils.spec.in. Use git --get user.name and user.email for spec changelog. Regenerate po/*.po files. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a06047f..2bf19d9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.177
+
+elfclassify: New tool to analyze ELF objects.
+
+readelf: Print DW_AT_data_member_location as decimal offset.
+ Decode DW_AT_discr_list block attributes.
+
+libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.
+
+libdwelf: Add dwelf_elf_e_machine_string.
+ dwelf_elf_begin now only returns NULL when there is an error
+ reading or decompressing a file. If the file is not an ELF file
+ an ELF handle of type ELF_K_NONE is returned.
+
+backends: Add support for C-SKY.
+
Version 0.176
build: Add new --enable-install-elfh option.