Displaying 2 results from an estimated 2 matches for "3a293359".
Did you mean:
293359
2019 Aug 27
0
[nbdkit PATCH 1/2] include: Expose nbdkit version information to public
.../.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.am
+++ b/include/Makefile.am
@@ -35,4 +35,5 @@ include_HEADERS = \
nbdkit-common.h \
nbdkit-plugin.h \
nbdkit-filter.h \
+ nbdkit-version.h \
$(NULL)
diff --git a/include/nbdkit-version.h.in b/include/nbdkit-version.h.in
new file mode 100644
index 000...
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