From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59817 invoked by alias); 13 Aug 2019 22:02:16 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 59807 invoked by uid 89); 13 Aug 2019 22:02:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-20.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_SHORT,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:dw_at_d, sk:DW_AT_d, 36pm, became X-Spam-Status: No, score=-20.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_SHORT,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Aug 2019 22:02:05 +0000 Received: from librem.wildebeest.org (unknown [87.195.226.149]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 95AF130012EA for ; Wed, 14 Aug 2019 00:02:01 +0200 (CEST) Received: by librem.wildebeest.org (Postfix, from userid 1000) id B6AEAC019C; Wed, 14 Aug 2019 00:02:00 +0200 (CEST) Date: Tue, 13 Aug 2019 22:02:00 -0000 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: 0.17(8 -> 7) release next (week -> month) [Tomorrow] Message-ID: <20190813220200.GC2467@wildebeest.org> References: <4a37afe25ede8cf72f4937e3fabed2236b291df8.camel@klomp.org> <2a59b083c44b4b6c10faebb45b9cd8e19f9294c0.camel@klomp.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zx4FCpZtqtKETZ7O" Content-Disposition: inline In-Reply-To: <2a59b083c44b4b6c10faebb45b9cd8e19f9294c0.camel@klomp.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00108.txt.bz2 --zx4FCpZtqtKETZ7O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 1001 On Mon, Jul 15, 2019 at 12:17:36PM +0200, Mark Wielaard wrote: > On Sat, 2019-07-13 at 00:36 +0200, Mark Wielaard wrote: > > In another thread I said I would like to do a release end of this week > > with the csky backend and the elfclassify tool integrated. But I didn't > > make enough time for reviews, so that moves to next week. Sorry. > > > > I should have enough time next week. But we will have to see if we can > > polish the csky and elfclassify tool enough. If not, we'll still do a > > release next week, just without those additions. The last 4 months saw > > enough improvements to do a new release. And we'll do another in 3 or 4 > > months anyway, so if anything misses this release it will go into the > > next. > > Just for the record, the subject should of course have been 0.177. And "next week" became "next month". Sorry about that. But I believe we are ready now and I like to do the 0.177 release tomorrow with the attached commit (.po regeneration removed). Cheers, Mark --zx4FCpZtqtKETZ7O Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Prepare-for-0.177.patch" Content-length: 5272 >From 5643e037cb7a38ed5d52f50421be706ea8014e3d Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 13 Aug 2019 23:53:56 +0200 Subject: [PATCH] Prepare for 0.177 Set version to 0.177. Update NEWS and elfutils.spec.in. Use git --get user.name and user.email for spec changelog. Regenerate po/*.po files. Signed-off-by: Mark Wielaard --- ChangeLog | 8 + NEWS | 16 + config/ChangeLog | 5 + config/Makefile.am | 6 +- config/elfutils.spec.in | 11 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 857 ++++++++++++++++++++-------------------- po/es.po | 857 ++++++++++++++++++++-------------------- po/ja.po | 857 ++++++++++++++++++++-------------------- po/pl.po | 857 ++++++++++++++++++++-------------------- po/uk.po | 857 ++++++++++++++++++++-------------------- 12 files changed, 2218 insertions(+), 2119 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c45cccfb..bed3999f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-08-13 Mark Wielaard + + * configure.ac: Set version to 0.177. + * NEWS: Mention elfclassify, readelf DW_AT_data_member_location + and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions, + dwelf_elf_e_machine_string function, dwelf_elf_begin change and + C-SKY backend support. + 2019-02-14 Mark Wielaard * configure.ac: Set version to 0.176. diff --git a/NEWS b/NEWS index 5a06047f2..2bf19d9cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Version 0.177 + +elfclassify: New tool to analyze ELF objects. + +readelf: Print DW_AT_data_member_location as decimal offset. + Decode DW_AT_discr_list block attributes. + +libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias. + +libdwelf: Add dwelf_elf_e_machine_string. + dwelf_elf_begin now only returns NULL when there is an error + reading or decompressing a file. If the file is not an ELF file + an ELF handle of type ELF_K_NONE is returned. + +backends: Add support for C-SKY. + Version 0.176 build: Add new --enable-install-elfh option. diff --git a/config/ChangeLog b/config/ChangeLog index 9b1cce4e1..65658118a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2019-08-13 Mark Wielaard + + * Makefile.am (elfutils.spec.in): Use git --get user.name and + user.email. + 2019-04-15 Mark Wielaard * upload-release.sh: Add git tag --verify. diff --git a/config/Makefile.am b/config/Makefile.am index 66012d029..9d292cee6 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -38,9 +38,9 @@ if MAINTAINER_MODE $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS @tmpname=$$(mktemp $${TMPDIR:-/tmp}/elfutils.XXXXXX); \ date +'* %a %b %e %Y' | tr '[\n]' '[ ]' > $$tmpname; \ - getent passwd "$$(whoami)" | \ - awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \ - echo -n " <$$(whoami)@gmail.com> " >> $$tmpname; \ + username=$$(git config --get user.name); \ + useremail=$$(git config --get user.email); \ + echo -n "$$username <$$useremail> " >> $$tmpname; \ awk '\ $$1 == "Version" && started { exit } \ $$1 == "Version" { started=1; line=""; sub(/:/,"",$$2); \ diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 794cbaf81..19b4229ef 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -227,6 +227,17 @@ rm -rf ${RPM_BUILD_ROOT} %{_sysctldir}/10-default-yama-scope.conf %changelog +* Tue Aug 13 2019 Mark Wielaard 0.177-1 +- elfclassify: New tool to analyze ELF objects. +- readelf: Print DW_AT_data_member_location as decimal offset. + Decode DW_AT_discr_list block attributes. +- libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias. +- libdwelf: Add dwelf_elf_e_machine_string. + dwelf_elf_begin now only returns NULL when there is an error + reading or decompressing a file. If the file is not an ELF file + an ELF handle of type ELF_K_NONE is returned. +- backends: Add support for C-SKY. + * Thu Feb 14 2019 Mark Wielaard 0.176-1 - build: Add new --enable-install-elfh option. Do NOT use this for system installs (it overrides glibc elf.h). diff --git a/configure.ac b/configure.ac index b4e012dee..c443fa3b0 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.176],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.177],[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 2afb9b775..1d2023911 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2019-08-13 Mark Wielaard + + * *.po: Update for 0.177. + 2019-02-14 Mark Wielaard * *.po: Update for 0.176. --zx4FCpZtqtKETZ7O--