summaryrefslogtreecommitdiffstats
path: root/manual/installation.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-06-17 20:02:44 +0200
committerGitHub <noreply@github.com>2023-06-17 20:02:44 +0200
commit463953bc96ead56227ef3dbf62639eb7e3545ab4 (patch)
tree357065933d636effd8a2651571eb2c02e22a847c /manual/installation.rst
parent9b09436ce1f7427570f1016d02e7bf2bed4479f4 (diff)
parent13761120b1dbe126a9d39b9439086b76b4860b27 (diff)
downloadqpdf-463953bc96ead56227ef3dbf62639eb7e3545ab4.tar.zst
Merge pull request #992 from jberkenbilt/future
Future
Diffstat (limited to 'manual/installation.rst')
-rw-r--r--manual/installation.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/installation.rst b/manual/installation.rst
index 7b57ef2a..52578dc2 100644
--- a/manual/installation.rst
+++ b/manual/installation.rst
@@ -277,6 +277,16 @@ BUILD_SHARED_LIBS, BUILD_STATIC_LIBS
compiled executables can find the DLL. Updating your path is not
necessary if you build with static libraries only.
+FUTURE
+ This option enables changes planned for the next major release to be
+ included. They are NOT part of the stable API. These changes are ABI
+ breaking and are subject to change, which means code linked against
+ a qpdf built with this option may not be binary compatible with
+ installed qpdf libraries. Set this if you want to test your code
+ with proposed QPDF API changes and provide feedback prior to the
+ inclusion of those changes in a release. Packagers should never
+ distribute backages built with this option.
+
QTEST_COLOR
Turn this on or off to control whether qtest uses color in its
output.