diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /311 |
Diffstat (limited to '311')
-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 |