summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <[email protected]>2020-03-20 21:33:52 -0400
committerFrank Ch. Eigler <[email protected]>2020-03-22 16:46:16 -0400
commit5d67e9d3eaa6442b781cd6d8ce38a53b17136d12 (patch)
treee13d4c78a20a79e39b710d944e03b522412828a8 /doc/ChangeLog
parentb40e25568333a80b3f1f3cb7dd2e2a2caf880dcb (diff)
debuginfod client API: add get_url function
This function lets a client know, during or after a progressfn callback, what the url of the winning outgoing download is/was. Signed-off-by: Frank Ch. Eigler <[email protected]>
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 16b0e99f..59809ea8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,11 @@
2020-03-22 Frank Ch. Eigler <[email protected]>
+ * debuginfod_get_url.3: New function, documented ...
+ * debuginfod_find_debuginfo.3: ... here.
+ * Makefile.am (notrans_dist_*_man3): Add it.
+
+2020-03-22 Frank Ch. Eigler <[email protected]>
+
* debuginfod_get_user.3, _set_user.3: New functions, documented ...
* debuginfod_find_debuginfo.3: ... here.
* Makefile.am (notrans_dist_*_man3): List all debuginfod .3 functions.