mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-01 03:12:29 +00:00
Prepare 8.0.2 release
This commit is contained in:
parent
e4e2e26d99
commit
f8c8e4dcc0
@ -1,5 +1,7 @@
|
|||||||
2018-03-06 Jay Berkenbilt <ejb@ql.org>
|
2018-03-06 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* 8.0.2: release
|
||||||
|
|
||||||
* Properly handle pages with no contents. Fixes #194.
|
* Properly handle pages with no contents. Fixes #194.
|
||||||
|
|
||||||
2018-03-05 Jay Berkenbilt <ejb@ql.org>
|
2018-03-05 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
@ -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.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([qpdf],[8.0.1])
|
AC_INIT([qpdf],[8.0.2])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_FILES([autoconf.mk])
|
AC_CONFIG_FILES([autoconf.mk])
|
||||||
@ -31,7 +31,7 @@ LT_INIT([win32-dll])
|
|||||||
# LT = libtool
|
# LT = libtool
|
||||||
LT_CURRENT=21
|
LT_CURRENT=21
|
||||||
LT_AGE=0
|
LT_AGE=0
|
||||||
LT_REVISION=1
|
LT_REVISION=2
|
||||||
AC_SUBST(LT_CURRENT)
|
AC_SUBST(LT_CURRENT)
|
||||||
AC_SUBST(LT_REVISION)
|
AC_SUBST(LT_REVISION)
|
||||||
AC_SUBST(LT_AGE)
|
AC_SUBST(LT_AGE)
|
||||||
|
@ -19,7 +19,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 = "8.0.1";
|
std::string QPDF::qpdf_version = "8.0.2";
|
||||||
|
|
||||||
static char const* EMPTY_PDF =
|
static char const* EMPTY_PDF =
|
||||||
"%PDF-1.3\n"
|
"%PDF-1.3\n"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<!ENTITY mdash "—">
|
<!ENTITY mdash "—">
|
||||||
<!ENTITY ndash "–">
|
<!ENTITY ndash "–">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
<!ENTITY swversion "8.0.1">
|
<!ENTITY swversion "8.0.2">
|
||||||
<!ENTITY lastreleased "March 4, 2018">
|
<!ENTITY lastreleased "March 6, 2018">
|
||||||
]>
|
]>
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
@ -3062,6 +3062,28 @@ print "\n";
|
|||||||
<filename>ChangeLog</filename> in the source distribution.
|
<filename>ChangeLog</filename> in the source distribution.
|
||||||
</para>
|
</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>8.0.2: March 6, 2018</term>
|
||||||
|
<listitem>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
When a loop is detected while following cross reference
|
||||||
|
streams or tables, treat this as damage instead of silently
|
||||||
|
ignoring the previous table. This prevents loss of otherwise
|
||||||
|
recoverable data in some damaged files.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Properly handle pages with no contents.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>8.0.1: March 4, 2018</term>
|
<term>8.0.1: March 4, 2018</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user