Commit 5e9e17e62ad26648121b31be7c5d0c41b9a1c204

Authored by Jay Berkenbilt
1 parent 643a2219

Prepare 8.2.0 release

ChangeLog
  1 +2018-08-16 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 8.2.0: release
  4 +
1 5 2018-08-14 Jay Berkenbilt <ejb@ql.org>
2 6  
3 7 * For the mingw builds, change the name of the DLL import library
... ...
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.1.0])
  5 +AC_INIT([qpdf],[8.2.0])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ... @@ -29,8 +29,8 @@ LT_INIT([win32-dll])
29 29 # * Otherwise, increment LT_REVISION
30 30  
31 31 # LT = libtool
32   -LT_CURRENT=22
33   -LT_AGE=1
  32 +LT_CURRENT=23
  33 +LT_AGE=2
34 34 LT_REVISION=0
35 35 AC_SUBST(LT_CURRENT)
36 36 AC_SUBST(LT_REVISION)
... ...
libqpdf/QPDF.cc
... ... @@ -19,7 +19,7 @@
19 19 #include <qpdf/QPDF_Null.hh>
20 20 #include <qpdf/QPDF_Dictionary.hh>
21 21  
22   -std::string QPDF::qpdf_version = "8.1.0";
  22 +std::string QPDF::qpdf_version = "8.2.0";
23 23  
24 24 static char const* EMPTY_PDF =
25 25 "%PDF-1.3\n"
... ...
manual/qpdf-manual.xml
... ... @@ -5,8 +5,8 @@
5 5 <!ENTITY mdash "&#x2014;">
6 6 <!ENTITY ndash "&#x2013;">
7 7 <!ENTITY nbsp "&#xA0;">
8   -<!ENTITY swversion "8.1.0">
9   -<!ENTITY lastreleased "June 22, 2018">
  8 +<!ENTITY swversion "8.2.0">
  9 +<!ENTITY lastreleased "August 16, 2018">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -3258,7 +3258,7 @@ print &quot;\n&quot;;
3258 3258 </para>
3259 3259 <variablelist>
3260 3260 <varlistentry>
3261   - <term>8.2.0: August XXX, 2018</term>
  3261 + <term>8.2.0: August 16, 2018</term>
3262 3262 <listitem>
3263 3263 <itemizedlist>
3264 3264 <listitem>
... ...