diff options
author | Mark Wielaard <mark@klomp.org> | 2021-05-22 15:41:43 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2021-05-22 15:41:43 +0200 |
commit | 01747645a490fbe6e120657592954e0e84b4ba69 (patch) | |
tree | 0ab6007f548570e07a46b3dd5422da5813466391 /config | |
parent | 0b454c7e1997b5500bd3fa022370338819848f8b (diff) | |
download | elfutils-01747645a490fbe6e120657592954e0e84b4ba69.tar.gz |
Prepare for 0.185elfutils-0.185
Set version to 0.185
Update NEWS and elfutils.spec.in
Regenerate po/*.po files
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/elfutils.spec.in | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index bd7880a0..2cdcfa72 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2021-05-10 Mark Wielaard <mark@klomp.org> + + * elfutils.spec.in: Update for 0.185. + 2021-05-11 Frank Ch. Eigler <fche@redhat.com> * elfutils.spec.in: Add procps to BuildRequires: for %check. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 5f7c6c46..5552352b 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -333,6 +333,13 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sat May 22 2021 Mark Wielaard <mark@klomp.org> 0.185-1 +- debuginfod-client: Simplify curl handle reuse so downloads which + return an error are retried. +- elfcompress: Always exit with code 0 when the operation succeeds + (even when nothing was done). On error the exit code is + now always 1. + * Mon May 10 2021 Mark Wielaard <mark@klomp.org> 0.184-1 - debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker. - debuginfod-client: Client caches negative results. If a query for a |