diff options
author | 2019-10-13 13:33:27 +0100 | |
---|---|---|
committer | 2019-10-13 13:33:27 +0100 | |
commit | 4786fbf372d0d736884d25efe4fa69ee157315c7 (patch) | |
tree | 85bed2aea62fea598babaf66ca32932d32b4ebac /binutils | |
parent | gdb: small cleanup in breakpoint.c's includes (diff) | |
download | binutils-gdb-4786fbf372d0d736884d25efe4fa69ee157315c7.tar.gz binutils-gdb-4786fbf372d0d736884d25efe4fa69ee157315c7.tar.bz2 binutils-gdb-4786fbf372d0d736884d25efe4fa69ee157315c7.zip |
Update the README-how-to-make-a-release file with a note to reset the development flag back to true after making a point release. Aldo fix a typo in the ld/NEWS file.
binutils* README-how-to-make-a-release: Add a note to reset the
development flag back to true after making a point release.
ld * NEWS: Delete superflous "Changes in 2.33" comment.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/README-how-to-make-a-release | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5e4f5b4df6c..df07e749035 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-10-13 Nick Clifton <nickc@redhat.com> + + * README-how-to-make-a-release: Add a note to reset the + development flag back to true after making a point release. + 2019-10-12 Nick Clifton <nickc@redhat.com> * README-how-to-make-a-release: Tweak a few sections based on the diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 25f91b8f7dc..ab07e630372 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -478,6 +478,9 @@ Hi Everyone, git clean -dfx . + 10. Edit bfd/development.sh on the branch and set the development flag + to "true". Commit this change. + Copyright (C) 2017-2019 Free Software Foundation, Inc. |