]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.141 release.
authorUlrich Drepper <drepper@myware66.akkadia.org>
Thu, 23 Apr 2009 15:20:16 +0000 (08:20 -0700)
committerUlrich Drepper <drepper@myware66.akkadia.org>
Thu, 23 Apr 2009 15:20:16 +0000 (08:20 -0700)
config/elfutils.spec.in
configure.ac

index f67d4590c9d6db8f3b0da927ba1b7585274c6a19..04fc34b31311fa8173a9c9fe928b6b4d65aa4ec6 100644 (file)
@@ -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 
index aeb40d11752de7ba666900c5971e8d50e1931db7..4931530c22f84cb4054e3ab108a4212442375f99 100644 (file)
@@ -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])