summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-01-17 15:51:04 +0100
committerJay Berkenbilt <ejb@ql.org>2013-01-17 15:51:04 +0100
commit8708fd373dd6ec35f718be2f958a5887bd053128 (patch)
treefe10fbea0e41b3eac4154f011a8c151147da9e0a /manual
parenta04a835849d501aa0c0280ddc3b91ed6c49f41c7 (diff)
downloadqpdf-8708fd373dd6ec35f718be2f958a5887bd053128.tar.zst
Prepare 4.0.1 releaserelease-qpdf-4.0.1
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml30
1 files changed, 28 insertions, 2 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index b5e22518..59b6c355 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 "4.0.0">
-<!ENTITY lastreleased "December 31, 2012">
+<!ENTITY swversion "4.0.1">
+<!ENTITY lastreleased "January 17, 2013">
]>
<book>
<bookinfo>
@@ -2461,6 +2461,32 @@ print "\n";
</para>
<variablelist>
<varlistentry>
+ <term>4.0.1: January 17, 2013</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Fix detection of binary attachments in test suite to avoid
+ false test failures on some platforms.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add clarifying comment in <filename>QPDF.hh</filename> to
+ methods that return the user password explaining that it is no
+ longer possible with newer encryption formats to recover the
+ user password knowing the owner password. In earlier
+ encryption formats, the user password was encrypted in the
+ file using the owner password. In newer encryption formats, a
+ separate encryption key is used on the file, and that key is
+ independently encrypted using both the user password and the
+ owner password.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>4.0.0: December 31, 2012</term>
<listitem>
<itemizedlist>