summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@myware66.akkadia.org>2009-04-23 08:20:16 -0700
committerUlrich Drepper <drepper@myware66.akkadia.org>2009-04-23 08:20:16 -0700
commit300f3a41d5e22f4e6c634ed652ebc2c90303f89f (patch)
treee3d73f1dd5cc7f560f59659ee7f3dcaaccee5c4a
parentf9545c4ac7ec2cf0d5b69aa2db043f9f4df6c6c5 (diff)
downloadelfutils-300f3a41d5e22f4e6c634ed652ebc2c90303f89f.tar.gz
0.141 release.
-rw-r--r--config/elfutils.spec.in9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index f67d4590..04fc34b3 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Thu Apr 23 2009 Ulrich Drepper <drepper@redhat.com> 0.141-1
+- libebl: sparc backend fixes; some more arm backend support
+- libdwfl: fix dwfl_module_build_id for prelinked DSO case;
+ fixes in core file support; dwfl_module_getsym interface
+ improved for non-address symbols
+- strip: fix infinite loop on strange inputs with -f
+- addr2line: take -j/--section=NAME option for binutils compatibility
+ (same effect as '(NAME)0x123' syntax already supported)
+
* Mon Feb 16 2009 Ulrich Drepper <drepper@redhat.com> 0.140-1
- libelf: Fix regression in creation of section header
- libdwfl: Less strict behavior if DWARF reader ist just used to
diff --git a/configure.ac b/configure.ac
index aeb40d11..4931530c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
dnl
-AC_INIT([Red Hat elfutils],[0.140.90],[http://bugzilla.redhat.com/bugzilla/],
+AC_INIT([Red Hat elfutils],[0.141],[http://bugzilla.redhat.com/bugzilla/],
[elfutils])
AC_CONFIG_AUX_DIR([config])