Commit f8c8e4dcc0f45779dcb93de6f417a2c189d5c157
1 parent
e4e2e26d
Prepare 8.0.2 release
Showing
4 changed files
with
29 additions
and
5 deletions
ChangeLog
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.68]) |
| 5 | -AC_INIT([qpdf],[8.0.1]) | |
| 5 | +AC_INIT([qpdf],[8.0.2]) | |
| 6 | 6 | |
| 7 | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | 8 | AC_CONFIG_FILES([autoconf.mk]) |
| ... | ... | @@ -31,7 +31,7 @@ LT_INIT([win32-dll]) |
| 31 | 31 | # LT = libtool |
| 32 | 32 | LT_CURRENT=21 |
| 33 | 33 | LT_AGE=0 |
| 34 | -LT_REVISION=1 | |
| 34 | +LT_REVISION=2 | |
| 35 | 35 | AC_SUBST(LT_CURRENT) |
| 36 | 36 | AC_SUBST(LT_REVISION) |
| 37 | 37 | AC_SUBST(LT_AGE) | ... | ... |
libqpdf/QPDF.cc
manual/qpdf-manual.xml
| ... | ... | @@ -5,8 +5,8 @@ |
| 5 | 5 | <!ENTITY mdash "—"> |
| 6 | 6 | <!ENTITY ndash "–"> |
| 7 | 7 | <!ENTITY nbsp " "> |
| 8 | -<!ENTITY swversion "8.0.1"> | |
| 9 | -<!ENTITY lastreleased "March 4, 2018"> | |
| 8 | +<!ENTITY swversion "8.0.2"> | |
| 9 | +<!ENTITY lastreleased "March 6, 2018"> | |
| 10 | 10 | ]> |
| 11 | 11 | <book> |
| 12 | 12 | <bookinfo> |
| ... | ... | @@ -3063,6 +3063,28 @@ print "\n"; |
| 3063 | 3063 | </para> |
| 3064 | 3064 | <variablelist> |
| 3065 | 3065 | <varlistentry> |
| 3066 | + <term>8.0.2: March 6, 2018</term> | |
| 3067 | + <listitem> | |
| 3068 | + <itemizedlist> | |
| 3069 | + <listitem> | |
| 3070 | + <para> | |
| 3071 | + When a loop is detected while following cross reference | |
| 3072 | + streams or tables, treat this as damage instead of silently | |
| 3073 | + ignoring the previous table. This prevents loss of otherwise | |
| 3074 | + recoverable data in some damaged files. | |
| 3075 | + </para> | |
| 3076 | + </listitem> | |
| 3077 | + </itemizedlist> | |
| 3078 | + <itemizedlist> | |
| 3079 | + <listitem> | |
| 3080 | + <para> | |
| 3081 | + Properly handle pages with no contents. | |
| 3082 | + </para> | |
| 3083 | + </listitem> | |
| 3084 | + </itemizedlist> | |
| 3085 | + </listitem> | |
| 3086 | + </varlistentry> | |
| 3087 | + <varlistentry> | |
| 3066 | 3088 | <term>8.0.1: March 4, 2018</term> |
| 3067 | 3089 | <listitem> |
| 3068 | 3090 | <itemizedlist> | ... | ... |