mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
update for 2.1.3
git-svn-id: svn+q:///qpdf/trunk@949 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
507ea15ec5
commit
117f690c8e
@ -1,5 +1,7 @@
|
||||
2010-03-27 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 2.1.3: release
|
||||
|
||||
* libqpdf/QPDF_optimization.cc (flattenScalarReferences): Flatten
|
||||
scalar references for unreferenced objects as well as those seen
|
||||
during traversal of the file. This matters when preserving object
|
||||
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl This config.in requires autoconf 2.5 or greater.
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(qpdf,2.1.2)
|
||||
AC_INIT(qpdf,2.1.3)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <qpdf/QPDF_Null.hh>
|
||||
#include <qpdf/QPDF_Dictionary.hh>
|
||||
|
||||
std::string QPDF::qpdf_version = "2.1.2";
|
||||
std::string QPDF::qpdf_version = "2.1.3";
|
||||
|
||||
void
|
||||
QPDF::InputSource::setLastOffset(off_t offset)
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "2.1.2">
|
||||
<!ENTITY lastreleased "January 24, 2010">
|
||||
<!ENTITY swversion "2.1.3">
|
||||
<!ENTITY lastreleased "March 27, 2010">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -2071,6 +2071,26 @@ print "\n";
|
||||
<filename>ChangeLog</filename> in the source distribution.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>2.1.3: March 27, 2010</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Fix bug that could cause a failure when rewriting PDF files
|
||||
that contain object streams with unreferenced objects that in
|
||||
turn reference indirect scalars.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Don't complain about (invalid) AES streams that aren't a
|
||||
multiple of 16 bytes. Instead, pad them before decrypting.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>2.1.2: January 24, 2010</term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user