summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-03-30 13:04:00 +0200
committerMark Wielaard <mark@klomp.org>2020-03-30 13:04:00 +0200
commit3a772880847f6a5ecf0755b752801ea02abd5a3d (patch)
tree80d2cb8f8358d43be8522d80ada48df74c3091f2 /config
parent01bb77a5e4464e2d40811fc78635b076a28aad0f (diff)
downloadelfutils-3a772880847f6a5ecf0755b752801ea02abd5a3d.tar.gz
Prepare for 0.179elfutils-0.179
Set version to 0.179. 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/ChangeLog4
-rw-r--r--config/elfutils.spec.in25
2 files changed, 29 insertions, 0 deletions
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 <mark@klomp.org>
+
+ * elfutils.spec.in: Update for 0.179.
+
2020-03-25 Frank Ch. Eigler <fche@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 <mark@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 <mark@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.