GNU Binutils with patches for OS216
修訂 | e256144888a28eae9326f86cd95282b807aa2f6a (tree) |
---|---|
時間 | 2018-08-01 23:52:32 |
作者 | Nick Clifton <nickc@redh...> |
Commiter | Nick Clifton |
Add a note about regenerating the info files when creating a new release.
* README-how-to-make-a-release: Add note about regenerating the
info files prior to the release.
@@ -1,3 +1,8 @@ | ||
1 | +2018-08-01 Nick Clifton <nickc@redhat.com> | |
2 | + | |
3 | + * README-how-to-make-a-release: Add note about regenerating the | |
4 | + info files prior to the release. | |
5 | + | |
1 | 6 | 2018-07-30 Andrew Jenner <andrew@codesourcery.com> |
2 | 7 | |
3 | 8 | * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer. |
@@ -165,9 +165,9 @@ When the time comes to actually make the release.... | ||
165 | 165 | branch to a whole new minor version number, without a point |
166 | 166 | value. Eg "2.29.90" becomes "2.30". Change bfd/development.sh |
167 | 167 | to set the value to "false". Regenerate the configure and |
168 | - makefiles. Add ChangeLog entries for the updates and add a | |
169 | - "this-is-the-2.XX-release" comment and commit. Make sure to | |
170 | - include the .gmo files. | |
168 | + makefiles. And *info* files. Add ChangeLog entries for the | |
169 | + updates and add a "this-is-the-2.XX-release" comment and | |
170 | + commit. Make sure to include the .gmo files. | |
171 | 171 | |
172 | 172 | 22. Check that your file creation mask will create the |
173 | 173 | correct file permissions. Eg: |