Commit 5462dfce3106ffcc9b866902773933adeb7a4d41

Authored by Jay Berkenbilt
1 parent d89d7133

Prepare 9.0.0 release

ChangeLog
1 2019-08-31 Jay Berkenbilt <ejb@ql.org> 1 2019-08-31 Jay Berkenbilt <ejb@ql.org>
2 2
  3 + * 9.0.0: release
  4 +
3 * Add QPDF::anyWarnings() method to find out whether there have 5 * Add QPDF::anyWarnings() method to find out whether there have
4 been any warnings without resetting the list. 6 been any warnings without resetting the list.
5 7
autofiles.sums
1 -2784dbb5657cdd1ce359729771d8ad768becc3751dfac2b13b3eb11d146684a7 configure.ac 1 +37b41075e24a1daf1f9a598c87387602c17a56a0a7f00c52e937764a1d3a67e3 configure.ac
2 9c264dc3fac489fd0178d3fa9fd29d5b0ccd37d561e926ef449fa01d99abded7 aclocal.m4 2 9c264dc3fac489fd0178d3fa9fd29d5b0ccd37d561e926ef449fa01d99abded7 aclocal.m4
3 79ee40c3867f4162a847c005a73a5e388e3882f71dd185d39d9ddf0312133086 libqpdf/qpdf/qpdf-config.h.in 3 79ee40c3867f4162a847c005a73a5e388e3882f71dd185d39d9ddf0312133086 libqpdf/qpdf/qpdf-config.h.in
4 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4 4 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.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 8.4.2. 3 +# Generated by GNU Autoconf 2.69 for qpdf 9.0.0.
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='8.4.2'  
591 -PACKAGE_STRING='qpdf 8.4.2' 590 +PACKAGE_VERSION='9.0.0'
  591 +PACKAGE_STRING='qpdf 9.0.0'
592 PACKAGE_BUGREPORT='' 592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL='' 593 PACKAGE_URL=''
594 594
@@ -1356,7 +1356,7 @@ if test &quot;$ac_init_help&quot; = &quot;long&quot;; then @@ -1356,7 +1356,7 @@ if test &quot;$ac_init_help&quot; = &quot;long&quot;; then
1356 # Omit some internal or obsolete options to make the list less imposing. 1356 # Omit some internal or obsolete options to make the list less imposing.
1357 # This message is too long to be a string in the A/UX 3.1 sh. 1357 # This message is too long to be a string in the A/UX 3.1 sh.
1358 cat <<_ACEOF 1358 cat <<_ACEOF
1359 -\`configure' configures qpdf 8.4.2 to adapt to many kinds of systems. 1359 +\`configure' configures qpdf 9.0.0 to adapt to many kinds of systems.
1360 1360
1361 Usage: $0 [OPTION]... [VAR=VALUE]... 1361 Usage: $0 [OPTION]... [VAR=VALUE]...
1362 1362
@@ -1422,7 +1422,7 @@ fi @@ -1422,7 +1422,7 @@ fi
1422 1422
1423 if test -n "$ac_init_help"; then 1423 if test -n "$ac_init_help"; then
1424 case $ac_init_help in 1424 case $ac_init_help in
1425 - short | recursive ) echo "Configuration of qpdf 8.4.2:";; 1425 + short | recursive ) echo "Configuration of qpdf 9.0.0:";;
1426 esac 1426 esac
1427 cat <<\_ACEOF 1427 cat <<\_ACEOF
1428 1428
@@ -1588,7 +1588,7 @@ fi @@ -1588,7 +1588,7 @@ fi
1588 test -n "$ac_init_help" && exit $ac_status 1588 test -n "$ac_init_help" && exit $ac_status
1589 if $ac_init_version; then 1589 if $ac_init_version; then
1590 cat <<\_ACEOF 1590 cat <<\_ACEOF
1591 -qpdf configure 8.4.2 1591 +qpdf configure 9.0.0
1592 generated by GNU Autoconf 2.69 1592 generated by GNU Autoconf 2.69
1593 1593
1594 Copyright (C) 2012 Free Software Foundation, Inc. 1594 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2311,7 +2311,7 @@ cat &gt;config.log &lt;&lt;_ACEOF @@ -2311,7 +2311,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2311 This file contains any messages produced by compilers while 2311 This file contains any messages produced by compilers while
2312 running configure, to aid debugging if configure makes a mistake. 2312 running configure, to aid debugging if configure makes a mistake.
2313 2313
2314 -It was created by qpdf $as_me 8.4.2, which was 2314 +It was created by qpdf $as_me 9.0.0, which was
2315 generated by GNU Autoconf 2.69. Invocation command line was 2315 generated by GNU Autoconf 2.69. Invocation command line was
2316 2316
2317 $ $0 $@ 2317 $ $0 $@
@@ -15858,9 +15858,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu @@ -15858,9 +15858,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
15858 # * Otherwise, increment LT_REVISION 15858 # * Otherwise, increment LT_REVISION
15859 15859
15860 # LT = libtool 15860 # LT = libtool
15861 -LT_CURRENT=25  
15862 -LT_AGE=4  
15863 -LT_REVISION=2 15861 +LT_CURRENT=26
  15862 +LT_AGE=0
  15863 +LT_REVISION=0
15864 15864
15865 15865
15866 15866
@@ -18159,7 +18159,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1 @@ -18159,7 +18159,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
18159 # report actual input values of CONFIG_FILES etc. instead of their 18159 # report actual input values of CONFIG_FILES etc. instead of their
18160 # values after options handling. 18160 # values after options handling.
18161 ac_log=" 18161 ac_log="
18162 -This file was extended by qpdf $as_me 8.4.2, which was 18162 +This file was extended by qpdf $as_me 9.0.0, which was
18163 generated by GNU Autoconf 2.69. Invocation command line was 18163 generated by GNU Autoconf 2.69. Invocation command line was
18164 18164
18165 CONFIG_FILES = $CONFIG_FILES 18165 CONFIG_FILES = $CONFIG_FILES
@@ -18225,7 +18225,7 @@ _ACEOF @@ -18225,7 +18225,7 @@ _ACEOF
18225 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 18225 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18226 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 18226 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18227 ac_cs_version="\\ 18227 ac_cs_version="\\
18228 -qpdf config.status 8.4.2 18228 +qpdf config.status 9.0.0
18229 configured by $0, generated by GNU Autoconf 2.69, 18229 configured by $0, generated by GNU Autoconf 2.69,
18230 with options \\"\$ac_cs_config\\" 18230 with options \\"\$ac_cs_config\\"
18231 18231
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],[8.4.2]) 5 +AC_INIT([qpdf],[9.0.0])
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])
@@ -51,9 +51,9 @@ LT_INIT([win32-dll]) @@ -51,9 +51,9 @@ LT_INIT([win32-dll])
51 # * Otherwise, increment LT_REVISION 51 # * Otherwise, increment LT_REVISION
52 52
53 # LT = libtool 53 # LT = libtool
54 -LT_CURRENT=25  
55 -LT_AGE=4  
56 -LT_REVISION=2 54 +LT_CURRENT=26
  55 +LT_AGE=0
  56 +LT_REVISION=0
57 AC_SUBST(LT_CURRENT) 57 AC_SUBST(LT_CURRENT)
58 AC_SUBST(LT_REVISION) 58 AC_SUBST(LT_REVISION)
59 AC_SUBST(LT_AGE) 59 AC_SUBST(LT_AGE)
libqpdf/QPDF.cc
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 #include <qpdf/QPDF_Stream.hh> 23 #include <qpdf/QPDF_Stream.hh>
24 #include <qpdf/QPDF_Array.hh> 24 #include <qpdf/QPDF_Array.hh>
25 25
26 -std::string QPDF::qpdf_version = "8.4.2"; 26 +std::string QPDF::qpdf_version = "9.0.0";
27 27
28 static char const* EMPTY_PDF = 28 static char const* EMPTY_PDF =
29 "%PDF-1.3\n" 29 "%PDF-1.3\n"
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 7 <!ENTITY nbsp "&#xA0;">
8 -<!ENTITY swversion "8.4.2">  
9 -<!ENTITY lastreleased "May 18, 2019"> 8 +<!ENTITY swversion "9.0.0">
  9 +<!ENTITY lastreleased "August 31, 2019">
10 ]> 10 ]>
11 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>
@@ -4365,7 +4365,7 @@ print &quot;\n&quot;; @@ -4365,7 +4365,7 @@ print &quot;\n&quot;;
4365 </para> 4365 </para>
4366 <variablelist> 4366 <variablelist>
4367 <varlistentry> 4367 <varlistentry>
4368 - <term>9.0.0: XXX</term> 4368 + <term>9.0.0: August 31, 2019</term>
4369 <listitem> 4369 <listitem>
4370 <itemizedlist> 4370 <itemizedlist>
4371 <listitem> 4371 <listitem>
qpdf/qpdf.cc
@@ -33,7 +33,7 @@ static int const EXIT_WARNING = 3; @@ -33,7 +33,7 @@ static int const EXIT_WARNING = 3;
33 33
34 static char const* whoami = 0; 34 static char const* whoami = 0;
35 35
36 -static std::string expected_version = "8.4.2"; 36 +static std::string expected_version = "9.0.0";
37 37
38 struct PageSpec 38 struct PageSpec
39 { 39 {