git-svn-id: svn+q:///qpdf/trunk@958 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2010-04-18 23:25:12 +00:00
parent b71cef856b
commit 349c80c895
5 changed files with 28 additions and 9 deletions

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.1.3)
AC_INIT(qpdf,2.1.4)
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.1.3";
std::string QPDF::qpdf_version = "2.1.4";
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),3,2,0)
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),3,3,0)

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "2.1.3">
<!ENTITY lastreleased "March 27, 2010">
<!ENTITY swversion "2.1.4">
<!ENTITY lastreleased "April 18, 2010">
]>
<book>
<bookinfo>
@ -2072,9 +2072,28 @@ print "\n";
</para>
<variablelist>
<varlistentry>
<!--
clarified check output
-->
<term>2.1.4: April 18, 2010</term>
<listitem>
<itemizedlist>
<listitem>
<para>
Apply the same padding calculation fix from version 2.1.2 to
the main cross reference stream as well.
</para>
</listitem>
<listitem>
<para>
Since <command>qpdf --check</command> only performs limited
checks, clarify the output to make it clear that there still
may be errors that qpdf can't check. This should make it less
surprising to people when another PDF reader is unable to read
a file that qpdf thinks is okay.
</para>
</listitem>
</itemizedlist>
</listitem>
</varlistentry>
<varlistentry>
<term>2.1.3: March 27, 2010</term>
<listitem>
<itemizedlist>

View File

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