git-svn-id: svn+q:///qpdf/trunk@1037 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2010-10-01 11:07:12 +00:00
parent 48b2b57257
commit df1fa5291c
6 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,7 @@
2010-10-01 Jay Berkenbilt <ejb@ql.org>
* 2.2.1: release
* include/qpdf/QPDF.hh: Add setOutputStreams method to allow
redirection of library-generated output/error to alternative
streams.

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ(2.60)
AC_INIT(qpdf,2.2.0)
AC_INIT(qpdf,2.2.1)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])

View File

@ -15,7 +15,7 @@
#include <qpdf/QPDF_Null.hh>
#include <qpdf/QPDF_Dictionary.hh>
std::string QPDF::qpdf_version = "2.2.0";
std::string QPDF::qpdf_version = "2.2.1";
void
QPDF::InputSource::setLastOffset(off_t offset)

View File

@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
# * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),4,0,1)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),5,0,2)

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.2.0">
<!ENTITY lastreleased "August 14, 2010">
<!ENTITY swversion "2.2.1">
<!ENTITY lastreleased "October 1, 2010">
]>
<book>
<bookinfo>
@ -2075,7 +2075,7 @@ print "\n";
</para>
<variablelist>
<varlistentry>
<term>2.2.1: XXX</term>
<term>2.2.1: October 1, 2010</term>
<listitem>
<itemizedlist>
<listitem>

View File

@ -1,6 +1,6 @@
Summary: Command-line tools and library for transforming PDF files
Name: qpdf
Version: 2.2.0
Version: 2.2.1
Release: 1%{?dist}
License: Artistic
Group: System Environment/Libraries