aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-01-26 11:14:26 +0000
committerNick Clifton <nickc@redhat.com>2018-01-26 11:14:26 +0000
commit94c2436bb8aaafc4f85130755c63c11b985df6d2 (patch)
tree58077e0d7365e372b6c4879559d3f3302cb0630e
parent7433498b7f1a79bf98ba272fd461f0ff9f1daa02 (diff)
downloadgdb-94c2436bb8aaafc4f85130755c63c11b985df6d2.zip
gdb-94c2436bb8aaafc4f85130755c63c11b985df6d2.tar.gz
gdb-94c2436bb8aaafc4f85130755c63c11b985df6d2.tar.bz2
Update notes on making a release
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/README-how-to-make-a-release65
2 files changed, 46 insertions, 24 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 10c9886..a2b7a87 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-26 Nick Clifton <nickc@redhat.com>
+
+ * README-how-to-make-a-release: Add more details on updating
+ version numbers.
+
2018-01-22 Maciej W. Rozycki <macro@mips.com>
* doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release
index d4d1ab6..d378c2c 100644
--- a/binutils/README-how-to-make-a-release
+++ b/binutils/README-how-to-make-a-release
@@ -65,10 +65,15 @@ How to perform a release.
https://sourceware.org/bugzilla/editversions.cgi?product=binutils
- 8. Regenerate various files on both branch and HEAD by configuring
- with --enable-maintainer-mode. No need to check in changes to
- the autoconf/automake/etc files, but be sure the .pot files are
- up to date. NB/ Remember to include gold and gprof.
+ 8. Update the release number in bfd/version.m4 for the mainline and
+ the branch. The mainline should have the minor number
+ incremented, but the branch only needs the point value set to 90
+ as the release has not actually happened yet.
+
+ Regenerate various files on both branch and HEAD by configuring
+ with --enable-maintainer-mode. NB/ Remember to build gold and
+ gprof. Commit the changes. Make sure that this includes the
+ .pot files as well as the configure and makefiles.
9. Create an initial prerelease:
@@ -95,39 +100,51 @@ How to perform a release.
11. Announce the availability of the snapshot and the branch on the
binutils mailing list. Set a date for when the release will
actually happen. Something like:
-------------------------------------------------------------------------
-Hi Everyone,
+ ------------------------------------------------------------------------
+ Hi Everyone,
- The 2.XX branch has now been created:
-
- git clone git://sourceware.org/git/binutils-gdb.git -b binutils-2_XX-branch 2.XX
+ The 2.XX branch has now been created:
- A snapshot of the sources is also available here:
+ git clone git://sourceware.org/git/binutils-gdb.git -b binutils-2_XX-branch 2.XX
- ftp://sourceware.org/pub/binutils/snapshots/binutils-2.XX.0.tar.xz
+ A snapshot of the sources is also available here:
- Please could all patches for the branch be run by me.
- The rules for the branch are:
+ ftp://sourceware.org/pub/binutils/snapshots/binutils-2.XX.0.tar.xz
- * No new features.
- * Target specific bug fixes are OK.
- * Generic bug fixes are OK if they are important and widely tested.
- * Documentation updates/fixes are OK.
- * Translation updates are OK.
- * Fixes for testsuite failures are OK.
-
- Ideally I would like to make the release happen in two weeks time,
- i.e. Saturday 27th Jan. Which I hope will be enough time for everyone
- to get their final fixes in.
-------------------------------------------------------------------------
+ Please could all patches for the branch be run by me.
+ The rules for the branch are:
+
+ * No new features.
+ * Target specific bug fixes are OK.
+ * Generic bug fixes are OK if they are important and widely tested.
+ * Documentation updates/fixes are OK.
+ * Translation updates are OK.
+ * Fixes for testsuite failures are OK.
+
+ Ideally I would like to make the release happen in two weeks time,
+ i.e. Saturday 27th Jan. Which I hope will be enough time for everyone
+ to get their final fixes in.
+ ------------------------------------------------------------------------
12. Build various different toolchains, test them and nag
maintainers to fix any testsuite failures for their
architectures...
+When the time comes to actually make the release....
+
+
+ 20. Update the release number in bfd/version.m4 on the release
+ branch to a whole new minor version number, without a point
+ value. Eg "2.29.90" becomes "2.30". Change bfd/development.sh
+ to set the value to "false".
+
+
xxx -- fill in stuff here -- xxx
+
+
+
-------------------------------------------------
How to perform a point release.
-------------------------------------------------