]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
maint: Remove leftover Autotools references
authorSimon McVittie <smcv@collabora.com>
Wed, 25 Sep 2024 13:18:24 +0000 (14:18 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 25 Sep 2024 13:18:24 +0000 (14:18 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
maint/release-checklist.md

index ce2159b4574877a3e120630c27540d9227e456b3..203b5abe4170261a75ac6a1f9bdadae7fcea91b0 100644 (file)
@@ -4,9 +4,8 @@ To make a release of D-Bus, do the following:
 
  - check out a fresh copy from Git
 
- - verify that the libtool versioning/library soname is
+ - verify that the libtool versioning/library soname in `meson.build` is
    changed if it needs to be, or not changed if not
-    - remember to update **both** `configure.ac` **and** `meson.build`
     - CMake takes the version number from `meson.build` and so should not
       need updating
 
@@ -20,10 +19,9 @@ To make a release of D-Bus, do the following:
    `ninja -C ${builddir} maintainer-update-authors`
    if necessary
 
- - the version number should have major.minor.micro, even
+ - the version number in `meson.build` should have major.minor.micro, even
    if micro is 0, i.e. "1.0.0" and "1.2.0" not "1.0"/"1.2"; the micro
    version should be even for releases, and odd for intermediate snapshots
-    - remember to update **both** `configure.ac` **and** `meson.build`
     - CMake takes the version number from `meson.build` and so should not
       need updating
 
@@ -40,7 +38,7 @@ To make a release of D-Bus, do the following:
    then simply created an unsigned annotated tag:
    `git tag -a -m 'Released X.Y.Z' dbus-X.Y.Z`.
 
- - bump the version number up in `configure.ac` and `meson.build`
+ - bump the version number up in `meson.build`
    again (so the micro version is odd),
    and commit it.  Make sure you do this *after* tagging the previous
    release! The idea is that git has a newer version number