aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-23 15:50:23 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 16:41:58 +0100
commitb5e937397c27d522dcedc17647ad75e88f0f5027 (patch)
tree61bcce3b919094bfc487adc1cb4e1ca5aa0a9dc9 /README-maintainer
parentfb86d2819e2f75abb084da8ff910a12d5b5382e6 (diff)
downloadqpdf-b5e937397c27d522dcedc17647ad75e88f0f5027.tar.zst
Prepare 10.2.0 releaserelease-qpdf-10.2.0
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer24
1 files changed, 13 insertions, 11 deletions
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.