Commit b5e937397c27d522dcedc17647ad75e88f0f5027
1 parent
fb86d281
Prepare 10.2.0 release
Showing
7 changed files
with
33 additions
and
31 deletions
README-maintainer
| @@ -190,8 +190,19 @@ RELEASE PREPARATION | @@ -190,8 +190,19 @@ RELEASE PREPARATION | ||
| 190 | casting policy in the manual, and ensure that integer types are | 190 | casting policy in the manual, and ensure that integer types are |
| 191 | properly handled with QIntC or the appropriate cast. | 191 | properly handled with QIntC or the appropriate cast. |
| 192 | 192 | ||
| 193 | -* Increment shared library version information as needed (`LT_CURRENT` | ||
| 194 | - in `configure.ac`). Remember to rerun ./autogen.sh. | 193 | +* Update versions and shared library details |
| 194 | + | ||
| 195 | + * Increment shared library version information as needed | ||
| 196 | + (`LT_CURRENT` in `configure.ac`) | ||
| 197 | + | ||
| 198 | + * Make sure version numbers are consistent in the following locations: | ||
| 199 | + * configure.ac | ||
| 200 | + * libqpdf/QPDF.cc | ||
| 201 | + * manual/qpdf-manual.xml | ||
| 202 | + * qpdf/qpdf.cc | ||
| 203 | + `make_dist` verifies this consistency. | ||
| 204 | + | ||
| 205 | + * Run ./autogen.sh | ||
| 195 | 206 | ||
| 196 | * Performance test is included with binary compatibility steps. Even | 207 | * Performance test is included with binary compatibility steps. Even |
| 197 | if releasing a new major release and not doing binary compatibility | 208 | if releasing a new major release and not doing binary compatibility |
| @@ -230,15 +241,6 @@ pytest -n auto | @@ -230,15 +241,6 @@ pytest -n auto | ||
| 230 | the entities at the top of the document are consistent with the | 241 | the entities at the top of the document are consistent with the |
| 231 | release notes for both version and release date. | 242 | release notes for both version and release date. |
| 232 | 243 | ||
| 233 | -* Make sure version numbers are consistent in the following locations: | ||
| 234 | - * configure.ac | ||
| 235 | - * libqpdf/QPDF.cc | ||
| 236 | - * manual/qpdf-manual.xml | ||
| 237 | - * qpdf/qpdf.cc | ||
| 238 | - `make_dist` verifies this consistency. | ||
| 239 | - | ||
| 240 | -* Run ./autogen.sh | ||
| 241 | - | ||
| 242 | * Add a release entry to ChangeLog. | 244 | * Add a release entry to ChangeLog. |
| 243 | 245 | ||
| 244 | 246 |
autofiles.sums
| 1 | -cabe87703520d63bbb0ea3e069c3488fd8b43667ae29c2ee5bffffaf20321002 configure.ac | 1 | +ab2eebed60856bc732a2e6b3b1a2701fc07b0f6be61be2105f76a27bbce0c886 configure.ac |
| 2 | d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4 | 2 | d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4 |
| 3 | 3ed561073f0d5c9899e2120e006a7da5ec6bffb80268da1b962cd4f893b89982 libqpdf/qpdf/qpdf-config.h.in | 3 | 3ed561073f0d5c9899e2120e006a7da5ec6bffb80268da1b962cd4f893b89982 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 10.1.0. | 3 | +# Generated by GNU Autoconf 2.69 for qpdf 10.2.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='10.1.0' | ||
| 591 | -PACKAGE_STRING='qpdf 10.1.0' | 590 | +PACKAGE_VERSION='10.2.0' |
| 591 | +PACKAGE_STRING='qpdf 10.2.0' | ||
| 592 | PACKAGE_BUGREPORT='' | 592 | PACKAGE_BUGREPORT='' |
| 593 | PACKAGE_URL='' | 593 | PACKAGE_URL='' |
| 594 | 594 | ||
| @@ -1377,7 +1377,7 @@ if test "$ac_init_help" = "long"; then | @@ -1377,7 +1377,7 @@ if test "$ac_init_help" = "long"; then | ||
| 1377 | # Omit some internal or obsolete options to make the list less imposing. | 1377 | # Omit some internal or obsolete options to make the list less imposing. |
| 1378 | # This message is too long to be a string in the A/UX 3.1 sh. | 1378 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 1379 | cat <<_ACEOF | 1379 | cat <<_ACEOF |
| 1380 | -\`configure' configures qpdf 10.1.0 to adapt to many kinds of systems. | 1380 | +\`configure' configures qpdf 10.2.0 to adapt to many kinds of systems. |
| 1381 | 1381 | ||
| 1382 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1382 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1383 | 1383 | ||
| @@ -1443,7 +1443,7 @@ fi | @@ -1443,7 +1443,7 @@ fi | ||
| 1443 | 1443 | ||
| 1444 | if test -n "$ac_init_help"; then | 1444 | if test -n "$ac_init_help"; then |
| 1445 | case $ac_init_help in | 1445 | case $ac_init_help in |
| 1446 | - short | recursive ) echo "Configuration of qpdf 10.1.0:";; | 1446 | + short | recursive ) echo "Configuration of qpdf 10.2.0:";; |
| 1447 | esac | 1447 | esac |
| 1448 | cat <<\_ACEOF | 1448 | cat <<\_ACEOF |
| 1449 | 1449 | ||
| @@ -1629,7 +1629,7 @@ fi | @@ -1629,7 +1629,7 @@ fi | ||
| 1629 | test -n "$ac_init_help" && exit $ac_status | 1629 | test -n "$ac_init_help" && exit $ac_status |
| 1630 | if $ac_init_version; then | 1630 | if $ac_init_version; then |
| 1631 | cat <<\_ACEOF | 1631 | cat <<\_ACEOF |
| 1632 | -qpdf configure 10.1.0 | 1632 | +qpdf configure 10.2.0 |
| 1633 | generated by GNU Autoconf 2.69 | 1633 | generated by GNU Autoconf 2.69 |
| 1634 | 1634 | ||
| 1635 | Copyright (C) 2012 Free Software Foundation, Inc. | 1635 | Copyright (C) 2012 Free Software Foundation, Inc. |
| @@ -2298,7 +2298,7 @@ cat >config.log <<_ACEOF | @@ -2298,7 +2298,7 @@ cat >config.log <<_ACEOF | ||
| 2298 | This file contains any messages produced by compilers while | 2298 | This file contains any messages produced by compilers while |
| 2299 | running configure, to aid debugging if configure makes a mistake. | 2299 | running configure, to aid debugging if configure makes a mistake. |
| 2300 | 2300 | ||
| 2301 | -It was created by qpdf $as_me 10.1.0, which was | 2301 | +It was created by qpdf $as_me 10.2.0, which was |
| 2302 | generated by GNU Autoconf 2.69. Invocation command line was | 2302 | generated by GNU Autoconf 2.69. Invocation command line was |
| 2303 | 2303 | ||
| 2304 | $ $0 $@ | 2304 | $ $0 $@ |
| @@ -16328,8 +16328,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | @@ -16328,8 +16328,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
| 16328 | # * Otherwise, increment LT_REVISION | 16328 | # * Otherwise, increment LT_REVISION |
| 16329 | 16329 | ||
| 16330 | # LT = libtool | 16330 | # LT = libtool |
| 16331 | -LT_CURRENT=29 | ||
| 16332 | -LT_AGE=1 | 16331 | +LT_CURRENT=30 |
| 16332 | +LT_AGE=2 | ||
| 16333 | LT_REVISION=0 | 16333 | LT_REVISION=0 |
| 16334 | 16334 | ||
| 16335 | 16335 | ||
| @@ -19223,7 +19223,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | @@ -19223,7 +19223,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
| 19223 | # report actual input values of CONFIG_FILES etc. instead of their | 19223 | # report actual input values of CONFIG_FILES etc. instead of their |
| 19224 | # values after options handling. | 19224 | # values after options handling. |
| 19225 | ac_log=" | 19225 | ac_log=" |
| 19226 | -This file was extended by qpdf $as_me 10.1.0, which was | 19226 | +This file was extended by qpdf $as_me 10.2.0, which was |
| 19227 | generated by GNU Autoconf 2.69. Invocation command line was | 19227 | generated by GNU Autoconf 2.69. Invocation command line was |
| 19228 | 19228 | ||
| 19229 | CONFIG_FILES = $CONFIG_FILES | 19229 | CONFIG_FILES = $CONFIG_FILES |
| @@ -19289,7 +19289,7 @@ _ACEOF | @@ -19289,7 +19289,7 @@ _ACEOF | ||
| 19289 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 19289 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 19290 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 19290 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 19291 | ac_cs_version="\\ | 19291 | ac_cs_version="\\ |
| 19292 | -qpdf config.status 10.1.0 | 19292 | +qpdf config.status 10.2.0 |
| 19293 | configured by $0, generated by GNU Autoconf 2.69, | 19293 | configured by $0, generated by GNU Autoconf 2.69, |
| 19294 | with options \\"\$ac_cs_config\\" | 19294 | with options \\"\$ac_cs_config\\" |
| 19295 | 19295 |
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],[10.1.0]) | 5 | +AC_INIT([qpdf],[10.2.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]) |
| @@ -52,8 +52,8 @@ LT_INIT([win32-dll]) | @@ -52,8 +52,8 @@ 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=29 | ||
| 56 | -LT_AGE=1 | 55 | +LT_CURRENT=30 |
| 56 | +LT_AGE=2 | ||
| 57 | LT_REVISION=0 | 57 | LT_REVISION=0 |
| 58 | AC_SUBST(LT_CURRENT) | 58 | AC_SUBST(LT_CURRENT) |
| 59 | AC_SUBST(LT_REVISION) | 59 | AC_SUBST(LT_REVISION) |
libqpdf/QPDF.cc
| @@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
| 25 | #include <qpdf/QPDF_Stream.hh> | 25 | #include <qpdf/QPDF_Stream.hh> |
| 26 | #include <qpdf/QPDF_Array.hh> | 26 | #include <qpdf/QPDF_Array.hh> |
| 27 | 27 | ||
| 28 | -std::string QPDF::qpdf_version = "10.1.0"; | 28 | +std::string QPDF::qpdf_version = "10.2.0"; |
| 29 | 29 | ||
| 30 | static char const* EMPTY_PDF = | 30 | static char const* EMPTY_PDF = |
| 31 | "%PDF-1.3\n" | 31 | "%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 "10.1.0"> | ||
| 9 | -<!ENTITY lastreleased "January 5, 2021"> | 8 | +<!ENTITY swversion "10.2.0"> |
| 9 | +<!ENTITY lastreleased "February 23, 2021"> | ||
| 10 | ]> | 10 | ]> |
| 11 | <book> | 11 | <book> |
| 12 | <bookinfo> | 12 | <bookinfo> |
| @@ -5061,7 +5061,7 @@ print "\n"; | @@ -5061,7 +5061,7 @@ print "\n"; | ||
| 5061 | </varlistentry> | 5061 | </varlistentry> |
| 5062 | --> | 5062 | --> |
| 5063 | <varlistentry> | 5063 | <varlistentry> |
| 5064 | - <term>10.2.0: Month dd, YYYY</term> | 5064 | + <term>10.2.0: February 23, 2021</term> |
| 5065 | <listitem> | 5065 | <listitem> |
| 5066 | <itemizedlist> | 5066 | <itemizedlist> |
| 5067 | <listitem> | 5067 | <listitem> |
qpdf/qpdf.cc
| @@ -40,7 +40,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3; | @@ -40,7 +40,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3; | ||
| 40 | 40 | ||
| 41 | static char const* whoami = 0; | 41 | static char const* whoami = 0; |
| 42 | 42 | ||
| 43 | -static std::string expected_version = "10.1.0"; | 43 | +static std::string expected_version = "10.2.0"; |
| 44 | 44 | ||
| 45 | struct PageSpec | 45 | struct PageSpec |
| 46 | { | 46 | { |