]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.145 release preparations. elfutils-0.145
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Feb 2010 02:48:59 +0000 (18:48 -0800)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Feb 2010 02:48:59 +0000 (18:48 -0800)
config/elfutils.spec.in
configure.ac

index 045542cb83bacdd02a7d02b3e7b3a3f520b26879..d9f592d209725ef0f1d43933faa7ebaf7fa378d2 100644 (file)
@@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.a
 
 %changelog
+* Tue Feb 23 2010 Ulrich Drepper <drepper@redhat.com> 0.145-1
+- Fix build with --disable-dependency-tracking.
+- Fix build with most recent glibc headers.
+- libelf: More robust to bogus section headers.
+- libdw: Fix CFI decoding.
+- libdwfl: Fix address bias returned by CFI accessors.          Fix core 
+  file module layout identification.
+- readelf: Fix CFI decoding.
+
 * Thu Jan 14 2010  <drepper@redhat.com> 0.144-1
 - libelf: New function elf_getphdrnum.         Now support using more than 
   65536 program headers in a file.
index e9fbfccffaafac00092b7a1d8ae5860c93763a40..d2af237753e644b09406c4d2a46a9362b3301e41 100644 (file)
@@ -16,12 +16,12 @@ 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.144],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
+AC_INIT([Red Hat elfutils],[0.145],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_FILES([config/Makefile])
 
-AC_COPYRIGHT([Copyright (C) 1996-2009 Red Hat, Inc.])
+AC_COPYRIGHT([Copyright (C) 1996-2010 Red Hat, Inc.])
 AC_PREREQ(2.63)                        dnl Minimum Autoconf version required.
 
 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.