From 54ba4ce2973113d8f4315d4fc90e16a9b4476ea6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 2 Aug 2017 18:30:07 +0200 Subject: [PATCH] Prepare for 0.170. Set version to 0.170. Update po/*.po files. Add some more user visible changes to NEWS. Signed-off-by: Mark Wielaard --- ChangeLog | 5 + NEWS | 2 +- config/ChangeLog | 6 +- config/elfutils.spec.in | 10 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 477 ++++++++++++++++++++++++---------------------- po/es.po | 487 ++++++++++++++++++++++++----------------------- po/ja.po | 490 +++++++++++++++++++++++++----------------------- po/pl.po | 484 +++++++++++++++++++++++++---------------------- po/uk.po | 487 ++++++++++++++++++++++++----------------------- 11 files changed, 1306 insertions(+), 1148 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8748ab86..9253c0a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-08-02 Mark Wielaard + + * configure.ac: Set version to 0.170. + * NEWS: Mention new libdw dwarf_line_file function. + 2017-07-26 Mark Wielaard * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro. diff --git a/NEWS b/NEWS index 5c2d8add..72e5118d 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Version 0.170 libdw: Added new DWARF5 attribute, tag, character encoding, language code, calling convention, defaulted member function and macro constants to dwarf.h. - New function dwarf_default_lower_bound. + 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. 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 +2016-08-02 Mark Wielaard + + * elfutils.spec.in: Update for 0.170. + +2017-05-05 Mark Wielaard * 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 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 0.169-1 - backends: Add support for EM_PPC64 GNU_ATTRIBUTES. Frame pointer unwinding fallback support for i386, x86_64, aarch64. diff --git a/configure.ac b/configure.ac index bb58f4b8..1f1856df 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -AC_INIT([elfutils],[0.169],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.170],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], diff --git a/po/ChangeLog b/po/ChangeLog index 5e02edf2..465ae165 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2017-08-02 Mark Wielaard + + * *.po: Update for 0.170. + 2017-05-05 Mark Wielaard * *.po: Update for 0.169. -- 2.13.3