aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-16 17:29:32 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-16 17:53:10 +0200
commit5e9e17e62ad26648121b31be7c5d0c41b9a1c204 (patch)
tree15a8dbe89eb3b070d4bbc94e3ab2c5dab515968e
parent643a221914b2c816cb749b91d0a0ab0269dfd516 (diff)
downloadqpdf-5e9e17e62ad26648121b31be7c5d0c41b9a1c204.tar.zst
Prepare 8.2.0 releaserelease-qpdf-8.2.0
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac6
-rw-r--r--libqpdf/QPDF.cc2
-rw-r--r--manual/qpdf-manual.xml6
4 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aac94ce..d7f9a37b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-08-16 Jay Berkenbilt <ejb@ql.org>
+
+ * 8.2.0: release
+
2018-08-14 Jay Berkenbilt <ejb@ql.org>
* For the mingw builds, change the name of the DLL import library
diff --git a/configure.ac b/configure.ac
index 423e2e2d..c0f7e4ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],[8.1.0])
+AC_INIT([qpdf],[8.2.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([autoconf.mk])
@@ -29,8 +29,8 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=22
-LT_AGE=1
+LT_CURRENT=23
+LT_AGE=2
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 308b3dd2..4da7c8ab 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -19,7 +19,7 @@
#include <qpdf/QPDF_Null.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 =
"%PDF-1.3\n"
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index a9b27e50..2ef8a080 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5,8 +5,8 @@
<!ENTITY mdash "&#x2014;">
<!ENTITY ndash "&#x2013;">
<!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "8.1.0">
-<!ENTITY lastreleased "June 22, 2018">
+<!ENTITY swversion "8.2.0">
+<!ENTITY lastreleased "August 16, 2018">
]>
<book>
<bookinfo>
@@ -3258,7 +3258,7 @@ print "\n";
</para>
<variablelist>
<varlistentry>
- <term>8.2.0: August XXX, 2018</term>
+ <term>8.2.0: August 16, 2018</term>
<listitem>
<itemizedlist>
<listitem>