summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in11
2 files changed, 14 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 4ca6fa82..2ca25bc3 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-04 Mark Wielaard <[email protected]>
+
+ * elfutils.spec.in: Update for 0.167.
+
2016-07-06 Mark Wielaard <[email protected]>
* elfutils.spec.in: Remove eu-ld.
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.