summaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml33
1 files changed, 31 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index ffabcc64..192d5c33 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "2.3.0">
-<!ENTITY lastreleased "August 11, 2011">
+<!ENTITY swversion "2.3.1">
+<!ENTITY lastreleased "December 28, 2011">
]>
<book>
<bookinfo>
@@ -2087,6 +2087,35 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>2.3.1: December 28, 2011</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Fix thread-safety problem resulting from non-thread-safe use
+ of the PCRE library.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Made a few minor documentation fixes.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add workaround for a bug that appears in some versions of
+ ghostscript to the test suite
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fix minor build issue for Visual C++ 2010.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>2.3.0: August 11, 2011</term>
<listitem>
<itemizedlist>