Commit 52a2e95dd5ab2c2a197aa0a564a4e09c551e8309

Authored by Jay Berkenbilt
1 parent 1b37e33d

Prepare 9.1.1 release

ChangeLog
1 1 2020-01-26 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 9.1.1: release
  4 +
3 5 * Bug fix: in qdf mode, do not write out any XRef streams that may
4 6 have appeared in the original file. These are usually
5 7 unreferenced, but with --preserve-unreferenced, they could be
... ...
autofiles.sums
1   -c9145eb1957c953f3b19506370275e64fa56bd0a206eaa108fd48b7dcc2f3abf configure.ac
  1 +4db55494bcfbd5053f956d435416f30591a59bc24b1c4f4431d0b3da27a54ef7 configure.ac
2 2 d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4
3 3 2e4cd495837be1b8454a4d8aef541b000988634be89d9c05a9cf5de67dffef5e libqpdf/qpdf/qpdf-config.h.in
4 4 5297971a0ef90bcd5563eb3f7127a032bb76d3ae2af7258bf13479caf8983a60 m4/ax_cxx_compile_stdcxx.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 9.1.0.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 9.1.1.
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='9.1.0'
591   -PACKAGE_STRING='qpdf 9.1.0'
  590 +PACKAGE_VERSION='9.1.1'
  591 +PACKAGE_STRING='qpdf 9.1.1'
592 592 PACKAGE_BUGREPORT=''
593 593 PACKAGE_URL=''
594 594  
... ... @@ -1370,7 +1370,7 @@ if test &quot;$ac_init_help&quot; = &quot;long&quot;; then
1370 1370 # Omit some internal or obsolete options to make the list less imposing.
1371 1371 # This message is too long to be a string in the A/UX 3.1 sh.
1372 1372 cat <<_ACEOF
1373   -\`configure' configures qpdf 9.1.0 to adapt to many kinds of systems.
  1373 +\`configure' configures qpdf 9.1.1 to adapt to many kinds of systems.
1374 1374  
1375 1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1376 1376  
... ... @@ -1436,7 +1436,7 @@ fi
1436 1436  
1437 1437 if test -n "$ac_init_help"; then
1438 1438 case $ac_init_help in
1439   - short | recursive ) echo "Configuration of qpdf 9.1.0:";;
  1439 + short | recursive ) echo "Configuration of qpdf 9.1.1:";;
1440 1440 esac
1441 1441 cat <<\_ACEOF
1442 1442  
... ... @@ -1616,7 +1616,7 @@ fi
1616 1616 test -n "$ac_init_help" && exit $ac_status
1617 1617 if $ac_init_version; then
1618 1618 cat <<\_ACEOF
1619   -qpdf configure 9.1.0
  1619 +qpdf configure 9.1.1
1620 1620 generated by GNU Autoconf 2.69
1621 1621  
1622 1622 Copyright (C) 2012 Free Software Foundation, Inc.
... ... @@ -2285,7 +2285,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2285 2285 This file contains any messages produced by compilers while
2286 2286 running configure, to aid debugging if configure makes a mistake.
2287 2287  
2288   -It was created by qpdf $as_me 9.1.0, which was
  2288 +It was created by qpdf $as_me 9.1.1, which was
2289 2289 generated by GNU Autoconf 2.69. Invocation command line was
2290 2290  
2291 2291 $ $0 $@
... ... @@ -18744,7 +18744,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
18744 18744 # report actual input values of CONFIG_FILES etc. instead of their
18745 18745 # values after options handling.
18746 18746 ac_log="
18747   -This file was extended by qpdf $as_me 9.1.0, which was
  18747 +This file was extended by qpdf $as_me 9.1.1, which was
18748 18748 generated by GNU Autoconf 2.69. Invocation command line was
18749 18749  
18750 18750 CONFIG_FILES = $CONFIG_FILES
... ... @@ -18810,7 +18810,7 @@ _ACEOF
18810 18810 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18811 18811 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18812 18812 ac_cs_version="\\
18813   -qpdf config.status 9.1.0
  18813 +qpdf config.status 9.1.1
18814 18814 configured by $0, generated by GNU Autoconf 2.69,
18815 18815 with options \\"\$ac_cs_config\\"
18816 18816  
... ...
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],[9.1.0])
  5 +AC_INIT([qpdf],[9.1.1])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...
libqpdf/QPDF.cc
... ... @@ -24,7 +24,7 @@
24 24 #include <qpdf/QPDF_Stream.hh>
25 25 #include <qpdf/QPDF_Array.hh>
26 26  
27   -std::string QPDF::qpdf_version = "9.1.0";
  27 +std::string QPDF::qpdf_version = "9.1.1";
28 28  
29 29 static char const* EMPTY_PDF =
30 30 "%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 "9.1.0">
9   -<!ENTITY lastreleased "November 17, 2019">
  8 +<!ENTITY swversion "9.1.1">
  9 +<!ENTITY lastreleased "January 26, 2020">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -4667,7 +4667,7 @@ print &quot;\n&quot;;
4667 4667 </para>
4668 4668 <variablelist>
4669 4669 <varlistentry>
4670   - <term>9.1.1: XXX, 2020</term>
  4670 + <term>9.1.1: January 26, 2020</term>
4671 4671 <listitem>
4672 4672 <itemizedlist>
4673 4673 <listitem>
... ...
qpdf/qpdf.cc
... ... @@ -38,7 +38,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3;
38 38  
39 39 static char const* whoami = 0;
40 40  
41   -static std::string expected_version = "9.1.0";
  41 +static std::string expected_version = "9.1.1";
42 42  
43 43 struct PageSpec
44 44 {
... ...