mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-22 22:58:33 +00:00
2.1.4
git-svn-id: svn+q:///qpdf/trunk@958 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
b71cef856b
commit
349c80c895
@ -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])
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user