Displaying 2 results from an estimated 2 matches for "464a860d".
2019 Aug 27
0
[nbdkit PATCH 1/2] include: Expose nbdkit version information to public
...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
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,7 @@ Makefile.in
/docs/plugin-links.pod
/fuzzing/sync_dir/
/html/*.html
+/include/nbdkit-version.h
/INSTALL
/install-sh
/libtool
diff --git a/include/Makefile.am b/include/Makefile.am
index 3a293359..cf46abc6 100644
--- a/include/Makefile....
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