summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-12 20:46:54 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-12 20:46:54 +0000
commitf48d0b05bdcc9a99585229b8d733fce2b383a51e (patch)
treecc89e8f26a5e7f99540a0e7ab3fcf123b3f7ca12
parent47fd77e7bf5a3df32da9f05d6cbdd9d821edee90 (diff)
-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 6c5f7a5a..8ab350c1 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -154,6 +154,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.so
%changelog
+* Wed Jul 12 2006 Ulrich Drepper <drepper@redhat.com> 0.122-1
+- libebl: add function to test for relative relocation
+- elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
+- elflint, readelf: add support for DT_GNU_HASHlibelf: add elf_gnu_hash
+- elflint, readelf: add support for 64-bit SysV-style hash tables
+- libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
+
* Wed Jun 14 2006 <drepper@redhat.com> 0.121-1
- libelf: bug fixes for rewriting existing files when using mmap.
- make all installed headers usable in C++ code.