Update the README-how-to-make-a-release file with a note to reset the development...
authorNick Clifton <nickc@redhat.com>
Sun, 13 Oct 2019 12:33:27 +0000 (13:33 +0100)
committerNick Clifton <nickc@redhat.com>
Sun, 13 Oct 2019 12:33:27 +0000 (13:33 +0100)
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.

binutils/ChangeLog
binutils/README-how-to-make-a-release
ld/ChangeLog
ld/NEWS

index 5e4f5b4df6c65d6575d3e05656efe3c05a44d16b..df07e749035f151903dad4ac00a971efedb2088d 100644 (file)
@@ -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
index 25f91b8f7dc4242c1e33faf3b6c445470f6bba54..ab07e630372095be5f70b8d98a4aa1a1cbc4ff9d 100644 (file)
@@ -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.
+
 \f
 Copyright (C) 2017-2019 Free Software Foundation, Inc.
 
index d3d045c8f4d9c6c374546663da609597a9663ed6..06c7cf761ea40ab852e9f274002f311492112928 100644 (file)
@@ -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 45c48f5c5425d1c1b8b783881dd0d6d5cbc8703e..8d3e9adb3f1ec5415fc302dd0798ce7c36d80e20 100644 (file)
--- 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
This page took 0.028438 seconds and 4 git commands to generate.