From: Ulrich Drepper Date: Wed, 24 Feb 2010 02:48:59 +0000 (-0800) Subject: 0.145 release preparations. X-Git-Tag: elfutils-0.145^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5bd407b9b58aabcd16e9f091691a1cb97058140;p=thirdparty%2Felfutils.git 0.145 release preparations. --- diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 045542cb8..d9f592d20 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Tue Feb 23 2010 Ulrich Drepper 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 0.144-1 - libelf: New function elf_getphdrnum. Now support using more than 65536 program headers in a file. diff --git a/configure.ac b/configure.ac index e9fbfccff..d2af23775 100644 --- a/configure.ac +++ b/configure.ac @@ -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.