summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2013-09-30 13:50:26 +0200
committerMark Wielaard <[email protected]>2013-09-30 14:29:57 +0200
commitfb9275781cc91f2642879b820def37722a8ce2aa (patch)
treed479bdba9f94ab555f047a82aa07e588f7aecf40 /config
parent0c9ae0c5515c9da3d9e11396974b6a2f0ede2543 (diff)
0.157 release updates for NEWS, elfutils.spec.in and .po files.elfutils-0.157
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/elfutils.spec.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 1532879a..3b1877d7 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-30 Mark Wielaard <[email protected]>
+
+ * elfutils.spec.in: Update for readelf NT_SIGINFO and NT_FILE
+ core notes.
+
2013-09-27 Mark Wielaard <[email protected]>
* config/elfutils.spec.in: Update for 0.157.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 5907e3c2..35b1fa78 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -195,9 +195,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
-* Fri Sep 27 2013 Mark Wielaard <[email protected]> 0.157-1
+* Mon Sep 30 2013 Mark Wielaard <[email protected]> 0.157-1
- libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr
and dwarf_getlocation_die.
+- readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
- addr2line: Support -i, --inlines output option.
- backends: abi_cfi hook for arm, ppc and s390.