summaryrefslogtreecommitdiffstats
path: root/config/elfutils.spec.in
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2015-10-15 18:28:34 +0200
committerMark Wielaard <[email protected]>2015-10-15 18:38:29 +0200
commitd11eea4add865ebada5f79c8400abfbb48938b8c (patch)
treebd6799b4bf133157cf067a1844b3cd9669a16a09 /config/elfutils.spec.in
parentb1d0b0fc7ef850851574031851cd36d114ea30e7 (diff)
Prepare 0.164 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r--config/elfutils.spec.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index e5f6e29c..b718f066 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -223,6 +223,20 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Thu Oct 15 2015 Mark Wielaard <[email protected]> 0.164-1
+- strip, unstrip: Handle ELF files with merged strtab/shstrtab
+ tables. Handle missing SHF_INFO_LINK section flags.
+- libelf: Use int64_t for offsets in libelf.h instead of loff_t.
+- libdw: dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
+- libdwfl: dwfl_standard_find_debuginfo now searches any subdir of
+ the binary path under the debuginfo root when the separate
+ debug file couldn't be found by build-id.
+ dwfl_linux_proc_attach can now be called before any Dwfl_Modules
+ have been reported.
+- backends: Better sparc and sparc64 support.
+- translations: Updated Ukrainian translation.
+- Provide default-yama-scope subpackage.
+
* Fri Jun 19 2015 Mark Wielaard <[email protected]> 0.163-1
- Bug fixes only, no new features.