diff options
author | Mark Wielaard <[email protected]> | 2016-08-04 13:36:34 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2016-08-04 13:36:34 +0200 |
commit | aee5606ab5b46b6727912be4027f4f168fdc4bbe (patch) | |
tree | 05f1de8b1806ee51750d935869b5eba77ac47922 /config/elfutils.spec.in | |
parent | dd906c1b4852be4dd34924017261f89cc5c4c723 (diff) |
Prepare 0.167 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r-- | config/elfutils.spec.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index b62be264..9b87d05b 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -226,7 +226,16 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysctldir}/10-default-yama-scope.conf %changelog -* Thu Mar 31 2016 Mark Wielaard <[email protected]> 0.166-1 +* Thu Aug 4 2016 Mark Wielaard <[email protected]> 0.167-1 +- libasm: Add eBPF disassembler for EM_BPF files. +- backends: Add m68k and BPF backends. +- ld: Removed. +- dwelf: Add ELF/DWARF string table creation functions. + dwelf_strtab_init, dwelf_strtab_add, dwelf_strtab_add_len, + dwelf_strtab_finalize, dwelf_strent_off, dwelf_strent_str and + dwelf_strtab_free. + +* Thu Mar 31 2016 Mark Wielaard <[email protected]> 0.166-1 - config: The default program prefix for the installed tools is now eu-. Use configure --program-prefix="" to not use a program prefix. |