Commit 9b0c6022d7aa60ca7823a9e5292884ecaf121963

Authored by Jay Berkenbilt
1 parent 9b577c3c

Prepare 9.1.0 release

ChangeLog
  1 +2019-11-17 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 9.1.0: release
  4 +
1 5 2019-11-09 Jay Berkenbilt <ejb@ql.org>
2 6  
3 7 * 9.1.rc1: release
... ...
autofiles.sums
1   -71526b27e4150762173b05f34b757cfde83c249d4573a6095e5a20ad07fe9564 configure.ac
  1 +8c3e1ef9d80ed78ff16bb0b456f87cd1fae638b799b6cfed9c7656b9000933c1 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.rc1.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 9.1.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='9.1.rc1'
591   -PACKAGE_STRING='qpdf 9.1.rc1'
  590 +PACKAGE_VERSION='9.1.0'
  591 +PACKAGE_STRING='qpdf 9.1.0'
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.rc1 to adapt to many kinds of systems.
  1373 +\`configure' configures qpdf 9.1.0 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.rc1:";;
  1439 + short | recursive ) echo "Configuration of qpdf 9.1.0:";;
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.rc1
  1619 +qpdf configure 9.1.0
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.rc1, which was
  2288 +It was created by qpdf $as_me 9.1.0, which was
2289 2289 generated by GNU Autoconf 2.69. Invocation command line was
2290 2290  
2291 2291 $ $0 $@
... ... @@ -18741,7 +18741,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
18741 18741 # report actual input values of CONFIG_FILES etc. instead of their
18742 18742 # values after options handling.
18743 18743 ac_log="
18744   -This file was extended by qpdf $as_me 9.1.rc1, which was
  18744 +This file was extended by qpdf $as_me 9.1.0, which was
18745 18745 generated by GNU Autoconf 2.69. Invocation command line was
18746 18746  
18747 18747 CONFIG_FILES = $CONFIG_FILES
... ... @@ -18807,7 +18807,7 @@ _ACEOF
18807 18807 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18808 18808 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18809 18809 ac_cs_version="\\
18810   -qpdf config.status 9.1.rc1
  18810 +qpdf config.status 9.1.0
18811 18811 configured by $0, generated by GNU Autoconf 2.69,
18812 18812 with options \\"\$ac_cs_config\\"
18813 18813  
... ...
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.rc1])
  5 +AC_INIT([qpdf],[9.1.0])
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.rc1";
  27 +std::string QPDF::qpdf_version = "9.1.0";
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.rc1">
9   -<!ENTITY lastreleased "November 9, 2019">
  8 +<!ENTITY swversion "9.1.0">
  9 +<!ENTITY lastreleased "November 17, 2019">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -4625,7 +4625,7 @@ print &quot;\n&quot;;
4625 4625 </para>
4626 4626 <variablelist>
4627 4627 <varlistentry>
4628   - <term>9.1.rc1: November 9, 2019</term>
  4628 + <term>9.1.0: November 17, 2019</term>
4629 4629 <listitem>
4630 4630 <itemizedlist>
4631 4631 <listitem>
... ...
qpdf/qpdf.cc
... ... @@ -34,7 +34,7 @@ static int const EXIT_WARNING = 3;
34 34  
35 35 static char const* whoami = 0;
36 36  
37   -static std::string expected_version = "9.1.rc1";
  37 +static std::string expected_version = "9.1.0";
38 38  
39 39 struct PageSpec
40 40 {
... ...