From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 32C113840C03 for ; Thu, 11 Jun 2020 14:34:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 32C113840C03 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=mark@tarox.wildebeest.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 5AAE0300160F; Thu, 11 Jun 2020 16:34:12 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 3F26041BBA10; Thu, 11 Jun 2020 16:34:12 +0200 (CEST) From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] Prepare for 0.180 Date: Thu, 11 Jun 2020 16:34:05 +0200 Message-Id: <20200611143405.27499-1-mark@klomp.org> X-Mailer: git-send-email 2.18.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-40.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, KHOP_HELO_FCRDNS, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 14:34:21 -0000 Set version to 0.180. Update NEWS and elfutils.spec.in. Set copyright year in printversion. Regenerate po/*.po files. Update .gitignore. Signed-off-by: Mark Wielaard --- .gitignore | 27 ++++- ChangeLog | 6 ++ NEWS | 14 +++ config/ChangeLog | 4 + config/elfutils.spec.in | 8 ++ configure.ac | 4 +- lib/ChangeLog | 4 + lib/printversion.c | 2 +- po/ChangeLog | 4 + po/de.po | 224 +++++++++++++++++++++------------------- po/es.po | 224 +++++++++++++++++++++------------------- po/ja.po | 224 +++++++++++++++++++++------------------- po/pl.po | 224 +++++++++++++++++++++------------------- po/uk.po | 224 +++++++++++++++++++++------------------- 14 files changed, 652 insertions(+), 541 deletions(-) diff --git a/.gitignore b/.gitignore index 43fb7275..c9790941 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ Makefile.in /config/install-sh /config/libdw.pc /config/libelf.pc +/config/libdebuginfod.pc /config/missing /config/test-driver /config/ylwrap @@ -43,6 +44,8 @@ Makefile.in /libcpu/*_gendis /libcpu/*_lex.c /libcpu/*_parse.[ch] +/debuginfod/debuginfod +/debuginfod/debuginfod-find /libdw/known-dwarf.h /po/*.gmo /po/*.pot @@ -76,8 +79,10 @@ Makefile.in /tests/*.trs /tests/addrcfi /tests/addrscopes +/tests/addsections /tests/aggregate_size /tests/alldts +/tests/all-dwarf-ranges /tests/allfcts /tests/allregs /tests/arextract @@ -92,6 +97,7 @@ Makefile.in /tests/asm-tst7 /tests/asm-tst8 /tests/asm-tst9 +/tests/attr-integrate-skel /tests/backtrace /tests/backtrace-child /tests/backtrace-child-biarch @@ -99,28 +105,35 @@ Makefile.in /tests/backtrace-dwarf /tests/buildid /tests/debugaltlink +/tests/debuginfod_build_id_find /tests/debuglink /tests/deleted +/tests/dwarfcfi +/tests/dwarf_default_lower_bound +/tests/dwarf-die-addr-die /tests/dwarf-getmacros /tests/dwarf-getstring /tests/dwarf-ranges +/tests/dwelf_elf_e_machine_string /tests/dwelfgnucompressed /tests/dwfl-addr-sect /tests/dwfl-bug-addr-overflow /tests/dwfl-bug-fd-leak /tests/dwfl-bug-getmodules /tests/dwfl-bug-report +/tests/dwfllines +/tests/dwflmodtest /tests/dwfl-proc-attach /tests/dwfl-report-elf-align /tests/dwfl-report-segment-contiguous -/tests/dwfllines -/tests/dwflmodtest /tests/dwflsyms /tests/early-offscn /tests/ecp +/tests/elfcopy /tests/elfgetchdr /tests/elfgetzdata /tests/elfputzdata +/tests/elfrdwrnop /tests/elfshphehdr /tests/elfstrmerge /tests/elfstrtab @@ -132,8 +145,11 @@ Makefile.in /tests/get-aranges /tests/get-files /tests/get-lines +/tests/getphdrnum /tests/get-pubnames /tests/getsrc_die +/tests/get-units-invalid +/tests/get-units-split /tests/hash /tests/line2addr /tests/low_high_pc @@ -141,6 +157,9 @@ Makefile.in /tests/newdata /tests/newfile /tests/newscn +/tests/next_cfi +/tests/next-files +/tests/next-lines /tests/peel_type /tests/rdwrmmap /tests/rerequest_tag @@ -157,12 +176,14 @@ Makefile.in /tests/test-nlist /tests/typeiter /tests/typeiter2 +/tests/unit-info /tests/update1 /tests/update2 /tests/update3 /tests/update4 /tests/varlocs -/tests/vendorelf /tests/vdsosyms +/tests/vendorelf +/tests/xlate_notes /tests/zstrptr /version.h diff --git a/ChangeLog b/ChangeLog index c08af9d5..763fa002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020-06-11 Mark Wielaard + + * configure.ac: Set version to 0.180. + * NEWS: Add 0.180 section. + * .gitignore: Update with new generated file. + 2020-06-10 Mark Wielaard * configure.ac (MODVERSION): Remove. diff --git a/NEWS b/NEWS index d26dccec..3d097c68 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 0.180 + +elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. + +libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. + +libdw: Use correct CU to resolve file names in dwarf_decl_file. + +libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo. + +size: Also obey radix printing for bsd format. + +nm: Explicitly print weak 'V' or 'T' and common 'C' symbols. + Version 0.179 debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't diff --git a/config/ChangeLog b/config/ChangeLog index c3b5684a..2ad93702 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2020-06-11 Mark Wielaard + + * elfutils.spec.in: Update for 0.189. + 2020-04-21 Frank Ch. Eigler * debuginfod.sysconfig (DEBUGINFOD_PATHS): Add /var/lib/pulp. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9f614882..7388829c 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -327,6 +327,14 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Thu Jun 11 2020 Mark Wielaard 0.180-1 +- elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. +- libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. +- libdw: Use correct CU to resolve file names in dwarf_decl_file. +- libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo. +- size: Also obey radix printing for bsd format. +- nm: Explicitly print weak 'V' or 'T' and common 'C' symbols. + * Mon Mar 30 2020 Mark Wielaard 0.179-1 - debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't install its own debuginfod_progressfn_t show download diff --git a/configure.ac b/configure.ac index c2c6890a..74cc749d 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.179],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.180],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], @@ -41,7 +41,7 @@ fi AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) -AC_COPYRIGHT([Copyright (C) 1996-2018 The elfutils developers.]) +AC_COPYRIGHT([Copyright (C) 1996-2020 The elfutils developers.]) AC_PREREQ(2.63) dnl Minimum Autoconf version required. dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. diff --git a/lib/ChangeLog b/lib/ChangeLog index 51c79841..f4ab6d48 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2020-06-11 Mark Wielaaard + + * printversion.c (print_version): Update copyright year. + 2019-08-25 Srđan Milaković * dynamicsizehash_concurrent.{c,h}: New files. diff --git a/lib/printversion.c b/lib/printversion.c index 17832f40..28981d20 100644 --- a/lib/printversion.c +++ b/lib/printversion.c @@ -41,5 +41,5 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s The elfutils developers <%s>.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2018", PACKAGE_URL); +"), "2020", PACKAGE_URL); } diff --git a/po/ChangeLog b/po/ChangeLog index 61c97fde..620931ee 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2020-06-11 Mark Wielaard + + * *.po: Update for 0.180. + 2020-03-30 Mark Wielaard * *.po: Update for 0.179. -- 2.18.4