Commit 9de1f4826bcda9a677d8c1d9548c57d4378c10fc

Authored by Jay Berkenbilt
1 parent 37566259

2.2.4

git-svn-id: svn+q:///qpdf/trunk@1062 71b93d88-0707-0410-a8cf-f5a4172ac649
ChangeLog
1 1 2011-06-25 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 2.2.4: release
  4 +
3 5 * Update config.guess, config.sub, and libtool files
4 6  
5 7 2011-06-23 Jay Berkenbilt <ejb@ql.org>
... ...
1   -Next
2   -====
3   -
4   - * Consider adding an option to configure.ac to strip binaries and
5   - executables instead of just turning it off.
6   -
7   - * Debian package: think about whether to make debug libraries and
8   - whether required DEB_BUILT_OPTIONS are supported.
  1 +General
  2 +=======
9 3  
10 4 * Look for %PDF header somewhere within the first 1024 bytes of the
11 5 file. Also accept headers of the form "%!PS−Adobe−N.n PDF−M.m".
12 6 See Implementation notes 13 and 14 in appendix H of the PDF 1.7
13 7 specification. This is bug 3267974.
14 8  
15   -General
16   -=======
17   -
18 9 * Update qpdf docs about non-ascii passwords. See thread from
19 10 2010-12-07,08 for details.
20 11  
... ...
configure.ac
... ... @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 2 dnl This config.in requires autoconf 2.5 or greater.
3 3  
4 4 AC_PREREQ(2.60)
5   -AC_INIT(qpdf,2.2.3)
  5 +AC_INIT(qpdf,2.2.4)
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...
libqpdf/QPDF.cc
... ... @@ -15,7 +15,7 @@
15 15 #include <qpdf/QPDF_Null.hh>
16 16 #include <qpdf/QPDF_Dictionary.hh>
17 17  
18   -std::string QPDF::qpdf_version = "2.2.3";
  18 +std::string QPDF::qpdf_version = "2.2.4";
19 19  
20 20 void
21 21 QPDF::InputSource::setLastOffset(off_t offset)
... ...
manual/qpdf-manual.xml
... ... @@ -5,8 +5,8 @@
5 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
8   -<!ENTITY swversion "2.2.3">
9   -<!ENTITY lastreleased "April 30, 2011">
  8 +<!ENTITY swversion "2.2.4">
  9 +<!ENTITY lastreleased "June 25, 2011">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -2075,6 +2075,19 @@ print &quot;\n&quot;;
2075 2075 </para>
2076 2076 <variablelist>
2077 2077 <varlistentry>
  2078 + <term>2.2.4: June 25, 2011</term>
  2079 + <listitem>
  2080 + <itemizedlist>
  2081 + <listitem>
  2082 + <para>
  2083 + Fix installation and compilation issues; no functionality
  2084 + changes.
  2085 + </para>
  2086 + </listitem>
  2087 + </itemizedlist>
  2088 + </listitem>
  2089 + </varlistentry>
  2090 + <varlistentry>
2078 2091 <term>2.2.3: April 30, 2011</term>
2079 2092 <listitem>
2080 2093 <itemizedlist>
... ...
qpdf.spec
1 1 Summary: Command-line tools and library for transforming PDF files
2 2 Name: qpdf
3   -Version: 2.2.3
  3 +Version: 2.2.4
4 4 Release: 1%{?dist}
5 5 License: Artistic
6 6 Group: System Environment/Libraries
... ...