summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-10-15 18:28:34 +0200
committerMark Wielaard <mjw@redhat.com>2015-10-15 18:38:29 +0200
commitd11eea4add865ebada5f79c8400abfbb48938b8c (patch)
treebd6799b4bf133157cf067a1844b3cd9669a16a09 /config
parentb1d0b0fc7ef850851574031851cd36d114ea30e7 (diff)
Prepare 0.164 release.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in14
2 files changed, 18 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 77f9a114..428162fe 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-15 Mark Wielaard <mjw@redhat.com>
+
+ * elfutils.spec.in: Update for 0.164.
+
2015-10-07 Mark Wielaard <mjw@redhat.com>
* eu.am (ARFLAGS): Set to "cr".
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index e5f6e29c..b718f066 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -223,6 +223,20 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Thu Oct 15 2015 Mark Wielaard <mjw@redhat.com> 0.164-1
+- strip, unstrip: Handle ELF files with merged strtab/shstrtab
+ tables. Handle missing SHF_INFO_LINK section flags.
+- libelf: Use int64_t for offsets in libelf.h instead of loff_t.
+- libdw: dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
+- libdwfl: dwfl_standard_find_debuginfo now searches any subdir of
+ the binary path under the debuginfo root when the separate
+ debug file couldn't be found by build-id.
+ dwfl_linux_proc_attach can now be called before any Dwfl_Modules
+ have been reported.
+- backends: Better sparc and sparc64 support.
+- translations: Updated Ukrainian translation.
+- Provide default-yama-scope subpackage.
+
* Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> 0.163-1
- Bug fixes only, no new features.