search for: 3a62b47e

Displaying 2 results from an estimated 2 matches for "3a62b47e".

2019 Aug 27
0
[nbdkit PATCH 1/2] include: Expose nbdkit version information to public
...docs/Makefile include/Makefile + include/nbdkit-version.h plugins/Makefile plugins/curl/Makefile plugins/data/Makefile diff --git a/include/nbdkit-common.h b/include/nbdkit-common.h index e004aa18..3a62b47e 100644 --- a/include/nbdkit-common.h +++ b/include/nbdkit-common.h @@ -41,6 +41,8 @@ #include <stdint.h> #include <errno.h> +#include <nbdkit-version.h> + #ifdef __cplusplus extern "C" { #endif diff --git a/.gitignore b/.gitignore index 15620626..464a860d 100644 --...
2019 Aug 27
3
[nbdkit PATCH 0/2] RFC: tighter filter versions
This is not intended for v1.14. In fact, we may decide that the second patch is too gross, although the first one still seems like a useful improvement in isolation. I will also point out that all our filters are in-tree, and set the user-controlled field .version to the current release string. We could replace the second patch with a simpler one that just checks ._api_version as an int (as