summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 642d7653..ad0ffb88 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -14,6 +14,10 @@
* eu.am: Add $(top_srcdir)libgnu and $(top_builddir)/libgnu to -I if requested.
+2016-05-05 Mark Wielaard <[email protected]>
+
+ * elfutils.spec.in: Update for 0.169.
+
2016-12-27 Mark Wielaard <[email protected]>
* elfutils.spec.in: Update for 0.168 and new project location.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index c9dd6248..06b7290d 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -227,6 +227,11 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Fri May 5 2017 Mark Wielaard <[email protected]> 0.169-1
+- backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
+ Frame pointer unwinding fallback support for i386, x86_64, aarch64.
+- translations: Update Polish translation.
+
* Tue Dec 27 2016 Mark Wielaard <[email protected]> 0.168-1
- http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
- libelf: gelf_newehdr and gelf_newehdr now return void *.