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