Commit df1fa5291c4be68f669a03e6665a1ba141e0056f
1 parent
48b2b572
2.2.1
git-svn-id: svn+q:///qpdf/trunk@1037 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
6 changed files
with
9 additions
and
7 deletions
ChangeLog
| 1 | 2010-10-01 Jay Berkenbilt <ejb@ql.org> | 1 | 2010-10-01 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * 2.2.1: release | ||
| 4 | + | ||
| 3 | * include/qpdf/QPDF.hh: Add setOutputStreams method to allow | 5 | * include/qpdf/QPDF.hh: Add setOutputStreams method to allow |
| 4 | redirection of library-generated output/error to alternative | 6 | redirection of library-generated output/error to alternative |
| 5 | streams. | 7 | streams. |
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.0) | 5 | +AC_INIT(qpdf,2.2.1) |
| 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.0"; | 18 | +std::string QPDF::qpdf_version = "2.2.1"; |
| 19 | 19 | ||
| 20 | void | 20 | void |
| 21 | QPDF::InputSource::setLastOffset(off_t offset) | 21 | QPDF::InputSource::setLastOffset(off_t offset) |
libqpdf/build.mk
| @@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc | @@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc | ||
| 72 | # * Otherwise, increment REVISION | 72 | # * Otherwise, increment REVISION |
| 73 | 73 | ||
| 74 | $(TARGETS_libqpdf): $(OBJS_libqpdf) | 74 | $(TARGETS_libqpdf): $(OBJS_libqpdf) |
| 75 | - $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),4,0,1) | 75 | + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),5,0,2) |
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.0"> | ||
| 9 | -<!ENTITY lastreleased "August 14, 2010"> | 8 | +<!ENTITY swversion "2.2.1"> |
| 9 | +<!ENTITY lastreleased "October 1, 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.1: XXX</term> | 2078 | + <term>2.2.1: October 1, 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.0 | 3 | +Version: 2.2.1 |
| 4 | Release: 1%{?dist} | 4 | Release: 1%{?dist} |
| 5 | License: Artistic | 5 | License: Artistic |
| 6 | Group: System Environment/Libraries | 6 | Group: System Environment/Libraries |