aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 19:18:26 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:51 +0200
commit85a3f95a89ca392a3726f8d964024dfd10177e09 (patch)
treef6bd1b02f604e29c5b35020ebc85a32309d12752 /ChangeLog
parent557bd3c26141b5e450de0fada2a27584a386125e (diff)
downloadqpdf-85a3f95a89ca392a3726f8d964024dfd10177e09.tar.zst
qpdf: exit 3 for linearization warnings without errors (fixes #50)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17e0c973..5d6a0862 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-06-22 Jay Berkenbilt <ejb@ql.org>
+ * When a file has linearization warnings but no errors, qpdf
+ --check and --check-linearization now exit with code 3 instead
+ of 2. Fixes #50.
+
* Add new function QUtil::read_file_into_memory.
2019-06-21 Jay Berkenbilt <ejb@ql.org>