From 2d5b854468c2612dcfe45a659b85d92db2672cbe Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 29 Jul 2017 22:23:21 -0400 Subject: Allow reading command-line args from files (fixes #16) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d1cf56a..b1bbe189 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-07-29 Jay Berkenbilt + * Support @filename and @- in the qpdf command-line tool to read + command-line arguments, one per line, from the named file. @- + reads from standard input. Fixes #16. + * Detect when input file and output file are the same and exit to avoid overwriting and losing input file. Fixes #29. -- cgit v1.2.3-54-g00ecf