diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-03 21:35:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-03 21:35:16 +0000 |
commit | 8335e5c48b428d6269047354f29112bca77e9f63 (patch) | |
tree | a491c92162061307f2c04889b7027570c01ee690 /chapter01 | |
parent | 6ae6f879f27a30da43830ec34315c968049607dc (diff) |
Upgrade to Coreutils-8.16. Fixes #3048.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9799 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d2c9ea010..0e5c38acc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2012-04-03</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Coreutils-8.16 and drop the uname patch. + Fixes <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-03-28</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c1cb214dc..a4de0536a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -46,9 +46,9 @@ <!--<listitem> <para>Bzip2 &bzip2-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Coreutils &coreutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>DejaGNU &dejagnu-version;</para> </listitem>--> @@ -228,6 +228,10 @@ </listitem> <listitem> + <para>&coreutils-i18n-patch;</para> + </listitem> + + <listitem> <para>&gcc-startfiles-patch;</para> </listitem> @@ -245,6 +249,14 @@ </listitem> <listitem> + <para>coreutils-8.15-i18n-1.patch</para> + </listitem> + + <listitem> + <para>coreutils-8.15-uname-1.patch</para> + </listitem> + + <listitem> <para>gcc-4.6.2-cross_compile-1.patch</para> </listitem> |