summaryrefslogtreecommitdiff
path: root/elfutils/elfutils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/elfutils.spec')
-rw-r--r--elfutils/elfutils.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/elfutils/elfutils.spec b/elfutils/elfutils.spec
index 38681cc9..e4f18b10 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.151
+Version: 0.152
Release: 1
License: GPLv2 with exceptions
Group: Development/Tools
@@ -188,7 +188,19 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
-* Mon Nov 22 2010 <drepper@redhat.com> 0.150-1
+* Tue Feb 15 2011 <drepper@gmail.com> 0.152-1
+- Various build and warning nits fixed for newest GCC and Autoconf.
+- libdwfl: Yet another prelink-related fix for another regression.
+ Look for Linux kernel images in files named with compression
+ suffixes.
+- elfcmp: New flag --ignore-build-id to ignore differing build ID
+ bits. New flag -l/--verbose to print all differences.
+
+* Wed Jan 12 2011 <drepper@gmail.com> 0.151-1
+- libdwfl: Fix for more prelink cases with separate debug file.
+- strip: New flag --strip-sections to remove section headers entirely.
+
+* Mon Nov 22 2010 <drepper@gmail.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.