aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-19 14:46:56 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-20 21:46:20 +0100
commit10fe5143f4c19fbea73158a4aecded1f9516ed52 (patch)
treea1a4e56addb9745ab2adc325572bac74542423e7 /README-maintainer.md
parent4ee393d1fa5424bc25952580b177f572e58920db (diff)
downloadqpdf-10fe5143f4c19fbea73158a4aecded1f9516ed52.tar.zst
Add CI for testing with zlib-ng
Add a CI job to test qpdf with other than the default zlib implementation. This incldues a check that the new zlib really is not the default, so the new test will fail if the default because zlib-ng.
Diffstat (limited to 'README-maintainer.md')
-rw-r--r--README-maintainer.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README-maintainer.md b/README-maintainer.md
index c7ae7296..67cbe35a 100644
--- a/README-maintainer.md
+++ b/README-maintainer.md
@@ -7,6 +7,7 @@
* [CHECKING DOCS ON readthedocs](#checking-docs-on-readthedocs)
* [GOOGLE OSS-FUZZ](#google-oss-fuzz)
* [CODING RULES](#coding-rules)
+* [ZLIB COMPATIBILITY](#zlib-compatibility)
* [HOW TO ADD A COMMAND-LINE ARGUMENT](#how-to-add-a-command-line-argument)
* [RELEASE PREPARATION](#release-preparation)
* [CREATING A RELEASE](#creating-a-release)
@@ -272,6 +273,10 @@ Building docs from pull requests is also enabled.
* Avoid attaching too much metadata to objects and object handles
since those have to get copied around a lot.
+## ZLIB COMPATIBILITY
+
+XXX Write this
+
## HOW TO ADD A COMMAND-LINE ARGUMENT
Quick reminder: