Commit df1fa5291c4be68f669a03e6665a1ba141e0056f

Authored by Jay Berkenbilt
1 parent 48b2b572

2.2.1

git-svn-id: svn+q:///qpdf/trunk@1037 71b93d88-0707-0410-a8cf-f5a4172ac649
ChangeLog
1 1 2010-10-01 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 2.2.1: release
  4 +
3 5 * include/qpdf/QPDF.hh: Add setOutputStreams method to allow
4 6 redirection of library-generated output/error to alternative
5 7 streams.
... ...
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.0)
  5 +AC_INIT(qpdf,2.2.1)
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.0";
  18 +std::string QPDF::qpdf_version = "2.2.1";
19 19  
20 20 void
21 21 QPDF::InputSource::setLastOffset(off_t offset)
... ...
libqpdf/build.mk
... ... @@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
72 72 # * Otherwise, increment REVISION
73 73  
74 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 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
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 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.1: XXX</term>
  2078 + <term>2.2.1: October 1, 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.0
  3 +Version: 2.2.1
4 4 Release: 1%{?dist}
5 5 License: Artistic
6 6 Group: System Environment/Libraries
... ...