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