Commit 5e6dfc938e7d7556a96a3743eb20470e2c03e9cf

Authored by Jay Berkenbilt
1 parent f60b4ead

Prepare 9.1.rc1 release

ChangeLog
1 1 2019-11-09 Jay Berkenbilt <ejb@ql.org>
2 2  
  3 + * 9.1.rc1: release
  4 +
3 5 * Improve behavior of wildcard expansion for msvc executable when
4 6 run from the Windows cmd.exe shell. The behavior is not identical
5 7 to UNIX or to running the mingw executable in that, for msvc,
... ...
autofiles.sums
1   -766d1c21521da343b30d5518198e211cad1a049150ba15afb8dcaeaa2664f470 configure.ac
  1 +71526b27e4150762173b05f34b757cfde83c249d4573a6095e5a20ad07fe9564 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.0.2.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 9.1.rc1.
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.0.2'
591   -PACKAGE_STRING='qpdf 9.0.2'
  590 +PACKAGE_VERSION='9.1.rc1'
  591 +PACKAGE_STRING='qpdf 9.1.rc1'
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.0.2 to adapt to many kinds of systems.
  1373 +\`configure' configures qpdf 9.1.rc1 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.0.2:";;
  1439 + short | recursive ) echo "Configuration of qpdf 9.1.rc1:";;
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.0.2
  1619 +qpdf configure 9.1.rc1
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.0.2, which was
  2288 +It was created by qpdf $as_me 9.1.rc1, which was
2289 2289 generated by GNU Autoconf 2.69. Invocation command line was
2290 2290  
2291 2291 $ $0 $@
... ... @@ -16192,9 +16192,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
16192 16192 # * Otherwise, increment LT_REVISION
16193 16193  
16194 16194 # LT = libtool
16195   -LT_CURRENT=26
16196   -LT_AGE=0
16197   -LT_REVISION=2
  16195 +LT_CURRENT=27
  16196 +LT_AGE=1
  16197 +LT_REVISION=0
16198 16198  
16199 16199  
16200 16200  
... ... @@ -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.0.2, which was
  18744 +This file was extended by qpdf $as_me 9.1.rc1, 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.0.2
  18810 +qpdf config.status 9.1.rc1
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.0.2])
  5 +AC_INIT([qpdf],[9.1.rc1])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ... @@ -52,9 +52,9 @@ LT_INIT([win32-dll])
52 52 # * Otherwise, increment LT_REVISION
53 53  
54 54 # LT = libtool
55   -LT_CURRENT=26
56   -LT_AGE=0
57   -LT_REVISION=2
  55 +LT_CURRENT=27
  56 +LT_AGE=1
  57 +LT_REVISION=0
58 58 AC_SUBST(LT_CURRENT)
59 59 AC_SUBST(LT_REVISION)
60 60 AC_SUBST(LT_AGE)
... ...
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.0.2";
  27 +std::string QPDF::qpdf_version = "9.1.rc1";
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.0.2">
9   -<!ENTITY lastreleased "October 12, 2019">
  8 +<!ENTITY swversion "9.1.rc1">
  9 +<!ENTITY lastreleased "November 9, 2019">
10 10 ]>
11 11 <book>
12 12 <bookinfo>
... ... @@ -4620,7 +4620,7 @@ print &quot;\n&quot;;
4620 4620 </para>
4621 4621 <variablelist>
4622 4622 <varlistentry>
4623   - <term>9.1.0: XXX</term>
  4623 + <term>9.1.rc1: November 9, 2019</term>
4624 4624 <listitem>
4625 4625 <itemizedlist>
4626 4626 <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.0.2";
  37 +static std::string expected_version = "9.1.rc1";
38 38  
39 39 struct PageSpec
40 40 {
... ...