Commit 349c80c895c961afe4654e0590698f879becca22

Authored by Jay Berkenbilt
1 parent b71cef85

2.1.4

git-svn-id: svn+q:///qpdf/trunk@958 71b93d88-0707-0410-a8cf-f5a4172ac649
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.1.3) 5 +AC_INIT(qpdf,2.1.4)
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.1.3"; 18 +std::string QPDF::qpdf_version = "2.1.4";
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),3,2,0) 75 + $(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),3,3,0)
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 7 <!ENTITY nbsp "&#xA0;">
8 -<!ENTITY swversion "2.1.3">  
9 -<!ENTITY lastreleased "March 27, 2010"> 8 +<!ENTITY swversion "2.1.4">
  9 +<!ENTITY lastreleased "April 18, 2010">
10 ]> 10 ]>
11 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>
@@ -2072,9 +2072,28 @@ print &quot;\n&quot;; @@ -2072,9 +2072,28 @@ print &quot;\n&quot;;
2072 </para> 2072 </para>
2073 <variablelist> 2073 <variablelist>
2074 <varlistentry> 2074 <varlistentry>
2075 -<!--  
2076 -clarified check output  
2077 ---> 2075 + <term>2.1.4: April 18, 2010</term>
  2076 + <listitem>
  2077 + <itemizedlist>
  2078 + <listitem>
  2079 + <para>
  2080 + Apply the same padding calculation fix from version 2.1.2 to
  2081 + the main cross reference stream as well.
  2082 + </para>
  2083 + </listitem>
  2084 + <listitem>
  2085 + <para>
  2086 + Since <command>qpdf --check</command> only performs limited
  2087 + checks, clarify the output to make it clear that there still
  2088 + may be errors that qpdf can't check. This should make it less
  2089 + surprising to people when another PDF reader is unable to read
  2090 + a file that qpdf thinks is okay.
  2091 + </para>
  2092 + </listitem>
  2093 + </itemizedlist>
  2094 + </listitem>
  2095 + </varlistentry>
  2096 + <varlistentry>
2078 <term>2.1.3: March 27, 2010</term> 2097 <term>2.1.3: March 27, 2010</term>
2079 <listitem> 2098 <listitem>
2080 <itemizedlist> 2099 <itemizedlist>
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.1.3 3 +Version: 2.1.4
4 Release: 1%{?dist} 4 Release: 1%{?dist}
5 License: Artistic 5 License: Artistic
6 Group: System Environment/Libraries 6 Group: System Environment/Libraries