2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 19:00:51 +00:00

Prepare 8.2.0 release

This commit is contained in:
Jay Berkenbilt 2018-08-16 11:29:32 -04:00
parent 643a221914
commit 5e9e17e62a
4 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2018-08-16 Jay Berkenbilt <ejb@ql.org>
* 8.2.0: release
2018-08-14 Jay Berkenbilt <ejb@ql.org> 2018-08-14 Jay Berkenbilt <ejb@ql.org>
* For the mingw builds, change the name of the DLL import library * For the mingw builds, change the name of the DLL import library

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. dnl This config.in requires autoconf 2.5 or greater.
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([qpdf],[8.1.0]) AC_INIT([qpdf],[8.2.0])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk]) AC_CONFIG_FILES([autoconf.mk])
@ -29,8 +29,8 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION # * Otherwise, increment LT_REVISION
# LT = libtool # LT = libtool
LT_CURRENT=22 LT_CURRENT=23
LT_AGE=1 LT_AGE=2
LT_REVISION=0 LT_REVISION=0
AC_SUBST(LT_CURRENT) AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION) AC_SUBST(LT_REVISION)

View File

@ -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.1.0"; std::string QPDF::qpdf_version = "8.2.0";
static char const* EMPTY_PDF = static char const* EMPTY_PDF =
"%PDF-1.3\n" "%PDF-1.3\n"

View File

@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;"> <!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;"> <!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;"> <!ENTITY nbsp "&#xA0;">
<!ENTITY swversion "8.1.0"> <!ENTITY swversion "8.2.0">
<!ENTITY lastreleased "June 22, 2018"> <!ENTITY lastreleased "August 16, 2018">
]> ]>
<book> <book>
<bookinfo> <bookinfo>
@ -3258,7 +3258,7 @@ print "\n";
</para> </para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>8.2.0: August XXX, 2018</term> <term>8.2.0: August 16, 2018</term>
<listitem> <listitem>
<itemizedlist> <itemizedlist>
<listitem> <listitem>