Commit 6b4d2312458de367ef2a12cbe211e72634233d71

Authored by Jay Berkenbilt
1 parent 8635f630

2.2.0

git-svn-id: svn+q:///qpdf/trunk@1016 71b93d88-0707-0410-a8cf-f5a4172ac649
ChangeLog
1 1 2010-08-14 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 2.2.0: release
  4 +
3 5 * Rename README.windows to README-windows.txt and convert its line
4 6 endings to Windows-style line endings. Also mention Jian Ma's VC6
5 7 port in the manual and README-windows.txt.
... ...
README.maintainer
... ... @@ -20,6 +20,9 @@ Release Reminders
20 20  
21 21 * Update release date in manual/qpdf-manual.xml
22 22  
  23 + * Check TODO file to make sure all planned items for the release are
  24 + done or retargeted.
  25 +
23 26 * Each year, update copyright notices. Just search for Copyright.
24 27 Last updated: 2010.
25 28  
... ...
1   -2.2.0
2   -=====
3   -
4   - * shared library version information already bumped for 2.2.rc1;
5   - replace 2.2.rc1 with 2.2.0 in manual and update in other places for
6   - 2.2.0.
7   -
8   - * Work in contrib/vc6. See email from stronghorse@tom.com. Not yet
9   - mentioned in the docs.
10   -
11   -
12 1 General
13 2 =======
14 3  
... ...
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.rc1)
  5 +AC_INIT(qpdf,2.2.0)
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.rc1";
  18 +std::string QPDF::qpdf_version = "2.2.0";
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.rc1">
9   -<!ENTITY lastreleased "August 8, 2010">
  8 +<!ENTITY swversion "2.2.0">
  9 +<!ENTITY lastreleased "August 14, 2010">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -2075,7 +2075,7 @@ print &quot;\n&quot;;
2075 2075 </para>
2076 2076 <variablelist>
2077 2077 <varlistentry>
2078   - <term>2.2.rc1: August 8, 2010</term>
  2078 + <term>2.2.0: August 14, 2010</term>
2079 2079 <listitem>
2080 2080 <itemizedlist>
2081 2081 <listitem>
... ...
qpdf.spec
1 1 Summary: Command-line tools and library for transforming PDF files
2 2 Name: qpdf
3   -Version: 2.2.rc1
  3 +Version: 2.2.0
4 4 Release: 1%{?dist}
5 5 License: Artistic
6 6 Group: System Environment/Libraries
... ...