From b5e937397c27d522dcedc17647ad75e88f0f5027 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 23 Feb 2021 09:50:23 -0500 Subject: Prepare 10.2.0 release --- README-maintainer | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'README-maintainer') diff --git a/README-maintainer b/README-maintainer index a4840603..b293c07d 100644 --- a/README-maintainer +++ b/README-maintainer @@ -190,8 +190,19 @@ RELEASE PREPARATION casting policy in the manual, and ensure that integer types are properly handled with QIntC or the appropriate cast. -* Increment shared library version information as needed (`LT_CURRENT` - in `configure.ac`). Remember to rerun ./autogen.sh. +* Update versions and shared library details + + * Increment shared library version information as needed + (`LT_CURRENT` in `configure.ac`) + + * Make sure version numbers are consistent in the following locations: + * configure.ac + * libqpdf/QPDF.cc + * manual/qpdf-manual.xml + * qpdf/qpdf.cc + `make_dist` verifies this consistency. + + * Run ./autogen.sh * Performance test is included with binary compatibility steps. Even if releasing a new major release and not doing binary compatibility @@ -230,15 +241,6 @@ pytest -n auto the entities at the top of the document are consistent with the release notes for both version and release date. -* Make sure version numbers are consistent in the following locations: - * configure.ac - * libqpdf/QPDF.cc - * manual/qpdf-manual.xml - * qpdf/qpdf.cc - `make_dist` verifies this consistency. - -* Run ./autogen.sh - * Add a release entry to ChangeLog. -- cgit v1.2.3-54-g00ecf