mirror of
https://gitlab.com/bzip2/bzip2.git
synced 2025-08-09 13:22:45 +03:00
Explain why bzip2 has repositories on sourceware.org and gitlab.com. Change error messages in bzip2 source to request that bugs be reported to project's gitlab issues page. Fixup project homepage in various documents to point to gitlab project. Remove trailing whitespace from a few documents. Update the Release Checklist. Add myself as new maintainer.
627 B
627 B
Release Checklist
-
Increment package version at the top of meson.build and CMakeLists.txt
-
Increment library revision in meson.build and CMakeLists.txt
-
If interfaces were added, changed, or deleted, adjust per meson.build and CMakeLists.txt. See the GNU libtool versioning rules for library revision numbering advice: http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-
On release day, create a new
release/*
branch and create a release tag.