aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-20 23:58:47 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-21 00:02:39 +0200
commit758e3e38f5aceea2502179c7c4840911337f8a3f (patch)
tree9bb3fa4742b879f5c44c95b99da6aa9db4c92650 /ChangeLog
parent90217e6686fe2f3790f2a36d1ab74bab13a0aab5 (diff)
downloadqpdf-758e3e38f5aceea2502179c7c4840911337f8a3f.tar.zst
Add option --warning-exit-0 to exit 0 instead of 3 with warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fbf7fad..3c748cc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2020-10-20 Jay Berkenbilt <ejb@ql.org>
+ * Add --warning-exit-0 option to the qpdf command line. When
+ specified, qpdf will exit with a status of 0 rather than 3 when
+ there are warnings without errors. Combine with --no-warn to
+ completely ignore warnings.
+
+ * Bug fix: fix further cases in which errors were written to
+ stdout. Fixes #438.
+
* Build option: add --disable-rpath option to ./configure, which
disables passing -rpath to the linker when building shared
libraries with libtool. Fixes #422.