Commit 1ff024fafce122b9c3fd50fb4d6dc151df601464

Authored by Jay Berkenbilt
1 parent c9e5fe6f

update version numbers

git-svn-id: svn+q:///qpdf/trunk@1004 71b93d88-0707-0410-a8cf-f5a4172ac649
ChangeLog
  1 +2010-08-08 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 2.2.rc1: release
  4 +
1 5 2010-08-05 Jay Berkenbilt <ejb@ql.org>
2 6  
3 7 * Add QPDFObjectHandle::addPageContents, a convenience routine for
... ...
1 1 2.2.0
2 2 =====
3 3  
4   - * shared library version information already bumped for 2.2.0.rc1
  4 + * shared library version information already bumped for 2.2.rc1
5 5  
6 6 * Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
7 7 mentioned in the docs.
8 8  
9   - * Finish maintainer checklist. Some release notes items have been
10   - updated.
11   -
12 9 * Find messages exchanged with Stefan Heinsen <stefan.heinsen@gmx.de>
13 10 in August, 2009. He seems to like to send encrypted mail (key
14 11 01FCC336). Tell him about newStream, replaceStreamData, and the
... ...
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.1.5)
  5 +AC_INIT(qpdf,2.2.rc1)
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.1.5";
  18 +std::string QPDF::qpdf_version = "2.2.rc1";
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.1.5">
9   -<!ENTITY lastreleased "April 25, 2010">
  8 +<!ENTITY swversion "2.2.rc1">
  9 +<!ENTITY lastreleased "August 8, 2010">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -2072,7 +2072,7 @@ print &quot;\n&quot;;
2072 2072 </para>
2073 2073 <variablelist>
2074 2074 <varlistentry>
2075   - <term>2.2.0.rc1: XXX, 2010</term>
  2075 + <term>2.2.rc1: August 8, 2010</term>
2076 2076 <listitem>
2077 2077 <itemizedlist>
2078 2078 <listitem>
... ...
qpdf.spec
1 1 Summary: Command-line tools and library for transforming PDF files
2 2 Name: qpdf
3   -Version: 2.1.5
  3 +Version: 2.2.rc1
4 4 Release: 1%{?dist}
5 5 License: Artistic
6 6 Group: System Environment/Libraries
... ...