aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/qpdf-manual.xml')
-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>