summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-16 07:34:55 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-16 07:34:55 +0000
commit98c5ead4ad9fbf96ad3b54d8ca26e354ddc3398d (patch)
tree255279f64fb06f6043a14259de38024c0f295586
parentb597dfad924980dede10d7c19d87900b6172e599 (diff)
For release.elfutils-0.130
-rw-r--r--config/elfutils.spec.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index effdc520..ffcf129e 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -180,6 +180,22 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Mon Oct 15 2007 Ulrich Drepper <drepper@redhat.com> 0.130-1
+- readelf: -p option can take an argument like -x for one section,
+ or no argument (as before) for all SHF_STRINGS sections;
+ new option --archive-index (or -c); improved -n output fo
+r core files, on many machines
+- libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
+ new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
+- readelf, elflint: handle SHT_NOTE sections without requiring phdrs
+- elflint: stricter checks on debug sections
+- libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debu
+ginfo, dwfl_module_build_id, dwfl_module_report_build_id; suppo
+rt dynamic symbol tables found via phdrs; dwfl_standard_find_de
+buginfo now uses build IDs when available
+- unstrip: new option --list (or -n)
+- libebl: backend improvements for sparc, alpha, powerpc
+
* Tue Aug 14 2007 Ulrich Drepper <drepper@redhat.com> 0.129-1
- readelf: new options --hex-dump (or -x), --strings (or -p)
- addr2line: new option --symbols (or -S)