summaryrefslogtreecommitdiff
path: root/elfutils/elfutils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/elfutils.spec')
-rw-r--r--elfutils/elfutils.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/elfutils/elfutils.spec b/elfutils/elfutils.spec
index a44512cd..38681cc9 100644
--- a/elfutils/elfutils.spec
+++ b/elfutils/elfutils.spec
@@ -1,7 +1,7 @@
# -*- rpm-spec-*-
Summary: A collection of utilities and DSOs to handle compiled objects
Name: elfutils
-Version: 0.150
+Version: 0.151
Release: 1
License: GPLv2 with exceptions
Group: Development/Tools
@@ -188,6 +188,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Mon Nov 22 2010 <drepper@redhat.com> 0.150-1
+- libdw: Fix for handling huge .debug_aranges section.
+- libdwfl: Fix for handling prelinked DSO with separate debug file.
+- findtextrel: Fix diagnostics to work with usual section ordering.
+- libebl: i386 backend fix for multi-register integer return value
+ location.
+
* Mon Sep 13 2010 <drepper@redhat.com> 0.149-1
- libdw: Decode new DW_OP_GNU_implicit_pointer operation; new
function dwarf_getlocation_implicit_pointer.