summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2021-11-05 22:26:35 -0400
committerMark Wielaard <mark@klomp.org>2021-11-10 15:47:02 +0100
commitcc913c824f4031c8f499d6b80c91b8ed66dd7c5d (patch)
treeb96e167b65c75d79536fccf219aa11800f261a1f /NEWS
parentdbd44e96f101a81f387ca6ff46910ab74ed7b1dc (diff)
downloadelfutils-cc913c824f4031c8f499d6b80c91b8ed66dd7c5d.tar.gz
PR28430: debuginfod: support --passive mode
Add support for a limited mode for debuginfod that uses a pure read-only sqlite index. This mode is useful for load spreading based on naively shared or replicated databases. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 897b391d..e553b6e1 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ debuginfod: Supply extra HTTP response headers, describing archive/file
Add -r option to use -I/-X regexes for grooming stale files.
Protect against wasted CPU from duplicate concurrent requests.
Limit the duration of groom ops roughly to rescan (-t) times.
+ Add --passive mode for serving from read-only database.
Several other performance improvements & prometheus metrics.
libdw: Support for the NVIDIA Cuda line map extensions.