[binutils-gdb] Update the README-how-to-make-a-release file with a note to reset the development flag back to true

Nick Clifton nickc@sourceware.org
Sun Oct 13 12:34:00 GMT 2019


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4786fbf372d0d736884d25efe4fa69ee157315c7

commit 4786fbf372d0d736884d25efe4fa69ee157315c7
Author: Nick Clifton <nickc@redhat.com>
Date:   Sun Oct 13 13:33:27 2019 +0100

    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.

Diff:
---
 binutils/ChangeLog                    | 5 +++++
 binutils/README-how-to-make-a-release | 3 +++
 ld/ChangeLog                          | 4 ++++
 ld/NEWS                               | 2 --
 4 files changed, 12 insertions(+), 2 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.
 
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d3d045c..06c7cf7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-13  Nick Clifton  <nickc@redhat.com>
+
+	* NEWS: Delete superflous "Changes in 2.33" comment.
+
 2019-10-09  Alan Modra  <amodra@gmail.com>
 
 	PR 25081
diff --git a/ld/NEWS b/ld/NEWS
index 45c48f5..8d3e9ad 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -10,8 +10,6 @@ Changes in 2.33:
   used to force a particular workaround to be used.  See --help for AArch64
   for more details.
 
-Changes in 2.33:
-
 * Add target handlers for AArch64 for ELF GNU program properties.
 
 * Add support for GNU_PROPERTY_AARCH64_FEATURE_1_BTI in ELF GNU program



More information about the Binutils-cvs mailing list