aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-10-13 01:25:09 +0200
committerJay Berkenbilt <ejb@ql.org>2019-10-13 01:27:50 +0200
commite188d0fffa60e20114fbbedb58f9e9a5e65778fd (patch)
treea86c86dea05be86fd4c9f635f3bea650ba848972 /manual
parentbcfb0c7d9a8c7e50f96db440184b2ce00cbc144d (diff)
downloadqpdf-e188d0fffa60e20114fbbedb58f9e9a5e65778fd.tar.zst
Make --replace-input work with / in path (fixes #365)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml23
1 files changed, 22 insertions, 1 deletions
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
- <filename>.~qpdf-temp.<replaceable>infilename</replaceable>#</filename>
+ <filename><replaceable>infilename</replaceable>.~qpdf-temp#</filename>
and, when done, overwriting the input file with the temporary
file. If there were any warnings, the original input is saved
as
@@ -4365,6 +4365,27 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>9.0.2: XXX</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Bug Fix
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Fix the name of the temporary file used by
+ <option>--replace-input</option> so that it doesn't require
+ path splitting and works with paths include directories.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>9.0.1: September 20, 2019</term>
<listitem>
<itemizedlist>