summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-05-05 09:47:29 +0200
committerMark Wielaard <mark@klomp.org>2017-05-05 09:47:35 +0200
commit6358858c4d65e8fb12a112198ee1d4bcab0be876 (patch)
treede50d3d3e0b38dca095ea323a27b15ea4a14bb7f /config
parentd7e1e08f68afd6c3363231e3100fa0124a2d5cb6 (diff)
Prepare for 0.169.elfutils-0.169
Set version to 0.169. Update copyright year. Update po/*.po files. And add user visible changes to new 0.169 NEWS section. Signed-off-by: Mark Wielaard <mark@klomp.org>
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 8a39e982..3492d6d7 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-05 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Update for 0.169.
+
2016-12-27 Mark Wielaard <mjw@redhat.com>
* 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 <mark@klomp.org> 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 <mark@klomp.org> 0.168-1
- http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
- libelf: gelf_newehdr and gelf_newehdr now return void *.