summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 29 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e4b2402f..beec030f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,33 @@
+Version 0.154
+
+libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
+
+The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone
+programs. There is now also a formal CONTRIBUTING document describing how to
+submit patches.
+
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.
+ Support for typed DWARF stack, call_site and entry_value.
+
+strip: Add --reloc-debug-sections option.
+ Improved SHT_GROUP sections handling.
+
Version 0.152
Various build and warning nits fixed for newest GCC and Autoconf.
@@ -97,8 +123,8 @@ libdwfl: Support automatic decompression of files in XZ format,
Version 0.142:
libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
- for elf_getshstrndx and deprecate original names. Sun screwed up
- their implementation and asked for a solution.
+ for elf_getshstrndx and deprecate original names. Sun screwed up
+ their implementation and asked for a solution.
libebl: Add support for STB_GNU_UNIQUE.
@@ -135,7 +161,7 @@ Version 0.139:
libcpu: Add Intel SSE4 disassembler support
readelf: Implement call frame information and exception handling dumping.
- Add -e option. Enable it implicitly for -a.
+ Add -e option. Enable it implicitly for -a.
elflint: Check PT_GNU_EH_FRAME program header entry.