summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-02-23 18:48:59 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-23 18:48:59 -0800
commitb5bd407b9b58aabcd16e9f091691a1cb97058140 (patch)
tree56a40970ef02466155c6780cacc3e44294e39171
parentbc87bd74a6ecf7d8559c83c8047f5ed11e93f1fe (diff)
0.145 release preparations.elfutils-0.145
-rw-r--r--config/elfutils.spec.in9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 045542cb..d9f592d2 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 <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.
diff --git a/configure.ac b/configure.ac
index e9fbfccf..d2af2377 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.