From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 9882F3858C83 for ; Mon, 25 Apr 2022 16:35:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9882F3858C83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id D482C302BBED; Mon, 25 Apr 2022 18:35:33 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id DD81E4136265; Mon, 25 Apr 2022 18:35:32 +0200 (CEST) From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] Prepare for 0.187 Date: Mon, 25 Apr 2022 18:35:27 +0200 Message-Id: <20220425163527.19586-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=-9.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Mon, 25 Apr 2022 16:35:43 -0000 Set version to 0.187 Update NEWS and elfutils.spec.in Set copyright year in configure.ac and printversion. Regenerate po/*.po files. Signed-off-by: Mark Wielaard --- ChangeLog | 5 + NEWS | 13 +- config/ChangeLog | 4 + config/elfutils.spec.in | 14 + configure.ac | 4 +- lib/ChangeLog | 4 + lib/printversion.c | 2 +- po/ChangeLog | 4 + po/de.po | 1123 +++++++++++++++++++------------------- po/es.po | 1128 +++++++++++++++++++-------------------- po/ja.po | 1120 +++++++++++++++++++------------------- po/pl.po | 1120 +++++++++++++++++++------------------- po/uk.po | 1121 +++++++++++++++++++------------------- 13 files changed, 2823 insertions(+), 2839 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ad93a16..77173d91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-04-25 Mark Wielaard + + * configure.ac (AC_INIT): Set version to 0.187. + * NEWS: Add some more 0.187 items. + 2022-04-24 Frank Ch. Eigler * AUTHORS.sh, .mailmap: New files. diff --git a/NEWS b/NEWS index ea74c019..c74fe3f1 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,22 @@ -Version 0.187 after 0.186 +Version 0.187 debuginfod: Support -C option for connection thread pooling. +debuginfod-client: Negative cache file are now zero sized instead of + no-permission files. + addr2line: The -A, --absolute option, which shows file names including the full compilation directory is now the default. To get the old behavior use the new option --relative. +readelf, elflint: Recognize FDO Packaging Metadata ELF notes + +libdw, debuginfo-client: Load libcurl lazily only when files need to + be fetched remotely. libcurl is now never + loaded when DEBUGINFOD_URLS is unset. And when + DEBUGINFOD_URLS is set, libcurl is only loaded + when the debuginfod_begin function is called. + Version 0.186 debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files diff --git a/config/ChangeLog b/config/ChangeLog index b9b1c44e..51415258 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2022-04-25 Mark Wielaard + + * elfutils.spec.in: Update for 0.187. + 2022-01-19 Ahelenia ZiemiaƄska * profile.csh.in: Set DEBUGINFOD_URLS directly. Use "$0" and : diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 49e5a016..54599159 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -340,6 +340,20 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Apr 25 2022 Mark Wielaard 0.187-1 +- debuginfod: Support -C option for connection thread pooling. +- debuginfod-client: Negative cache file are now zero sized instead + of no-permission files. +- addr2line: The -A, --absolute option, which shows file names + includingthe full compilation directory is now the + default. To get theold behavior use the new option --relative. +- readelf, elflint: Recognize FDO Packaging Metadata ELF notes +- libdw, debuginfo-client: Load libcurl lazily only when files need + to be fetched remotely. libcurl is now never loaded when + DEBUGINFOD_URLS is unset. And whenDEBUGINFOD_URLS is set, + libcurl is only loaded when the debuginfod_begin function is + called. + * Wed Nov 10 2021 Mark Wielaard 0.186-1 - debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files /etc/debuginfod/*.urls rather than diff --git a/configure.ac b/configure.ac index 33c4b5e5..11d1cf82 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,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.186],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.187],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], @@ -45,7 +45,7 @@ fi AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) -AC_COPYRIGHT([Copyright (C) 1996-2021 The elfutils developers.]) +AC_COPYRIGHT([Copyright (C) 1996-2022 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 6b76f647..32dda566 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2022-04-25 Mark Wielaard + + * printversion.c (print_version): Update copyright year. + 2022-03-27 Mark Wielaard * system.h: define error_exit. diff --git a/lib/printversion.c b/lib/printversion.c index adf127d6..f657329c 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\ -"), "2021", PACKAGE_URL); +"), "2022", PACKAGE_URL); } diff --git a/po/ChangeLog b/po/ChangeLog index afbdc249..6e610671 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2022-04-25 Mark Wielaard + + * *.po: Update for 0.187. + 2021-11-10 Mark Wielaard * *.po: Update for 0.186.