From 117f690c8e20c242788ffab5f50ff86b0772faab Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 27 Mar 2010 16:03:04 +0000 Subject: [PATCH] update for 2.1.3 git-svn-id: svn+q:///qpdf/trunk@949 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 2 ++ configure.ac | 2 +- libqpdf/QPDF.cc | 2 +- manual/qpdf-manual.xml | 24 ++++++++++++++++++++++-- qpdf.spec | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02711bf5..8f0b0673 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-03-27 Jay Berkenbilt + * 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 diff --git a/configure.ac b/configure.ac index 5d023701..9bf00e9b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index f4dd19d6..b3c4b86f 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -15,7 +15,7 @@ #include #include -std::string QPDF::qpdf_version = "2.1.2"; +std::string QPDF::qpdf_version = "2.1.3"; void QPDF::InputSource::setLastOffset(off_t offset) diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 3e78689e..95783e9d 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -2071,6 +2071,26 @@ print "\n"; ChangeLog in the source distribution. + + 2.1.3: March 27, 2010 + + + + + Fix bug that could cause a failure when rewriting PDF files + that contain object streams with unreferenced objects that in + turn reference indirect scalars. + + + + + Don't complain about (invalid) AES streams that aren't a + multiple of 16 bytes. Instead, pad them before decrypting. + + + + + 2.1.2: January 24, 2010 diff --git a/qpdf.spec b/qpdf.spec index 67ef6683..8885d691 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,6 +1,6 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} License: Artistic Group: System Environment/Libraries