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 F340C3858D32 for ; Fri, 3 Nov 2023 17:11:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F340C3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org F340C3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699031483; cv=none; b=BJddsfX6i5o8C5EOCh+pyB7PRolPVBQxj7WDQBY4GifDSCTEe/BEyE3u+RvEArOGwL3cdpVazzFdxUWg9ycJcjcKJtAp5W2kQSwuOYIkwmnZsIjo5kIQFYjSOzuJw+9GLQIy5/csEgd1KfBlDy3UexvtUTsylNkCvCBAq49wAsw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699031483; c=relaxed/simple; bh=OBPqjHn1JxtDS46ywzneUlAyDVnLjH2zId4riRg+o4E=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=qlkOkQ0g3qWKa7xUQUuNKkAs+JcvqSIVrrhmr8/RJcE/s/uuTmP+ffPAw98TN6u3KnEElI6tppYM2tutUj+F9So2D5A/NHt2jInVZARz6wZgZtxYcFmeOu94JS4xQoyQSpEJ4URU0DvK5QsYd2EmK79+GIpRXWDpFMCzX0EuuD4= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id E403B302FDC3; Fri, 3 Nov 2023 18:11:06 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id 479FC3403AE; Fri, 3 Nov 2023 18:11:06 +0100 (CET) From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Mark Wielaard Subject: [PATCH] Prepare for 0.190 Date: Fri, 3 Nov 2023 18:10:02 +0100 Message-ID: <20231103171059.661699-1-mark@klomp.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3033.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Set version to 0.190 Update NEWS and elfutils.spec.in Regenerate po/*.po files. Signed-off-by: Mark Wielaard --- NEWS | 17 +- config/elfutils.spec.in | 15 +- configure.ac | 2 +- po/de.po | 1482 +++++++++++++++++++------------------- po/es.po | 1493 +++++++++++++++++++------------------- po/ja.po | 1492 +++++++++++++++++++------------------- po/pl.po | 1495 +++++++++++++++++++------------------- po/uk.po | 1496 ++++++++++++++++++++------------------- 8 files changed, 3832 insertions(+), 3660 deletions(-) diff --git a/NEWS b/NEWS index 53c717eb..0420d3b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ -Version 0.190 +Version 0.190 "Woke!" + +CONTRIBUTING: Switch from real name policy to known identity policy. + Updated ChangeLog policy (no more separate ChangeLog files). + There is a SECURITY bug policy now. + The default branch is now 'main'. + +libelf: Add RELR support. + +libdw: Recognize .debug_[ct]u_index sections readelf: Support readelf -Ds, --use-dynamic --symbol. + Support .gdb_index version 9 + +scrlines: New tool that compiles a list of source files associated + with a specified dwarf/elf file. debuginfod: Schema change (reindexing required, sorry!) for a 60% compression in filename representation, which was a large @@ -8,6 +21,8 @@ debuginfod: Schema change (reindexing required, sorry!) for a 60% -wal management during scanning using the --scan-checkpoint option. +backends: Various LoongArch updates. + Version 0.189 "Don't deflate!" configure: eu-nm, eu-addr2line and eu-stack can provide demangled symbols diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9277c08f..67e88cb5 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -341,8 +341,21 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog -* Tue Apr 18 2023 Mark Wielaard 0.190-1 +* Fri Nov 3 2023 Mark Wielaard 0.190-1 +- CONTRIBUTING: Switch from real name policy to known identity policy. + Updated ChangeLog policy (no more separate ChangeLog files). + There is a SECURITY bug policy now. The default branch is now 'main'. +- libelf: Add RELR support. +- libdw: Recognize .debug_[ct]u_index sections. - readelf: Support readelf -Ds, --use-dynamic --symbol. + Support .gdb_index version 9 +- scrlines: New tool that compiles a list of source files associated + with a specified dwarf/elf file. +- debuginfod: Schema change (reindexing required, sorry!) for a 60% + compression in filename representation, which was a large + part of the sqlite index; also, more deliberate sqlite + -wal management during scanning using the --scan-checkpoint option. +- backends: Various LoongArch updates. * Fri Mar 3 2023 Mark Wielaard 0.189-1 - configure: eu-nm, eu-addr2line and eu-stack can provide demangled diff --git a/configure.ac b/configure.ac index 29ed32fe..af5b6bf7 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.189],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.190],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], diff --git a/po/de.po b/po/de.po index 1e552484..47acd743 100644 --- a/po/de.po +++ b/po/de.po [...] -- 2.41.0