Set version to 0.179. Update NEWS and elfutils.spec.in. Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <m...@klomp.org> --- ChangeLog | 5 + NEWS | 35 +++ config/ChangeLog | 4 + config/elfutils.spec.in | 25 ++ configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 571 +++++++++++++++++++-------------------- po/es.po | 573 ++++++++++++++++++++-------------------- po/ja.po | 571 +++++++++++++++++++-------------------- po/pl.po | 571 +++++++++++++++++++-------------------- po/uk.po | 2 +- 11 files changed, 1233 insertions(+), 1130 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c3ed13c..854568e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-03-30 Mark Wielaard <m...@klomp.org> + + * configure.ac: Set version to 0.179. + * NEWS: Add 0.179 section. + 2020-03-25 Mark Wielaard <m...@klomp.org> * README: Update mailinglist subscription info. diff --git a/NEWS b/NEWS index c147ad3c..d26dccec 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +Version 0.179 + +debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't + install its own debuginfod_progressfn_t show download + progress on stderr. + DEBUGINFOD_TIMEOUT is now defined as seconds to get at + least 100K, defaults to 90 seconds. + Default to $XDG_CACHE_HOME/debuginfod_client. + New functions debuginfod_set_user_data, + debuginfod_get_user_data, debuginfod_get_url and + debuginfod_add_http_header. + Support for file:// URLs. + +debuginfod: Uses libarchive directly for reading rpm archives. + Support for indexing .deb/.ddeb archives through dpkg-deb + or bsdtar. + Generic archive support through -Z EXT[=CMD]. Which can be + used for example for arch-linux pacman files by using + -Z '.tar.zst=zstdcat'. + Better logging using User-Agent and X-Forwarded-For headers. + More prometheus metrics. + Support for eliding dots or extraneous slashes in path names. + +debuginfod-find: Accept /path/names in place of buildid hex. + +libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached + Ensure zlib resource cleanup on failure. + +libdwfl: dwfl_linux_kernel_find_elf and dwfl_linux_kernel_report_offline + now find and handle a compressed vmlinuz image. + +readelf, elflint: Handle PT_GNU_PROPERTY. + +translations: Updated Ukrainian translation. + Version 0.178 debuginfod: New server, client tool and library to index and fetch diff --git a/config/ChangeLog b/config/ChangeLog index 368f959e..b8ac8bc7 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2020-03-30 Mark Wielaard <m...@klomp.org> + + * elfutils.spec.in: Update for 0.179. + 2020-03-25 Frank Ch. Eigler <f...@redhat.com> * elfutils.spec.in: *Require: bsdtar instead of dpkg. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 6e243650..9f614882 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -327,6 +327,31 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Mar 30 2020 Mark Wielaard <m...@klomp.org> 0.179-1 +- debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program + doesn't install its own debuginfod_progressfn_t show download + progress on stderr. + DEBUGINFOD_TIMEOUT is now defined as seconds to get at least 100K, + defaults to 90 seconds. + Default to $XDG_CACHE_HOME/debuginfod_client. + New functions debuginfod_set_user_data, debuginfod_get_user_data, + debuginfod_get_url and debuginfod_add_http_header. + Support for file:// URLs. +- debuginfod: Uses libarchive directly for reading rpm archives. + Support for indexing .deb/.ddeb archives through dpkg-deb or bsdtar. + Generic archive support through -Z EXT[=CMD]. Which can be used for + example for arch-linux pacman files by using -Z '.tar.zst=zstdcat'. + Better logging using User-Agent and X-Forwarded-For headers. + More prometheus metrics. + Support for eliding dots or extraneous slashes in path names. +- debuginfod-find: Accept /path/names in place of buildid hex. +- libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached. + Ensure zlib resource cleanup on failure. +- libdwfl: dwfl_linux_kernel_find_elf and dwfl_linux_kernel_report_offline + now find and handle a compressed vmlinuz image. +- readelf, elflint: Handle PT_GNU_PROPERTY. +- translations: Updated Ukrainian translation. + * Tue Nov 26 2019 Mark Wielaard <m...@klomp.org> 0.178-1 - debuginfod: New server, client tool and library to index and fetch ELF/DWARF files addressed by build-id through HTTP. diff --git a/configure.ac b/configure.ac index 14ad66f2..a39e800f 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.178],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.179],[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 884b1666..61c97fde 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2020-03-30 Mark Wielaard <m...@klomp.org> + + * *.po: Update for 0.179. + 2019-11-26 Mark Wielaard <m...@klomp.org> * *.po: Update for 0.178.