From 20d4c8a7d0311f35fcd69bfb309e56f9cdbaee5b Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 15 Sep 2007 20:27:45 +0000 Subject: Upgrade to Binutils-2.18. Fixes #2069. Thanks to Matt Burgess for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 7 ++++--- packages.ent | 6 +++--- prologue/hostreqs.xml | 8 +++++++- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 70ea60d6e..6a76ab191 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2007-09-15 + + [matthew] - Upgrade to Binutils-2.18. Fixes + #2069. + [matthew] - Add latest upstream patches for Bash. Fixes #2067. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 57345bede..47bfc883a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -23,10 +23,11 @@ Upgraded to: + Binutils &binutils-version; - + + + Texinfo-4.8 + + To see whether your host system has all the appropriate versions, run the following: @@ -139,7 +144,8 @@ cat /proc/version make --version | head -n1 patch --version | head -n1 sed --version | head -n1 -tar --version | head -n1 +tar --version | head -n1 +makeinfo --version | head -n1 EOF -- cgit v1.2.3-54-g00ecf