Commit 03074ca5a071527f85954d02081413a6b4e0d020

Authored by Jay Berkenbilt
1 parent 38a6cf88

Prepare 8.4.0 release

ChangeLog
  1 +2019-02-01 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 8.4.0: release
  4 +
1 5 2019-01-31 Jay Berkenbilt <ejb@ql.org>
2 6  
3 7 * Bug fix: do better pre-checks on images before optimizing;
... ...
autofiles.sums
1   -13072ffa0c9c48efda03b39e9f372f17e904817327f022d06ec6b66b8b2ed6b8 configure.ac
  1 +f77e14ac842b239e57d5b49ced4260a69e93dcea01c002ff7606170ab1535ea8 configure.ac
2 2 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4
3 3 37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4
4 4 e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4
... ...
configure
1 1 #! /bin/sh
2 2 # Guess values for system-dependent variables and create Makefiles.
3   -# Generated by GNU Autoconf 2.69 for qpdf 8.3.0.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 8.4.0.
4 4 #
5 5 #
6 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
... ... @@ -587,8 +587,8 @@ MAKEFLAGS=
587 587 # Identity of this package.
588 588 PACKAGE_NAME='qpdf'
589 589 PACKAGE_TARNAME='qpdf'
590   -PACKAGE_VERSION='8.3.0'
591   -PACKAGE_STRING='qpdf 8.3.0'
  590 +PACKAGE_VERSION='8.4.0'
  591 +PACKAGE_STRING='qpdf 8.4.0'
592 592 PACKAGE_BUGREPORT=''
593 593 PACKAGE_URL=''
594 594  
... ... @@ -1339,7 +1339,7 @@ if test &quot;$ac_init_help&quot; = &quot;long&quot;; then
1339 1339 # Omit some internal or obsolete options to make the list less imposing.
1340 1340 # This message is too long to be a string in the A/UX 3.1 sh.
1341 1341 cat <<_ACEOF
1342   -\`configure' configures qpdf 8.3.0 to adapt to many kinds of systems.
  1342 +\`configure' configures qpdf 8.4.0 to adapt to many kinds of systems.
1343 1343  
1344 1344 Usage: $0 [OPTION]... [VAR=VALUE]...
1345 1345  
... ... @@ -1405,7 +1405,7 @@ fi
1405 1405  
1406 1406 if test -n "$ac_init_help"; then
1407 1407 case $ac_init_help in
1408   - short | recursive ) echo "Configuration of qpdf 8.3.0:";;
  1408 + short | recursive ) echo "Configuration of qpdf 8.4.0:";;
1409 1409 esac
1410 1410 cat <<\_ACEOF
1411 1411  
... ... @@ -1558,7 +1558,7 @@ fi
1558 1558 test -n "$ac_init_help" && exit $ac_status
1559 1559 if $ac_init_version; then
1560 1560 cat <<\_ACEOF
1561   -qpdf configure 8.3.0
  1561 +qpdf configure 8.4.0
1562 1562 generated by GNU Autoconf 2.69
1563 1563  
1564 1564 Copyright (C) 2012 Free Software Foundation, Inc.
... ... @@ -2098,7 +2098,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2098 2098 This file contains any messages produced by compilers while
2099 2099 running configure, to aid debugging if configure makes a mistake.
2100 2100  
2101   -It was created by qpdf $as_me 8.3.0, which was
  2101 +It was created by qpdf $as_me 8.4.0, which was
2102 2102 generated by GNU Autoconf 2.69. Invocation command line was
2103 2103  
2104 2104 $ $0 $@
... ... @@ -15645,8 +15645,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
15645 15645 # * Otherwise, increment LT_REVISION
15646 15646  
15647 15647 # LT = libtool
15648   -LT_CURRENT=24
15649   -LT_AGE=3
  15648 +LT_CURRENT=25
  15649 +LT_AGE=4
15650 15650 LT_REVISION=0
15651 15651  
15652 15652  
... ... @@ -17539,7 +17539,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
17539 17539 # report actual input values of CONFIG_FILES etc. instead of their
17540 17540 # values after options handling.
17541 17541 ac_log="
17542   -This file was extended by qpdf $as_me 8.3.0, which was
  17542 +This file was extended by qpdf $as_me 8.4.0, which was
17543 17543 generated by GNU Autoconf 2.69. Invocation command line was
17544 17544  
17545 17545 CONFIG_FILES = $CONFIG_FILES
... ... @@ -17605,7 +17605,7 @@ _ACEOF
17605 17605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17606 17606 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17607 17607 ac_cs_version="\\
17608   -qpdf config.status 8.3.0
  17608 +qpdf config.status 8.4.0
17609 17609 configured by $0, generated by GNU Autoconf 2.69,
17610 17610 with options \\"\$ac_cs_config\\"
17611 17611  
... ...
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.3.0])
  5 +AC_INIT([qpdf],[8.4.0])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ... @@ -51,8 +51,8 @@ LT_INIT([win32-dll])
51 51 # * Otherwise, increment LT_REVISION
52 52  
53 53 # LT = libtool
54   -LT_CURRENT=24
55   -LT_AGE=3
  54 +LT_CURRENT=25
  55 +LT_AGE=4
56 56 LT_REVISION=0
57 57 AC_SUBST(LT_CURRENT)
58 58 AC_SUBST(LT_REVISION)
... ...
libqpdf/QPDF.cc
... ... @@ -20,7 +20,7 @@
20 20 #include <qpdf/QPDF_Dictionary.hh>
21 21 #include <qpdf/QPDF_Stream.hh>
22 22  
23   -std::string QPDF::qpdf_version = "8.3.0";
  23 +std::string QPDF::qpdf_version = "8.4.0";
24 24  
25 25 static char const* EMPTY_PDF =
26 26 "%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.3.0">
9   -<!ENTITY lastreleased "January 7, 2019">
  8 +<!ENTITY swversion "8.4.0">
  9 +<!ENTITY lastreleased "February 1, 2019">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -4302,7 +4302,7 @@ print &quot;\n&quot;;
4302 4302 </para>
4303 4303 <variablelist>
4304 4304 <varlistentry>
4305   - <term>8.4.0: XXX, 2019</term>
  4305 + <term>8.4.0: February 1, 2019</term>
4306 4306 <listitem>
4307 4307 <itemizedlist>
4308 4308 <listitem>
... ...