summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-06-25 20:39:05 +0200
committerJay Berkenbilt <ejb@ql.org>2011-06-25 20:39:05 +0200
commit9de1f4826bcda9a677d8c1d9548c57d4378c10fc (patch)
treebe1138d8cfb8056f7b17e023c1dca638efbcec32
parent37566259eef7d1d35d13cc4db6864b25b5a10029 (diff)
downloadqpdf-9de1f4826bcda9a677d8c1d9548c57d4378c10fc.tar.zst
2.2.4
git-svn-id: svn+q:///qpdf/trunk@1062 71b93d88-0707-0410-a8cf-f5a4172ac649
-rw-r--r--ChangeLog2
-rw-r--r--TODO13
-rw-r--r--configure.ac2
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--manual/qpdf-manual.xml17
-rw-r--r--qpdf.spec2
6 files changed, 22 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 111645e2..238742a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
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 <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)
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 @@
<!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>
@@ -2075,6 +2075,19 @@ print "\n";
</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>
<itemizedlist>
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