diff options
author | Mark Wielaard <[email protected]> | 2021-05-10 14:13:53 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2021-05-10 14:13:53 +0200 |
commit | 97b3f67682cd6cc0f65a320e6dbba7b3322e995e (patch) | |
tree | c5e94ea812d6c1642426374cea93122b61bbf56d /NEWS | |
parent | 09184fc04f3cd54600dee562ea48d281d2087e21 (diff) |
Prepare for 0.184elfutils-0.184
Set version to 0.184
Update NEWS and elfutils.spec.in
Regenerate po/*.po files
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -3,9 +3,19 @@ Version 0.184 debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker. debuginfod-client: Client caches negative results. If a query for a - file failed with 404, an empty 000 permission - file is created in the cache. This will prevent - requesting the same file for the next 10 minutes. + file failed with 404, an empty 000 permission + file is created in the cache. This will prevent + requesting the same file for the next 10 minutes. + + Client objects now carry long-lived curl handles + for outgoing connections. This makes it more + efficient for multiple sequential queries, because + the TCP connections and/or TLS state info are kept + around awhile, avoiding O(100ms) setup latencies. + +libdw: handle DW_FORM_indirect when reading attributes + +translations: Update Polish translation. Version 0.183 |