summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-05-18 00:28:26 +0200
committerMark Wielaard <[email protected]>2014-05-18 22:37:29 +0200
commitf05dff9d390f0692f5c74f9551ce6b2eeda78ed4 (patch)
tree5eac1cc6d2ebf6054b4553a01de7952894ec238b /NEWS
parent0f5b632a72bf0a33e3f2ec9270dd16d266a7b54b (diff)
Prepare 0.159 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 443cc3a0..8ac46310 100644
--- a/NEWS
+++ b/NEWS
@@ -11,10 +11,20 @@ libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and
DW_FORM_GNU_strp_alt is now enabled by default and no longer
experimental. Added new functions dwarf_getalt and dwarf_setalt
to get or set the alternative debug file used for the alt FORMs.
+ The dwfl_linux_proc_find_elf callback will now find ELF from
+ process memory for (deleted) files if the Dwfl has process state
+ attached.
libdwfl: The dwfl_build_id_find_debuginfo and dwfl_standard_find_debuginfo
functions will now try to resolve and set the alternative debug file.
+backends: Add CFI unwinding for arm. Relies on .debug_frame.
+ Add arm process initial register state compatible mode to AARCH64.
+ Add aarch64 native and core unwind support.
+
+other: All separate elfutils-robustify patches have been merged.
+ CVE-2014-0172 Check overflow before calling malloc to uncompress data.
+
Version 0.158
libdwfl: dwfl_core_file_report has new parameter executable.