aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-10-13 13:33:27 +0100
committerNick Clifton <nickc@redhat.com>2019-10-13 13:33:27 +0100
commit4786fbf372d0d736884d25efe4fa69ee157315c7 (patch)
tree85bed2aea62fea598babaf66ca32932d32b4ebac /binutils
parent073bbbb058e36c60e5d30a4a25b48307429b7128 (diff)
downloadgdb-4786fbf372d0d736884d25efe4fa69ee157315c7.zip
gdb-4786fbf372d0d736884d25efe4fa69ee157315c7.tar.gz
gdb-4786fbf372d0d736884d25efe4fa69ee157315c7.tar.bz2
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/ChangeLog5
-rw-r--r--binutils/README-how-to-make-a-release3
2 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5e4f5b4..df07e74 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 25f91b8..ab07e63 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.