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 | |
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')
-rw-r--r-- | README | 23 |
1 files changed, 1 insertions, 22 deletions
@@ -161,31 +161,10 @@ WHAT'S NEW IN 0.9.5 ? | |||
161 | * Many small improvements in file and flag handling. | 161 | * Many small improvements in file and flag handling. |
162 | * A Y2K statement. | 162 | * A Y2K statement. |
163 | 163 | ||
164 | WHAT'S NEW IN 1.0.0 ? | 164 | WHAT'S NEW IN 1.0.x ? |
165 | 165 | ||
166 | See the CHANGES file. | 166 | See the CHANGES file. |
167 | 167 | ||
168 | WHAT'S NEW IN 1.0.2 ? | ||
169 | |||
170 | See the CHANGES file. | ||
171 | |||
172 | WHAT'S NEW IN 1.0.3 ? | ||
173 | |||
174 | See the CHANGES file. | ||
175 | |||
176 | WHAT'S NEW IN 1.0.4 ? | ||
177 | |||
178 | See the CHANGES file. | ||
179 | |||
180 | WHAT'S NEW IN 1.0.5 ? | ||
181 | |||
182 | See the CHANGES file. | ||
183 | |||
184 | WHAT'S NEW IN 1.0.6 ? | ||
185 | |||
186 | See the CHANGES file. | ||
187 | |||
188 | |||
189 | I hope you find bzip2 useful. Feel free to contact me at | 168 | I hope you find bzip2 useful. Feel free to contact me at |
190 | jseward@acm.org | 169 | jseward@acm.org |
191 | if you have any suggestions or queries. Many people mailed me with | 170 | if you have any suggestions or queries. Many people mailed me with |