Commit 52a2e95dd5ab2c2a197aa0a564a4e09c551e8309
1 parent
1b37e33d
Prepare 9.1.1 release
Showing
7 changed files
with
18 additions
and
16 deletions
ChangeLog
| 1 | 2020-01-26 Jay Berkenbilt <ejb@ql.org> | 1 | 2020-01-26 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * 9.1.1: release | ||
| 4 | + | ||
| 3 | * Bug fix: in qdf mode, do not write out any XRef streams that may | 5 | * Bug fix: in qdf mode, do not write out any XRef streams that may |
| 4 | have appeared in the original file. These are usually | 6 | have appeared in the original file. These are usually |
| 5 | unreferenced, but with --preserve-unreferenced, they could be | 7 | unreferenced, but with --preserve-unreferenced, they could be |
autofiles.sums
| 1 | -c9145eb1957c953f3b19506370275e64fa56bd0a206eaa108fd48b7dcc2f3abf configure.ac | 1 | +4db55494bcfbd5053f956d435416f30591a59bc24b1c4f4431d0b3da27a54ef7 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.1.0. | 3 | +# Generated by GNU Autoconf 2.69 for qpdf 9.1.1. |
| 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.1.0' | ||
| 591 | -PACKAGE_STRING='qpdf 9.1.0' | 590 | +PACKAGE_VERSION='9.1.1' |
| 591 | +PACKAGE_STRING='qpdf 9.1.1' | ||
| 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.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 | 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.1.0:";; | 1439 | + short | recursive ) echo "Configuration of qpdf 9.1.1:";; |
| 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.1.0 | 1619 | +qpdf configure 9.1.1 |
| 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.1.0, which was | 2288 | +It was created by qpdf $as_me 9.1.1, 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 $@ |
| @@ -18744,7 +18744,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | @@ -18744,7 +18744,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
| 18744 | # report actual input values of CONFIG_FILES etc. instead of their | 18744 | # report actual input values of CONFIG_FILES etc. instead of their |
| 18745 | # values after options handling. | 18745 | # values after options handling. |
| 18746 | ac_log=" | 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 | generated by GNU Autoconf 2.69. Invocation command line was | 18748 | generated by GNU Autoconf 2.69. Invocation command line was |
| 18749 | 18749 | ||
| 18750 | CONFIG_FILES = $CONFIG_FILES | 18750 | CONFIG_FILES = $CONFIG_FILES |
| @@ -18810,7 +18810,7 @@ _ACEOF | @@ -18810,7 +18810,7 @@ _ACEOF | ||
| 18810 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 18810 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 18811 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 18811 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 18812 | ac_cs_version="\\ | 18812 | ac_cs_version="\\ |
| 18813 | -qpdf config.status 9.1.0 | 18813 | +qpdf config.status 9.1.1 |
| 18814 | configured by $0, generated by GNU Autoconf 2.69, | 18814 | configured by $0, generated by GNU Autoconf 2.69, |
| 18815 | with options \\"\$ac_cs_config\\" | 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,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.1.0]) | 5 | +AC_INIT([qpdf],[9.1.1]) |
| 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]) |
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.1.0"; | 27 | +std::string QPDF::qpdf_version = "9.1.1"; |
| 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.1.0"> | ||
| 9 | -<!ENTITY lastreleased "November 17, 2019"> | 8 | +<!ENTITY swversion "9.1.1"> |
| 9 | +<!ENTITY lastreleased "January 26, 2020"> | ||
| 10 | ]> | 10 | ]> |
| 11 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
| @@ -4667,7 +4667,7 @@ print "\n"; | @@ -4667,7 +4667,7 @@ print "\n"; | ||
| 4667 | </para> | 4667 | </para> |
| 4668 | <variablelist> | 4668 | <variablelist> |
| 4669 | <varlistentry> | 4669 | <varlistentry> |
| 4670 | - <term>9.1.1: XXX, 2020</term> | 4670 | + <term>9.1.1: January 26, 2020</term> |
| 4671 | <listitem> | 4671 | <listitem> |
| 4672 | <itemizedlist> | 4672 | <itemizedlist> |
| 4673 | <listitem> | 4673 | <listitem> |
qpdf/qpdf.cc
| @@ -38,7 +38,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3; | @@ -38,7 +38,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3; | ||
| 38 | 38 | ||
| 39 | static char const* whoami = 0; | 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 | struct PageSpec | 43 | struct PageSpec |
| 44 | { | 44 | { |