diff options
author | Mark Wielaard <mark@klomp.org> | 2022-07-13 22:34:36 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2022-07-13 22:34:36 +0200 |
commit | 2fb8571e78852cc71c0128705f500490d79f8a94 (patch) | |
tree | 5bb97f9e9f284fac613cec14e56095e8fbb8ddf3 /NEWS | |
parent | a4b1839c3c46d461765de894dc4b4b0c5580fc1b (diff) | |
download | elfutils-2fb8571e78852cc71c0128705f500490d79f8a94.tar.gz |
Move dwfl_get_debuginfod_client to ELFUTILS_0.188
0.187 was already released, so add new function to 0.188. Also add
NEWS entry and INTUSE.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Version 0.188 some time after 0.187 debuginfod: Add --disable-source-scan option. +libdwfl: Add new function dwfl_get_debuginfod_client. + Version 0.187 debuginfod: Support -C option for connection thread pooling. |