Set version to 0.182. Update NEWS and elfutils.spec.in. Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 5 + NEWS | 14 + config/ChangeLog | 4 + config/elfutils.spec.in | 9 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 591 +++++++++++++++++++-------------------- po/es.po | 592 ++++++++++++++++++++-------------------- po/ja.po | 591 +++++++++++++++++++-------------------- po/pl.po | 592 ++++++++++++++++++++-------------------- po/uk.po | 592 ++++++++++++++++++++-------------------- 11 files changed, 1540 insertions(+), 1456 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c8699f8..128da6c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-10-28 Mark Wielaard <m...@klomp.org> + + * configure.ac: Set version to 0.182. + * NEWS: Add 0.182 section. + 2020-10-28 Tom Tromey <t...@tromey.com> * .gitignore: Add /tests/leb128. diff --git a/NEWS b/NEWS index 1bdb4410..4e94f1c1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 0.182 + +backends: Support for tilegx has been removed. + +config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS. + +debuginfod: More efficient package traversal, tolerate various errors + during scanning, grooming progress is more visible and + interruptible, more prometheus metrics. + +debuginfod-client: Now supports compressed (kernel) ELF images. + +libdwfl: Add ZSTD compression support. + Version 0.181 libelf: elf_update now compensates (fixes up) a bad sh_addralign for diff --git a/config/ChangeLog b/config/ChangeLog index d280511d..11a864f1 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2020-10-30 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.182. + 2020-10-30 Frank Ch. Eigler <f...@redhat.com> * elfutils.spec.in: Fix debuginfod config/state file attributes diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 3caca9a6..c01b5f88 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -332,6 +332,15 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sat Oct 31 2020 Mark Wielaard <m...@klomp.org> 0.182-1 +- backends: Support for tilegx has been removed. +- config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS. +- debuginfod: More efficient package traversal, tolerate various + errors during scanning, grooming progress is more visible and + interruptible, more prometheus metrics. +- debuginfod-client: Now supports compressed (kernel) ELF images. +- libdwfl: Add ZSTD compression support. + * Tue Sep 8 2020 Mark Wielaard <m...@klomp.org> 0.181-1 - libelf: elf_update now compensates (fixes up) a bad sh_addralign for SHF_COMPRESSED sections. diff --git a/configure.ac b/configure.ac index 973409f1..515ac704 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 <http://www.gnu.org/licenses/>. -AC_INIT([elfutils],[0.181],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.182],[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 1506f343..af3fe34e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2020-10-31 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.182. + 2020-09-08 Mark Wielaard <m...@klomp.org> * *.po: Update for 0.181. [...]