summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-12 18:07:24 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-12 18:07:24 -0500
commit754f22e63bbaecc0299276dff56595cf29fbec78 (patch)
tree06f9093e2419e3b00c26ae0277471952483b26a6 /config
parent4f6d4e104518f3fb55728fd5009a6909483f49fc (diff)
downloadelfutils-754f22e63bbaecc0299276dff56595cf29fbec78.tar.gz
Prepare 0.151 release.elfutils-0.151
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am4
-rw-r--r--config/elfutils.spec.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index 91adeee5..45ddd73b 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-
## Configure input file for elfutils.
##
-## Copyright (C) 2004, 2005, 2008, 2009 Red Hat, Inc.
+## Copyright (C) 2004, 2005, 2008, 2009, 2011 Red Hat, Inc.
## This file is part of Red Hat elfutils.
##
## Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -33,7 +33,7 @@ $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS
date +'* %a %b %e %Y' | tr '[\n]' '[ ]' > $$tmpname; \
getent passwd "$$(whoami)" | \
awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \
- echo -n " <$$(whoami)@redhat.com> " >> $$tmpname; \
+ echo -n " <$$(whoami)@gmail.com> " >> $$tmpname; \
awk '\
$$1 == "Version" && started { exit } \
$$1 == "Version" { started=1; line=""; sub(/:/,"",$$2); \
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index d406daa5..13ec5fcc 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -188,7 +188,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
-* Mon Nov 22 2010 <drepper@redhat.com> 0.150-1
+* 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.