Commit Graph

4 Commits

Author SHA1 Message Date
Mark Wielaard
475173c2d0 Add generation of bzip2.txt and bzip2.1.preformatted to Makefile.
And remove both pages from the repository since the will now be
generated by make dist. Also don't try to update them in
prepare-release.sh script.
2019-07-21 20:10:38 +02:00
Mark Wielaard
1c8dd8698c prepare-release.sh: Fix bz-lifespan typo. 2019-07-13 17:06:25 +02:00
Mark Wielaard
5a4a6f44f0 Update prepare-release.sh for Makefile* and date ranges.
Also update the version number in the Makefile comments.
And update any date ranges to include the current year.
2019-07-05 09:40:26 +02:00
Mark Wielaard
f1e937776c Add prepare-release.sh script.
Script to run to prepare a new release.
It will update the release number and tell you to update the
CHANGES file and to double check everything looks before doing
the release commit and tagging.

Afterwards you probably want to run release-update.sh to upload
the release and update the website at https://sourceware.org/bzip2/

There are embedded version strings and dates in a couple of places.
To keep the script simple remove some that aren't absolutely necessary.

README now just points to CHANGES.
README.COMPILATION.PROBLEMS only mentions the version once at the top.
bzip2.c only mentions the version once when doing --version.
manual.xml now doesn't have any embedded versions, just uses &bz-version;
everywhere.
2019-06-25 19:30:27 +02:00