From patchwork Wed Nov 2 12:56:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 59781 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 1032938576A1 for ; Wed, 2 Nov 2022 12:59:26 +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 564EF385E038 for ; Wed, 2 Nov 2022 12:58:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 564EF385E038 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 2B69F3061FA5; Wed, 2 Nov 2022 13:58:00 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 99D1F413CD0E; Wed, 2 Nov 2022 13:58:00 +0100 (CET) From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: [COMMITTED] Prepare for 0.188 Date: Wed, 2 Nov 2022 13:56:37 +0100 Message-Id: <20221102125636.23027-1-mark@klomp.org> X-Mailer: git-send-email 2.18.4 MIME-Version: 1.0 X-Spam-Status: No, score=-3038.9 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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.188 Update elfutils.spec.in Regenerate po/*.po files Signed-off-by: Mark Wielaard --- ChangeLog | 5 + NEWS | 2 +- config/ChangeLog | 7 + config/elfutils.spec.in | 13 +- configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 2400 +++++++++++++++++++------------------- po/es.po | 2420 +++++++++++++++++++------------------- po/ja.po | 2412 +++++++++++++++++++------------------- po/pl.po | 2434 ++++++++++++++++++++------------------- po/uk.po | 2427 +++++++++++++++++++------------------- 11 files changed, 6189 insertions(+), 5937 deletions(-) [...snip new po diff...] diff --git a/ChangeLog b/ChangeLog index 9179dcea..52efca04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-11-02 Mark Wielaard + + * configure.ac (AC_INIT): Set version to 0.188. + * NEWS: Likewise. + 2022-10-31 Aaron Merey * NEWS: Add debuginfod_find_section. diff --git a/NEWS b/NEWS index 9369f809..71534b8c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.188 some time after 0.187 +Version 0.188 readelf: Add -D, --use-dynamic option. diff --git a/config/ChangeLog b/config/ChangeLog index 9c2816b5..c63caa0c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,10 @@ +2022-10-02 Mark Wielaard + + * elfutils.spec.in: Update for 0.188. + Include %{_mandir}/man8/debuginfod*.8* for new + debuginfod-service.8 man page. + Remove duplicate %{_sysconfdir}/sysconfig/debuginfod. + 2022-10-20 Mark Wielaard * elfutils.spec.in: Escape % in comments. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index f491ce0a..c444d1f5 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -321,8 +321,7 @@ fi %{_bindir}/debuginfod %config(noreplace) %{_sysconfdir}/sysconfig/debuginfod %{_unitdir}/debuginfod.service -%{_sysconfdir}/sysconfig/debuginfod -%{_mandir}/man8/debuginfod.8* +%{_mandir}/man8/debuginfod*.8* %{_mandir}/man7/debuginfod*.7* %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod @@ -342,6 +341,16 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Wed Nov 2 2022 Mark Wielaard 0.188-1 +- readelf: Add -D, --use-dynamic option. +- debuginfod-client: Add $DEBUGINFOD_HEADERS_FILE setting to supply + outgoing HTTP headers. + Add new function debuginfod_find_section. +- debuginfod: Add --disable-source-scan option. +- libdwfl: Add new function dwfl_get_debuginfod_client. + Add new function dwfl_frame_reg. + Add new function dwfl_report_offline_memory. + * 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 diff --git a/configure.ac b/configure.ac index 1084b469..59be27ac 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.187],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.188],[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 bee350db..8894a9b5 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2022-10-02 Mark Wielaard + + * *.po: Update for 0.188. + 2022-08-05 Mark Wielaard * de.po: Set Project-Id-Version: to elfutils.