Commit 5e6dfc938e7d7556a96a3743eb20470e2c03e9cf
1 parent
f60b4ead
Prepare 9.1.rc1 release
Showing
7 changed files
with
24 additions
and
22 deletions
ChangeLog
| 1 | 2019-11-09 Jay Berkenbilt <ejb@ql.org> | 1 | 2019-11-09 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * 9.1.rc1: release | ||
| 4 | + | ||
| 3 | * Improve behavior of wildcard expansion for msvc executable when | 5 | * Improve behavior of wildcard expansion for msvc executable when |
| 4 | run from the Windows cmd.exe shell. The behavior is not identical | 6 | run from the Windows cmd.exe shell. The behavior is not identical |
| 5 | to UNIX or to running the mingw executable in that, for msvc, | 7 | to UNIX or to running the mingw executable in that, for msvc, |
autofiles.sums
| 1 | -766d1c21521da343b30d5518198e211cad1a049150ba15afb8dcaeaa2664f470 configure.ac | 1 | +71526b27e4150762173b05f34b757cfde83c249d4573a6095e5a20ad07fe9564 configure.ac |
| 2 | d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4 | 2 | d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4 |
| 3 | 2e4cd495837be1b8454a4d8aef541b000988634be89d9c05a9cf5de67dffef5e libqpdf/qpdf/qpdf-config.h.in | 3 | 2e4cd495837be1b8454a4d8aef541b000988634be89d9c05a9cf5de67dffef5e libqpdf/qpdf/qpdf-config.h.in |
| 4 | 5297971a0ef90bcd5563eb3f7127a032bb76d3ae2af7258bf13479caf8983a60 m4/ax_cxx_compile_stdcxx.m4 | 4 | 5297971a0ef90bcd5563eb3f7127a032bb76d3ae2af7258bf13479caf8983a60 m4/ax_cxx_compile_stdcxx.m4 |
configure
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 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 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | 6 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| @@ -587,8 +587,8 @@ MAKEFLAGS= | @@ -587,8 +587,8 @@ MAKEFLAGS= | ||
| 587 | # Identity of this package. | 587 | # Identity of this package. |
| 588 | PACKAGE_NAME='qpdf' | 588 | PACKAGE_NAME='qpdf' |
| 589 | PACKAGE_TARNAME='qpdf' | 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 | PACKAGE_BUGREPORT='' | 592 | PACKAGE_BUGREPORT='' |
| 593 | PACKAGE_URL='' | 593 | PACKAGE_URL='' |
| 594 | 594 | ||
| @@ -1370,7 +1370,7 @@ if test "$ac_init_help" = "long"; then | @@ -1370,7 +1370,7 @@ if test "$ac_init_help" = "long"; then | ||
| 1370 | # Omit some internal or obsolete options to make the list less imposing. | 1370 | # Omit some internal or obsolete options to make the list less imposing. |
| 1371 | # This message is too long to be a string in the A/UX 3.1 sh. | 1371 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 1372 | cat <<_ACEOF | 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 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1375 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1376 | 1376 | ||
| @@ -1436,7 +1436,7 @@ fi | @@ -1436,7 +1436,7 @@ fi | ||
| 1436 | 1436 | ||
| 1437 | if test -n "$ac_init_help"; then | 1437 | if test -n "$ac_init_help"; then |
| 1438 | case $ac_init_help in | 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 | esac | 1440 | esac |
| 1441 | cat <<\_ACEOF | 1441 | cat <<\_ACEOF |
| 1442 | 1442 | ||
| @@ -1616,7 +1616,7 @@ fi | @@ -1616,7 +1616,7 @@ fi | ||
| 1616 | test -n "$ac_init_help" && exit $ac_status | 1616 | test -n "$ac_init_help" && exit $ac_status |
| 1617 | if $ac_init_version; then | 1617 | if $ac_init_version; then |
| 1618 | cat <<\_ACEOF | 1618 | cat <<\_ACEOF |
| 1619 | -qpdf configure 9.0.2 | 1619 | +qpdf configure 9.1.rc1 |
| 1620 | generated by GNU Autoconf 2.69 | 1620 | generated by GNU Autoconf 2.69 |
| 1621 | 1621 | ||
| 1622 | Copyright (C) 2012 Free Software Foundation, Inc. | 1622 | Copyright (C) 2012 Free Software Foundation, Inc. |
| @@ -2285,7 +2285,7 @@ cat >config.log <<_ACEOF | @@ -2285,7 +2285,7 @@ cat >config.log <<_ACEOF | ||
| 2285 | This file contains any messages produced by compilers while | 2285 | This file contains any messages produced by compilers while |
| 2286 | running configure, to aid debugging if configure makes a mistake. | 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 | generated by GNU Autoconf 2.69. Invocation command line was | 2289 | generated by GNU Autoconf 2.69. Invocation command line was |
| 2290 | 2290 | ||
| 2291 | $ $0 $@ | 2291 | $ $0 $@ |
| @@ -16192,9 +16192,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | @@ -16192,9 +16192,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
| 16192 | # * Otherwise, increment LT_REVISION | 16192 | # * Otherwise, increment LT_REVISION |
| 16193 | 16193 | ||
| 16194 | # LT = libtool | 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 >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | @@ -18741,7 +18741,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
| 18741 | # report actual input values of CONFIG_FILES etc. instead of their | 18741 | # report actual input values of CONFIG_FILES etc. instead of their |
| 18742 | # values after options handling. | 18742 | # values after options handling. |
| 18743 | ac_log=" | 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 | generated by GNU Autoconf 2.69. Invocation command line was | 18745 | generated by GNU Autoconf 2.69. Invocation command line was |
| 18746 | 18746 | ||
| 18747 | CONFIG_FILES = $CONFIG_FILES | 18747 | CONFIG_FILES = $CONFIG_FILES |
| @@ -18807,7 +18807,7 @@ _ACEOF | @@ -18807,7 +18807,7 @@ _ACEOF | ||
| 18807 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 18807 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 18808 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 18808 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 18809 | ac_cs_version="\\ | 18809 | ac_cs_version="\\ |
| 18810 | -qpdf config.status 9.0.2 | 18810 | +qpdf config.status 9.1.rc1 |
| 18811 | configured by $0, generated by GNU Autoconf 2.69, | 18811 | configured by $0, generated by GNU Autoconf 2.69, |
| 18812 | with options \\"\$ac_cs_config\\" | 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,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. | ||
| 2 | dnl This config.in requires autoconf 2.5 or greater. | 2 | dnl This config.in requires autoconf 2.5 or greater. |
| 3 | 3 | ||
| 4 | AC_PREREQ([2.68]) | 4 | AC_PREREQ([2.68]) |
| 5 | -AC_INIT([qpdf],[9.0.2]) | 5 | +AC_INIT([qpdf],[9.1.rc1]) |
| 6 | 6 | ||
| 7 | AC_CONFIG_MACRO_DIR([m4]) | 7 | AC_CONFIG_MACRO_DIR([m4]) |
| 8 | AC_CONFIG_FILES([autoconf.mk]) | 8 | AC_CONFIG_FILES([autoconf.mk]) |
| @@ -52,9 +52,9 @@ LT_INIT([win32-dll]) | @@ -52,9 +52,9 @@ LT_INIT([win32-dll]) | ||
| 52 | # * Otherwise, increment LT_REVISION | 52 | # * Otherwise, increment LT_REVISION |
| 53 | 53 | ||
| 54 | # LT = libtool | 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 | AC_SUBST(LT_CURRENT) | 58 | AC_SUBST(LT_CURRENT) |
| 59 | AC_SUBST(LT_REVISION) | 59 | AC_SUBST(LT_REVISION) |
| 60 | AC_SUBST(LT_AGE) | 60 | AC_SUBST(LT_AGE) |
libqpdf/QPDF.cc
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | #include <qpdf/QPDF_Stream.hh> | 24 | #include <qpdf/QPDF_Stream.hh> |
| 25 | #include <qpdf/QPDF_Array.hh> | 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 | static char const* EMPTY_PDF = | 29 | static char const* EMPTY_PDF = |
| 30 | "%PDF-1.3\n" | 30 | "%PDF-1.3\n" |
manual/qpdf-manual.xml
| @@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
| 5 | <!ENTITY mdash "—"> | 5 | <!ENTITY mdash "—"> |
| 6 | <!ENTITY ndash "–"> | 6 | <!ENTITY ndash "–"> |
| 7 | <!ENTITY nbsp " "> | 7 | <!ENTITY nbsp " "> |
| 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 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
| @@ -4620,7 +4620,7 @@ print "\n"; | @@ -4620,7 +4620,7 @@ print "\n"; | ||
| 4620 | </para> | 4620 | </para> |
| 4621 | <variablelist> | 4621 | <variablelist> |
| 4622 | <varlistentry> | 4622 | <varlistentry> |
| 4623 | - <term>9.1.0: XXX</term> | 4623 | + <term>9.1.rc1: November 9, 2019</term> |
| 4624 | <listitem> | 4624 | <listitem> |
| 4625 | <itemizedlist> | 4625 | <itemizedlist> |
| 4626 | <listitem> | 4626 | <listitem> |
qpdf/qpdf.cc
| @@ -34,7 +34,7 @@ static int const EXIT_WARNING = 3; | @@ -34,7 +34,7 @@ static int const EXIT_WARNING = 3; | ||
| 34 | 34 | ||
| 35 | static char const* whoami = 0; | 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 | struct PageSpec | 39 | struct PageSpec |
| 40 | { | 40 | { |