From e188d0fffa60e20114fbbedb58f9e9a5e65778fd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 12 Oct 2019 19:25:09 -0400 Subject: Make --replace-input work with / in path (fixes #365) --- manual/qpdf-manual.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index edaa15d1..a71f79ca 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -458,7 +458,7 @@ make If specified, the output file name should be omitted. This option tells qpdf to replace the input file with the output. It does this by writing to - .~qpdf-temp.infilename# + infilename.~qpdf-temp# and, when done, overwriting the input file with the temporary file. If there were any warnings, the original input is saved as @@ -4364,6 +4364,27 @@ print "\n"; ChangeLog in the source distribution. + + 9.0.2: XXX + + + + + Bug Fix + + + + + Fix the name of the temporary file used by + so that it doesn't require + path splitting and works with paths include directories. + + + + + + + 9.0.1: September 20, 2019 -- cgit v1.2.3-54-g00ecf