summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in7
2 files changed, 11 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 5b3d83e2..0e9cc28c 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-11 Mark Wielaard <[email protected]>
+
+ * elfutils.spec.in: Update for 0.172.
+
2018-06-01 Mark Wielaard <[email protected]>
* elfutils.spec.in: Update for 0.171.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 4c49a141..8e41f46a 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -227,6 +227,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sysctldir}/10-default-yama-scope.conf
%changelog
+* Mon Jun 11 2018 Mark Wielaard <[email protected]> 0.172-1
+- No functional changes compared to 0.171.
+- Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
+ data. Thanks to running the afl fuzzer on eu-readelf and various
+ testcases.
+- eu-readelf -N is ~15% faster.
+
* Fri Jun 01 2018 Mark Wielaard <[email protected]> 0.171-1
- DWARF5 and split dwarf, including GNU DebugFission, support.
- readelf: Handle all new DWARF5 sections.