diff options
| author | Mark Wielaard <mark@klomp.org> | 2019-06-25 19:22:37 +0200 |
|---|---|---|
| committer | Mark Wielaard <mark@klomp.org> | 2019-06-25 19:30:27 +0200 |
| commit | f1e937776c5f331e24cc63a9d8e7ae9445a76761 (patch) | |
| tree | d67b152eb7a70bc63146a1f0edba0e8126314669 /README.COMPILATION.PROBLEMS | |
| parent | ff986850159a1ea0c75617ffa792d1bb2069856e (diff) | |
| download | bzip2-f1e937776c5f331e24cc63a9d8e7ae9445a76761.tar.gz bzip2-f1e937776c5f331e24cc63a9d8e7ae9445a76761.tar.bz2 bzip2-f1e937776c5f331e24cc63a9d8e7ae9445a76761.zip | |
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.
Diffstat (limited to 'README.COMPILATION.PROBLEMS')
| -rw-r--r-- | README.COMPILATION.PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.COMPILATION.PROBLEMS b/README.COMPILATION.PROBLEMS index 14ddd1b..d420854 100644 --- a/README.COMPILATION.PROBLEMS +++ b/README.COMPILATION.PROBLEMS | |||
| @@ -12,7 +12,7 @@ This program is released under the terms of the license contained | |||
| 12 | in the file LICENSE. | 12 | in the file LICENSE. |
| 13 | ------------------------------------------------------------------ | 13 | ------------------------------------------------------------------ |
| 14 | 14 | ||
| 15 | bzip2-1.0.6 should compile without problems on the vast majority of | 15 | bzip2 should compile without problems on the vast majority of |
| 16 | platforms. Using the supplied Makefile, I've built and tested it | 16 | platforms. Using the supplied Makefile, I've built and tested it |
| 17 | myself for x86-linux and amd64-linux. With makefile.msc, Visual C++ | 17 | myself for x86-linux and amd64-linux. With makefile.msc, Visual C++ |
| 18 | 6.0 and nmake, you can build a native Win32 version too. Large file | 18 | 6.0 and nmake, you can build a native Win32 version too. Large file |
