2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-04 03:10:52 +00:00
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> 2010-10-01 Jay Berkenbilt <ejb@ql.org>
* 2.2.1: release
* include/qpdf/QPDF.hh: Add setOutputStreams method to allow * include/qpdf/QPDF.hh: Add setOutputStreams method to allow
redirection of library-generated output/error to alternative redirection of library-generated output/error to alternative
streams. 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. dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(qpdf,2.2.0) AC_INIT(qpdf,2.2.1)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk]) AC_CONFIG_FILES([autoconf.mk])

View File

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

View File

@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
# * Otherwise, increment REVISION # * Otherwise, increment REVISION
$(TARGETS_libqpdf): $(OBJS_libqpdf) $(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 mdash "&#x2014;">
<!ENTITY ndash "&#x2013;"> <!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;"> <!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.2.0"> <!ENTITY swversion "2.2.1">
<!ENTITY lastreleased "August 14, 2010"> <!ENTITY lastreleased "October 1, 2010">
]> ]>
<book> <book>
<bookinfo> <bookinfo>
@ -2075,7 +2075,7 @@ print "\n";
</para> </para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>2.2.1: XXX</term> <term>2.2.1: October 1, 2010</term>
<listitem> <listitem>
<itemizedlist> <itemizedlist>
<listitem> <listitem>

View File

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