diff options
author | Nick Clifton <nickc@redhat.com> | 2025-01-20 10:29:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-01-20 10:29:59 +0000 |
commit | 876bcbeb43c0f409d8dd6af42ff61f92df0b29bd (patch) | |
tree | 8f7ccd0e70e72eb43928518c2cf8f5cd8d890782 /binutils | |
parent | c3190b22b03ab147a048395546a8abfa7a4c47de (diff) | |
download | binutils-876bcbeb43c0f409d8dd6af42ff61f92df0b29bd.zip binutils-876bcbeb43c0f409d8dd6af42ff61f92df0b29bd.tar.gz binutils-876bcbeb43c0f409d8dd6af42ff61f92df0b29bd.tar.bz2 |
Update how-to-make-a-release document after creating the 2.44 branch
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/README-how-to-make-a-release | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 0079dc0..391fe38 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -134,12 +134,12 @@ Approx time to complete from here: 2 hours ... Add a .dirstamp file to the gas/doc subdirectory: - touch -d `date +%Y-%m-%d` binutils-2.43.90/gas/doc/.dirstamp - tar rvf binutils-2.43.90.tar binutils-2.43.90/gas/doc/.dirstamp - rm binutils-2.43.90.tar.xz - xz -9 -k binutils-2.43.90.tar + touch -d `date +%Y-%m-%d` binutils-2.44.90/gas/doc/.dirstamp + tar rvf binutils-2.44.90.tar binutils-2.44.90/gas/doc/.dirstamp + rm binutils-2.44.90.tar.xz + xz -9 -k binutils-2.44.90.tar - ...END OF FIXME + ...END OF FIXME c. Build a test target using this tarball. @@ -156,8 +156,8 @@ Approx time to complete from here: 2 hours ... d. Upload the pre-release snapshot to the sourceware FTP site: - scp binutils-2.43.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots - ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.43.90.tar.xz + scp binutils-2.44.90.tar.xz sourceware.org:/var/ftp/pub/binutils/snapshots + ssh sourceware.org sha256sum ~ftp/pub/binutils/snapshots/binutils-2.44.90.tar.xz Paranoia: Compare the checksum with the local version. @@ -172,7 +172,7 @@ Approx time to complete from here: 2 hours ... ------------------------------------------------------------------------ Dear Translation Project - The 2.43 release branch has been created for the GNU Binutils project. + The 2.44 release branch has been created for the GNU Binutils project. A snapshot of the branch sources can be found here: |