diff --git a/ChangeLog b/ChangeLog index 111645e2..238742a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-06-25 Jay Berkenbilt + * 2.2.4: release + * Update config.guess, config.sub, and libtool files 2011-06-23 Jay Berkenbilt diff --git a/TODO b/TODO index c238e0a8..9f40059e 100644 --- a/TODO +++ b/TODO @@ -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 "%!PS−Adobe−N.n PDF−M.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. diff --git a/configure.ac b/configure.ac index ac543e12..b8134c61 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.2.3) +AC_INIT(qpdf,2.2.4) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc index f6157287..c9eee703 100644 --- a/libqpdf/QPDF.cc +++ b/libqpdf/QPDF.cc @@ -15,7 +15,7 @@ #include #include -std::string QPDF::qpdf_version = "2.2.3"; +std::string QPDF::qpdf_version = "2.2.4"; void QPDF::InputSource::setLastOffset(off_t offset) diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 02b69a1d..bbfee5d1 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> @@ -2074,6 +2074,19 @@ print "\n"; ChangeLog in the source distribution. + + 2.2.4: June 25, 2011 + + + + + Fix installation and compilation issues; no functionality + changes. + + + + + 2.2.3: April 30, 2011 diff --git a/qpdf.spec b/qpdf.spec index 4c16f57d..2eeeb404 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.2.3 +Version: 2.2.4 Release: 1%{?dist} License: Artistic Group: System Environment/Libraries