From 758e3e38f5aceea2502179c7c4840911337f8a3f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2020 17:58:47 -0400 Subject: Add option --warning-exit-0 to exit 0 instead of 3 with warnings --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2fbf7fad..3c748cc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2020-10-20 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf