Commit 15248592c9f8f533046c470464cef19911c2b7d4

Authored by Jay Berkenbilt
1 parent d6fe4730

Prepare 10.6.0 release (take 2)

autofiles.sums
1   -89cff763ab8694a39eeb39ff6f61f6bde62c9f55c1cb700f8e3fc351da6d0694 configure.ac
  1 +125f6d3b60965f0d863401d4c34acb8cfcdca79308ed4a65574f146c3b08abce configure.ac
2 2 d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4
3 3 c12d837479fa9a3fa4c278b6dc7d6b449503d663e0f0d294305595a51ff43f70 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 10.5.0.
  3 +# Generated by GNU Autoconf 2.69 for qpdf 10.6.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='10.5.0'
591   -PACKAGE_STRING='qpdf 10.5.0'
  590 +PACKAGE_VERSION='10.6.0'
  591 +PACKAGE_STRING='qpdf 10.6.0'
592 592 PACKAGE_BUGREPORT=''
593 593 PACKAGE_URL=''
594 594  
... ... @@ -1373,7 +1373,7 @@ if test "$ac_init_help" = "long"; then
1373 1373 # Omit some internal or obsolete options to make the list less imposing.
1374 1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 1375 cat <<_ACEOF
1376   -\`configure' configures qpdf 10.5.0 to adapt to many kinds of systems.
  1376 +\`configure' configures qpdf 10.6.0 to adapt to many kinds of systems.
1377 1377  
1378 1378 Usage: $0 [OPTION]... [VAR=VALUE]...
1379 1379  
... ... @@ -1439,7 +1439,7 @@ fi
1439 1439  
1440 1440 if test -n "$ac_init_help"; then
1441 1441 case $ac_init_help in
1442   - short | recursive ) echo "Configuration of qpdf 10.5.0:";;
  1442 + short | recursive ) echo "Configuration of qpdf 10.6.0:";;
1443 1443 esac
1444 1444 cat <<\_ACEOF
1445 1445  
... ... @@ -1626,7 +1626,7 @@ fi
1626 1626 test -n "$ac_init_help" && exit $ac_status
1627 1627 if $ac_init_version; then
1628 1628 cat <<\_ACEOF
1629   -qpdf configure 10.5.0
  1629 +qpdf configure 10.6.0
1630 1630 generated by GNU Autoconf 2.69
1631 1631  
1632 1632 Copyright (C) 2012 Free Software Foundation, Inc.
... ... @@ -2295,7 +2295,7 @@ cat &gt;config.log &lt;&lt;_ACEOF
2295 2295 This file contains any messages produced by compilers while
2296 2296 running configure, to aid debugging if configure makes a mistake.
2297 2297  
2298   -It was created by qpdf $as_me 10.5.0, which was
  2298 +It was created by qpdf $as_me 10.6.0, which was
2299 2299 generated by GNU Autoconf 2.69. Invocation command line was
2300 2300  
2301 2301 $ $0 $@
... ... @@ -19261,7 +19261,7 @@ cat &gt;&gt;$CONFIG_STATUS &lt;&lt;\_ACEOF || ac_write_fail=1
19261 19261 # report actual input values of CONFIG_FILES etc. instead of their
19262 19262 # values after options handling.
19263 19263 ac_log="
19264   -This file was extended by qpdf $as_me 10.5.0, which was
  19264 +This file was extended by qpdf $as_me 10.6.0, which was
19265 19265 generated by GNU Autoconf 2.69. Invocation command line was
19266 19266  
19267 19267 CONFIG_FILES = $CONFIG_FILES
... ... @@ -19327,7 +19327,7 @@ _ACEOF
19327 19327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19328 19328 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
19329 19329 ac_cs_version="\\
19330   -qpdf config.status 10.5.0
  19330 +qpdf config.status 10.6.0
19331 19331 configured by $0, generated by GNU Autoconf 2.69,
19332 19332 with options \\"\$ac_cs_config\\"
19333 19333  
... ...
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],[10.5.0])
  5 +AC_INIT([qpdf],[10.6.0])
6 6  
7 7 AC_CONFIG_MACRO_DIR([m4])
8 8 AC_CONFIG_FILES([autoconf.mk])
... ...
manual/conf.py
... ... @@ -16,7 +16,7 @@ project = &#39;QPDF&#39;
16 16 copyright = '2005-2022, Jay Berkenbilt'
17 17 author = 'Jay Berkenbilt'
18 18 # make_dist and the CI build lexically find the release version from this file.
19   -release = '10.5.0'
  19 +release = '10.6.0'
20 20 version = release
21 21 extensions = [
22 22 'sphinx_rtd_theme',
... ...