diff options
author | Mark Wielaard <mark@klomp.org> | 2017-08-02 18:30:07 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2017-08-02 18:35:29 +0200 |
commit | 54ba4ce2973113d8f4315d4fc90e16a9b4476ea6 (patch) | |
tree | 3399a404d9aa54ce76866de066e47017b5102c67 /config | |
parent | 31bae8177b7302d0bcf3b57c9dce8abb591821aa (diff) | |
download | elfutils-54ba4ce2973113d8f4315d4fc90e16a9b4476ea6.tar.gz |
Prepare for 0.170.elfutils-0.170
Set version to 0.170. Update po/*.po files.
Add some more user visible changes to NEWS.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 6 | ||||
-rw-r--r-- | config/elfutils.spec.in | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 3492d6d7..02cf76f9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,4 +1,8 @@ -2016-05-05 Mark Wielaard <mark@klomp.org> +2016-08-02 Mark Wielaard <mark@klomp.org> + + * elfutils.spec.in: Update for 0.170. + +2017-05-05 Mark Wielaard <mark@klomp.org> * elfutils.spec.in: Update for 0.169. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 06b7290d..439fcb73 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -227,6 +227,16 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysctldir}/10-default-yama-scope.conf %changelog +* Wed Aug 2 2017 Mark Wielaard <mark@gmail.com> 0.170-1 +- libdw: Added new DWARF5 attribute, tag, character encoding, + language code, calling convention, defaulted member function + and macro constants to dwarf.h. + New functions dwarf_default_lower_bound and dwarf_line_file. + dwarf_peel_type now handles DWARF5 immutable, packed and shared tags. + dwarf_getmacros now handles DWARF5 .debug_macro sections. +- strip: Add -R, --remove-section=SECTION and --keep-section=SECTION. +- backends: The bpf disassembler is now always build on all platforms. + * 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. |