Commit 6b4d2312458de367ef2a12cbe211e72634233d71
1 parent
8635f630
2.2.0
git-svn-id: svn+q:///qpdf/trunk@1016 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
7 changed files
with
11 additions
and
17 deletions
ChangeLog
| 1 | 2010-08-14 Jay Berkenbilt <ejb@ql.org> | 1 | 2010-08-14 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * 2.2.0: release | ||
| 4 | + | ||
| 3 | * Rename README.windows to README-windows.txt and convert its line | 5 | * Rename README.windows to README-windows.txt and convert its line |
| 4 | endings to Windows-style line endings. Also mention Jian Ma's VC6 | 6 | endings to Windows-style line endings. Also mention Jian Ma's VC6 |
| 5 | port in the manual and README-windows.txt. | 7 | port in the manual and README-windows.txt. |
README.maintainer
| @@ -20,6 +20,9 @@ Release Reminders | @@ -20,6 +20,9 @@ Release Reminders | ||
| 20 | 20 | ||
| 21 | * Update release date in manual/qpdf-manual.xml | 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 | * Each year, update copyright notices. Just search for Copyright. | 26 | * Each year, update copyright notices. Just search for Copyright. |
| 24 | Last updated: 2010. | 27 | Last updated: 2010. |
| 25 | 28 |
TODO
| 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 | General | 1 | General |
| 13 | ======= | 2 | ======= |
| 14 | 3 |
configure.ac
| @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. | @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. | ||
| 2 | dnl This config.in requires autoconf 2.5 or greater. | 2 | dnl This config.in requires autoconf 2.5 or greater. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.60) | 4 | AC_PREREQ(2.60) |
| 5 | -AC_INIT(qpdf,2.2.rc1) | 5 | +AC_INIT(qpdf,2.2.0) |
| 6 | 6 | ||
| 7 | AC_CONFIG_MACRO_DIR([m4]) | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | AC_CONFIG_FILES([autoconf.mk]) | 8 | AC_CONFIG_FILES([autoconf.mk]) |
libqpdf/QPDF.cc
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | #include <qpdf/QPDF_Null.hh> | 15 | #include <qpdf/QPDF_Null.hh> |
| 16 | #include <qpdf/QPDF_Dictionary.hh> | 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 | void | 20 | void |
| 21 | QPDF::InputSource::setLastOffset(off_t offset) | 21 | QPDF::InputSource::setLastOffset(off_t offset) |
manual/qpdf-manual.xml
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | <!ENTITY mdash "—"> | 5 | <!ENTITY mdash "—"> |
| 6 | <!ENTITY ndash "–"> | 6 | <!ENTITY ndash "–"> |
| 7 | <!ENTITY nbsp " "> | 7 | <!ENTITY nbsp " "> |
| 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 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
| @@ -2075,7 +2075,7 @@ print "\n"; | @@ -2075,7 +2075,7 @@ print "\n"; | ||
| 2075 | </para> | 2075 | </para> |
| 2076 | <variablelist> | 2076 | <variablelist> |
| 2077 | <varlistentry> | 2077 | <varlistentry> |
| 2078 | - <term>2.2.rc1: August 8, 2010</term> | 2078 | + <term>2.2.0: August 14, 2010</term> |
| 2079 | <listitem> | 2079 | <listitem> |
| 2080 | <itemizedlist> | 2080 | <itemizedlist> |
| 2081 | <listitem> | 2081 | <listitem> |
qpdf.spec
| 1 | Summary: Command-line tools and library for transforming PDF files | 1 | Summary: Command-line tools and library for transforming PDF files |
| 2 | Name: qpdf | 2 | Name: qpdf |
| 3 | -Version: 2.2.rc1 | 3 | +Version: 2.2.0 |
| 4 | Release: 1%{?dist} | 4 | Release: 1%{?dist} |
| 5 | License: Artistic | 5 | License: Artistic |
| 6 | Group: System Environment/Libraries | 6 | Group: System Environment/Libraries |