summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-01 18:39:51 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-01 18:39:51 +0000
commit472b20d24ffbc2485f8a5e2be208a11d77e8e846 (patch)
tree2265c1f3d6d09a23fa36e1c81b9bbdf985341d5e /config
parent1c5928d48973c35e3fffcbefa5dad7bbda0e787d (diff)
downloadelfutils-472b20d24ffbc2485f8a5e2be208a11d77e8e846.tar.gz
0.133 release.elfutils-0.133
Diffstat (limited to 'config')
-rw-r--r--config/elfutils.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index a6dcb60d..790da1e1 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -182,6 +182,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Sat Mar 1 2008 Ulrich Drepper <drepper@redhat.com> 0.133-1
+- readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
+- readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
+- libdwfl: bug fixes and optimization in relocation handling
+- elfcmp: bug fix for non-allocated section handling
+- ld: implement newer features of binutils linker.
+
* Mon Jan 21 2008 Ulrich Drepper <drepper@redhat.com> 0.132-1
- libcpu: Implement x86 and x86-64 disassembler.
- libasm: Add interface for disassembler.