git-svn-id: svn+q:///qpdf/trunk@1062 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2011-06-25 18:39:05 +00:00
parent 37566259ee
commit 9de1f4826b
6 changed files with 22 additions and 16 deletions

View File

@ -1,5 +1,7 @@
2011-06-25 Jay Berkenbilt <ejb@ql.org>
* 2.2.4: release
* Update config.guess, config.sub, and libtool files
2011-06-23 Jay Berkenbilt <ejb@ql.org>

13
TODO
View File

@ -1,20 +1,11 @@
Next
====
* Consider adding an option to configure.ac to strip binaries and
executables instead of just turning it off.
* Debian package: think about whether to make debug libraries and
whether required DEB_BUILT_OPTIONS are supported.
General
=======
* Look for %PDF header somewhere within the first 1024 bytes of the
file. Also accept headers of the form "%!PSAdobeN.n PDFM.m".
See Implementation notes 13 and 14 in appendix H of the PDF 1.7
specification. This is bug 3267974.
General
=======
* Update qpdf docs about non-ascii passwords. See thread from
2010-12-07,08 for details.

View File

@ -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.2.3)
AC_INIT(qpdf,2.2.4)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -15,7 +15,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
std::string QPDF::qpdf_version = "2.2.3";
std::string QPDF::qpdf_version = "2.2.4";
void
QPDF::InputSource::setLastOffset(off_t offset)

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.2.3">
<!ENTITY lastreleased "April 30, 2011">
<!ENTITY swversion "2.2.4">
<!ENTITY lastreleased "June 25, 2011">
]>
<book>
<bookinfo>
@ -2074,6 +2074,19 @@ print "\n";
<filename>ChangeLog</filename> in the source distribution.
</para>
<variablelist>
<varlistentry>
<term>2.2.4: June 25, 2011</term>
<listitem>
<itemizedlist>
<listitem>
<para>
Fix installation and compilation issues; no functionality
changes.
</para>
</listitem>
</itemizedlist>
</listitem>
</varlistentry>
<varlistentry>
<term>2.2.3: April 30, 2011</term>
<listitem>

View File

@ -1,6 +1,6 @@
Summary: Command-line tools and library for transforming PDF files
Name: qpdf
Version: 2.2.3
Version: 2.2.4
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries