summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-07-25 11:17:49 +0200
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-07-25 11:17:49 +0200
commit5fdc1de0f6373d5aab981aaf92e3e55d54ecac2f (patch)
treebe097405abd8f66c487481e38ac98e2d9594cb59 /config
parent10edf47b87e0b15459d8f74357e03c9440e3dcf3 (diff)
downloadelfutils-5fdc1de0f6373d5aab981aaf92e3e55d54ecac2f.tar.gz
Prepare 0.156 release.elfutils-0.156
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in22
2 files changed, 26 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index a3fba25f..b169bf13 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * config/elfutils.spec.in: Update for 0.156.
+
2013-04-24 Mark Wielaard <mjw@redhat.com>
* eu.am: Use AM_CPPFLAGS instead of INCLUDES.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 4d1bd767..e9018629 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -195,6 +195,28 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
+- lib: New macro COMPAT_VERSION_NEWPROTO.
+- libdw: Handle GNU extension opcodes in dwarf_getlocation.
+- libdwfl: Fix STB_GLOBAL over STB_WEAK preference in
+ dwfl_module_addrsym. Add minisymtab support. Add
+ parameter add_p_vaddr to dwfl_report_elf. Use DT_DEBUG
+ library search first.
+- libebl: Handle new core note types in EBL.
+- backends: Interpret NT_ARM_VFP. Implement core file
+ registers parsing for s390/s390x.
+- readelf: Add --elf-section input option to inspect an embedded ELF
+ file. Add -U, --unresolved-address-offsets output control.
+ Add --debug-dump=decodedline support. Accept version
+ 8 .gdb_index section format. Adjust output formatting width.
+ When highpc is in constant form print it also as address.
+ Display raw .debug_aranges. Use libdw only for decodedaranges.
+- elflint: Add __bss_start__ to the list of allowed symbols.
+- tests: Add configure --enable-valgrind option to run all tests
+ under valgrind. Enable automake parallel-tests for make check.
+- translations: Updated Polish translation.
+- Updates for Automake 1.13.
+
* Fri Aug 24 2012 Mark Wielaard <mjw@redhat.com> 0.155-1
- libelf: elf*_xlatetomd now works for cross-endian ELF note data.
elf_getshdr now works consistently on non-mmaped ELF files after