summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f25ae3d0..c56922cd 100644
--- a/NEWS
+++ b/NEWS
@@ -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