diff options
Diffstat (limited to '311/index.md')
-rw-r--r-- | 311/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/311/index.md b/311/index.md new file mode 100644 index 0000000..6dda99b --- /dev/null +++ b/311/index.md @@ -0,0 +1,14 @@ +Title: Print version of libraries and features +Author: rodarima +Created: Sun, 24 Nov 2024 16:13:10 +0000 +State: closed + + When reporting the version of Dillo with -v, print also the version of + the libraries it is currently using, as well as the features that were + enabled at build time. Notice the versions are reported by reading them + at runtime, so we can detect the version loaded at run time, regardless + of which version was used at link time. + + All features are always printed, but prefixes with + if enabled or - if + disabled. This allows checking if the feature was disabled at configure + time or if it is missing in that version of Dillo.
\ No newline at end of file |