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.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 6885aff6..c14d0bdf 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -118,7 +118,7 @@
<itemizedlist>
<listitem>
<para>
- A C++ compiler that supports C++-11.
+ A C++ compiler that supports C++-14.
</para>
</listitem>
<listitem>
@@ -5188,6 +5188,21 @@ print "\n";
</listitem>
<listitem>
<para>
+ Build Changes
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ A C++-14 compiler is now required to build qpdf. There is no
+ intention to require anything newer than that for a while.
+ C++-14 includes modest enhancements to C++-11 and appears to
+ be supported about as widely as C++-11.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>
Bug Fixes
</para>
<itemizedlist>