Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-22 | Update release makeing script with new release numbers | Nick Clifton | 1 | -16/+19 | |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files. | |||||
2021-08-31 | Update the how-to-make-a-release document so that a check for empty manual ↵ | Nick Clifton | 1 | -0/+4 | |
pages is included. cf PR 28144 | |||||
2021-07-18 | Update how-to-make-a-release checklist with latest changes from 2.37 release | Nick Clifton | 1 | -16/+35 | |
2021-07-03 | More minor updates to the how-to-make-a-release documentationgdb-11-branchpoint | Nick Clifton | 1 | -9/+9 | |
2021-07-03 | Update version number and regenerate files | Nick Clifton | 1 | -6/+7 | |
2021-05-08 | binutils: update release docs process | Mike Frysinger | 1 | -16/+22 | |
Now that we generate multiple html & pdf forms, update the release process to show how they get updated. | |||||
2021-02-01 | Small updates to the 'how to make a release' document following from the ↵ | Nick Clifton | 1 | -22/+18 | |
2.35.2 release | |||||
2021-01-24 | Minor updates to the 'how to make a release' document | Nick Clifton | 1 | -11/+13 | |
2021-01-09 | Update release howto with 2.37 numbers | Nick Clifton | 1 | -17/+20 | |
2021-01-09 | Add Changelog entries and NEWS entries for 2.36 branch | Nick Clifton | 1 | -1/+2 | |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
2020-12-07 | README-how-to-make-a-release (point releases): Add a note to update the ↵ | Nick Clifton | 1 | -8/+16 | |
milestone list on sourceware's bugzilla. | |||||
2020-10-28 | Use sha256 for hashes in the release process | Andreas Rammhold | 1 | -2/+2 | |
I just came across the GDB 10.1 release notes and saw that md5 is still being used in those. I thought it would be a good idea to instead have a more modern, secure and wildly available hash function such as SHA256 as part of the release process. The changes have been done rather mechnically via sed but executing the `src-release.sh -b gdb` did work so I am confident about the result. While this does not directly address the release mails, I was wasn't able to find the template/script used for those, this is probably still an improvement. ChangeLog: * src-release.sh: Use sha256sum instead of md5sum. binutils/ChangeLog: * README-how-to-make-a-release: Use sha256sum instead of md5sum. Change-Id: I9cf19ea40699137c45463b8514f6e29271af2347 | |||||
2020-09-15 | Add note about creating a bugzilla tag for a point release. | Nick Clifton | 1 | -0/+4 | |
* README-how-to-make-a-release (https): Add a reminder to create a new Bugzilla tag for the point release, once it has been published. | |||||
2020-07-24 | Update documentation on how to make a release | Nick Clifton | 1 | -10/+29 | |
2020-07-04 | Tweak version numbers in release-howto | Nick Clifton | 1 | -6/+6 | |
2020-02-07 | Update release making notes. | Nick Clifton | 1 | -0/+3 | |
* README-how-to-make-a-release: Add note about updating the GAS/NEWS URL in the next release. | |||||
2020-02-01 | Update release making documentation | Nick Clifton | 1 | -20/+43 | |
2020-01-18 | Update the notes on how to create a branch prior to a new release. | Nick Clifton | 1 | -18/+19 | |
2020-01-18 | Update version to 2.34.50. Regenerate configure and .pot files. | Nick Clifton | 1 | -2/+2 | |
2020-01-18 | Add markers for 2.34 branch to the NEWS files and ChangeLogs. | Nick Clifton | 1 | -6/+6 | |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
2019-10-13 | Update the README-how-to-make-a-release file with a note to reset the ↵ | Nick Clifton | 1 | -0/+3 | |
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. | |||||
2019-10-12 | Tweak the 'how to make a release' document | Nick Clifton | 1 | -6/+11 | |
2019-05-29 | Update release tools with libctf support. | Nick Clifton | 1 | -1/+1 | |
top * src-release.sh (do_proto_toplev): Add libctf to list of directories that can be disabled. binutils* README-how-to-make-a-release: Add libctf to list of directories that need updates in their ChangeLogs. | |||||
2019-04-23 | Update binutils release making documenation to mention changing the symbolic ↵ | Nick Clifton | 1 | -0/+2 | |
documentation link. * README-how-to-make-a-release: Add note to update the symbolic link from "docs" to "docs-2.x" on the sourceware website. | |||||
2019-02-12 | Update description of how to make a release to include the use of the git ↵ | Nick Clifton | 1 | -74/+51 | |
clean command. PR 23440 * README-how-to-make-a-release: Use git clean to delete spurious files from the local source repository. | |||||
2019-02-07 | Move potentially obsolete BFD targets into the definitely obsolete section. ↵ | Nick Clifton | 1 | -1/+5 | |
Add a note to the README-how-to-make-a-release document about doing this. bfd * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets into the definitely obsolete list. binutils * README-how-to-make-a-release: Add a note about updating the obsolete targets in the bfd/config.bfd file. | |||||
2019-02-04 | Add more notes on how to make a release | Nick Clifton | 1 | -20/+74 | |
2019-01-21 | Updated translations for various binutils subdirectories. | Nick Clifton | 1 | -3/+31 | |
2019-01-19 | Change version to 2.32.51 and regenerate configure and pot files. | Nick Clifton | 1 | -10/+20 | |
2019-01-19 | Add markers for 2.32 branch to NEWS and ChangeLog files. | Nick Clifton | 1 | -6/+6 | |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 | |
2018-08-23 | Document setting experimental on release branch. | H.J. Lu | 1 | -2/+3 | |
* README-how-to-make-a-release: Document setting "experimental" to false. | |||||
2018-08-01 | Add a note about regenerating the info files when creating a new release. | Nick Clifton | 1 | -3/+3 | |
* README-how-to-make-a-release: Add note about regenerating the info files prior to the release. | |||||
2018-07-19 | Stop potential memory leaks in dwarf CIE reader. | Nick Clifton | 1 | -9/+9 | |
* dwarf.c (read_cie): Free allocated memory before returning with a failure result. | |||||
2018-07-16 | Update release making notes to metion checking for new top level files. | Nick Clifton | 1 | -3/+10 | |
* README-how-to-make-a-release: Add note to check for new top level files and add them to the src-release.sh script. | |||||
2018-07-14 | Update the notes on how to make a binutils release. | Nick Clifton | 1 | -22/+36 | |
* README-how-to-make-a-release: Updated with corrections based on the 2.31 release experience. | |||||
2018-06-26 | Fix spelling mistakes. | Nick Clifton | 1 | -1/+1 | |
opcodes * nfp-dis.c: Fix spelling mistake. ld * emultempl/aarch64elf.em: Fix spelling mistake. * emultempl/avrelf.em: Likewise. * emultempl/elf32.em: Likewise. binutils* doc/binutils.texi: Fix spelling mistakes. * README--how-to-make-a-release: Likewise. | |||||
2018-06-24 | Add more updated to release notes | Nick Clifton | 1 | -41/+56 | |
2018-06-24 | Regenerate configure and pot files with updated binutils version number. | Nick Clifton | 1 | -22/+28 | |
2018-06-24 | Add 2.30 branch notes to ChangeLogs and NEWS files. | Nick Clifton | 1 | -1/+0 | |
2018-01-28 | Update release notes with a reminder to check the gpg key being used. | Nick Clifton | 1 | -2/+8 | |
* README-how-to-make-a-release: Add note about checking gpg key and the results of gnupload. | |||||
2018-01-27 | Update documentation on making a release | Nick Clifton | 1 | -4/+95 | |
2018-01-26 | Update notes on making a release | Nick Clifton | 1 | -24/+41 | |
2018-01-18 | Update Bulgarian translation of the binutils sub-directory | Nick Clifton | 1 | -9/+37 | |
2018-01-16 | binutils release procedure: Add AI to update branch name in crontab | Joel Brobecker | 1 | -6/+19 | |
binutils/ChangeLog: * README-how-to-make-a-release: Add reminder to update the branch name in gdbadmin's crontab on sourceware. | |||||
2018-01-16 | Remove trailing spaces in binutils/README-how-to-make-a-release | Joel Brobecker | 1 | -15/+15 | |
binutils/ChangeLog: * README-how-to-make-a-release: Remove trailing spaces. | |||||
2018-01-13 | Update notes on how to make a release | Nick Clifton | 1 | -12/+9 | |