Add NEWS entries for libdwfl, readelf, strip and dwarf.h.
authorMark Wielaard <mjw@redhat.com>
Sun, 22 Jan 2012 18:28:20 +0000 (19:28 +0100)
committerMark Wielaard <mjw@redhat.com>
Sun, 22 Jan 2012 18:28:20 +0000 (19:28 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5648839..9b439b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,26 @@ Version 0.153
 
 libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
 
+libdwfl: Speed up dwfl_module_addrsym.
+
 nm: Support C++ demangling.
 
 ar: Support D modifier for "deterministic output" with no uid/gid/mtime info.
     The U modifier is the inverse.
     elfutils can be configured with the --enable-deterministic-archives
     option to make the D behavior the default when U is not specified.
+
 ranlib: Support -D and -U flags with same meaning.
 
+readelf: Improve output of -wline. Add support for printing SDT elf notes.
+         Add printing of .gdb_index section. 
+
+strip: Add --reloc-debug-sections option.
+       Improved SHT_GROUP sections handling.
+
+Add support for typed dwarf stack, call_site and entry_value to dwarf.h
+and readelf.
+
 Version 0.152
 
 Various build and warning nits fixed for newest GCC and Autoconf.