mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
Prepare 7.1.1 release
This commit is contained in:
parent
e3167c1a60
commit
2ebdd6929e
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
2018-02-04 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 7.1.1: release
|
||||
|
||||
* Bug fix: properly linearize files whose /ID has a length of
|
||||
other than 16 bytes.
|
||||
|
||||
* Rename some test files to avoid files with three dots in their
|
||||
names. Fixes #173.
|
||||
|
||||
* Fix various build and compilation issues on some platforms and
|
||||
compilers. Fixes #176, #172, #177
|
||||
|
||||
* Fix a few typos and clarify a few comments in header files.
|
||||
|
||||
2018-01-14 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 7.1.0: release
|
||||
|
@ -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.68])
|
||||
AC_INIT([qpdf],[7.1.0])
|
||||
AC_INIT([qpdf],[7.1.1])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_FILES([autoconf.mk])
|
||||
@ -31,7 +31,7 @@ LT_INIT([win32-dll])
|
||||
# LT = libtool
|
||||
LT_CURRENT=20
|
||||
LT_AGE=2
|
||||
LT_REVISION=0
|
||||
LT_REVISION=1
|
||||
AC_SUBST(LT_CURRENT)
|
||||
AC_SUBST(LT_REVISION)
|
||||
AC_SUBST(LT_AGE)
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <qpdf/QPDF_Null.hh>
|
||||
#include <qpdf/QPDF_Dictionary.hh>
|
||||
|
||||
std::string QPDF::qpdf_version = "7.1.0";
|
||||
std::string QPDF::qpdf_version = "7.1.1";
|
||||
|
||||
static char const* EMPTY_PDF =
|
||||
"%PDF-1.3\n"
|
||||
|
@ -5,8 +5,8 @@
|
||||
<!ENTITY mdash "—">
|
||||
<!ENTITY ndash "–">
|
||||
<!ENTITY nbsp " ">
|
||||
<!ENTITY swversion "7.1.0">
|
||||
<!ENTITY lastreleased "January 14, 2018">
|
||||
<!ENTITY swversion "7.1.1">
|
||||
<!ENTITY lastreleased "February 4, 2018">
|
||||
]>
|
||||
<book>
|
||||
<bookinfo>
|
||||
@ -2982,6 +2982,25 @@ print "\n";
|
||||
<filename>ChangeLog</filename> in the source distribution.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>7.1.1: February 4, 2018</term>
|
||||
<listitem>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Bug fix: files whose /ID fields were other than 16 bytes long
|
||||
can now be properly linearlized
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
A few compile and link issues have been corrected for some
|
||||
platforms.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>7.1.0: January 14, 2018</term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user