From patchwork Wed Nov 10 15:34:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 47414 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1C2573857835 for ; Wed, 10 Nov 2021 15:35:40 +0000 (GMT) X-Original-To: elfutils-devel@sourceware.org Delivered-To: elfutils-devel@sourceware.org Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id F08263857805 for ; Wed, 10 Nov 2021 15:34:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F08263857805 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 065DC302FBAB; Wed, 10 Nov 2021 16:34:27 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id A2583413CC9A; Wed, 10 Nov 2021 16:34:27 +0100 (CET) From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: [COMMITTED] Prepare for 0.186 Date: Wed, 10 Nov 2021 16:34:25 +0100 Message-Id: <20211110153425.13431-1-mark@klomp.org> X-Mailer: git-send-email 2.18.4 X-Spam-Status: No, score=-9.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, 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: , Cc: Mark Wielaard Errors-To: elfutils-devel-bounces+patchwork=sourceware.org@sourceware.org Sender: "Elfutils-devel" Set version to 0.186 Update NEWS and elfutils.spec.in Regenerate po/*.po files Signed-off-by: Mark Wielaard --- ChangeLog | 5 + NEWS | 4 +- config/ChangeLog | 6 +- config/elfutils.spec.in | 23 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 817 +++++++++++++++++----------------- po/es.po | 818 +++++++++++++++++----------------- po/ja.po | 953 ++++++++++++++++++++++------------------ po/pl.po | 818 +++++++++++++++++----------------- po/uk.po | 818 +++++++++++++++++----------------- 11 files changed, 2235 insertions(+), 2033 deletions(-) [... snip po diffs ...] diff --git a/ChangeLog b/ChangeLog index d4b89f9c..d61b21c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-11-10 Mark Wielaard + + * configure.ac (AC_INIT): Set version to 0.186. + * NEWS: Add translation item. + 2021-09-03 John Mellor-Crummey * NEWS: Read inlining info in NVIDIA extended line map diff --git a/NEWS b/NEWS index e553b6e1..490932ae 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.186 (one after 0.185) +Version 0.186 debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files /etc/debuginfod/*.urls rather than hardcoded into the @@ -22,6 +22,8 @@ libdw: Support for the NVIDIA Cuda line map extensions. are defined in dwarf.h. New functions dwarf_linecontext and dwarf_linefunctionname +translations: Update Japanese translation. + Version 0.185 debuginfod-client: Simplify curl handle reuse so downloads which diff --git a/config/ChangeLog b/config/ChangeLog index bd41654f..acbaaa88 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2021-11-10 Mark Wielaard + + * elfutils.spec.in: Update for 0.186. + 2021-10-03 Frank Ch. Eigler PR27783 @@ -12,7 +16,7 @@ 2021-07-06 Alice Zhang - * debuginfod.sysconfig: Introduce default retry limit. + * debuginfod.sysconfig: Introduce default retry limit. 2021-05-10 Mark Wielaard diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 8f6a8e03..aac0dffc 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -337,6 +337,29 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* 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 + hardcoded into the /etc/profile.d/debuginfod* + scripts. + Add $DEBUGINFOD_MAXSIZE and $DEBUGINFOD_MAXTIME settings + for skipping large/slow transfers. + Add $DEBUGINFOD_RETRY for retrying aborted lookups. +- debuginfod: Supply extra HTTP response headers, describing + archive/file names that satisfy the requested buildid content. + Support -d :memory: option for in-memory databases. + Protect against loops in federated server configurations. + Add -r option to use -I/-X regexes for grooming stale files. + Protect against wasted CPU from duplicate concurrent requests. + Limit the duration of groom ops roughly to rescan (-t) times. + Add --passive mode for serving from read-only database. + Several other performance improvements & prometheus metrics. +- libdw: Support for the NVIDIA Cuda line map extensions. + DW_LNE_NVIDIA_inlined_call and DW_LNE_NVIDIA_set_function_name + are defined in dwarf.h. New functions dwarf_linecontext and + dwarf_linefunctionname. +- translations: Update Japanese translation. + * Sat May 22 2021 Mark Wielaard 0.185-1 - debuginfod-client: Simplify curl handle reuse so downloads which return an error are retried. diff --git a/configure.ac b/configure.ac index 76563557..ff9581d2 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.185],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.186],[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 95a55ed8..afbdc249 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2021-11-10 Mark Wielaard + + * *.po: Update for 0.186. + 2021-07-25 Hayatsu Shunsuke * ja.po: update Japanese translation