summaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-03-25 19:37:25 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-25 19:37:25 +0100
commite8ddac89501e232205e1737a07ddb7d1c2425e4b (patch)
treeacc331b2f8ae7869432e3e6c5c5edef9beceeda3 /README.maintainer
parent1ec1b12864c60b9cc6750c7f175a9262f2efd558 (diff)
downloadqpdf-e8ddac89501e232205e1737a07ddb7d1c2425e4b.tar.zst
Document casting policy
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.maintainer b/README.maintainer
index 4be45f51..a1ac5847 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -31,7 +31,9 @@ Release Reminders
* Check all open issues in the sourceforge trackers and on github.
* If any interfaces were added or changed, check C API to see whether
- changes are appropriate there as well.
+ changes are appropriate there as well. If necessary, review the
+ casting policy in the manual, and ensure that integer types are
+ properly handled.
* Increment shared library version information as needed
(libqpdf/build.mk)