summaryrefslogtreecommitdiffstats
path: root/config/elfutils.spec.in
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2010-02-23 18:48:59 -0800
committerUlrich Drepper <[email protected]>2010-02-23 18:48:59 -0800
commitb5bd407b9b58aabcd16e9f091691a1cb97058140 (patch)
tree56a40970ef02466155c6780cacc3e44294e39171 /config/elfutils.spec.in
parentbc87bd74a6ecf7d8559c83c8047f5ed11e93f1fe (diff)
0.145 release preparations.elfutils-0.145
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r--config/elfutils.spec.in9
1 files changed, 9 insertions, 0 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 <[email protected]> 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 <[email protected]> 0.144-1
- libelf: New function elf_getphdrnum. Now support using more than
65536 program headers in a file.