diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-17 20:40:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-17 20:40:39 +0000 |
commit | da1a7d691740852b6e696649a508e5026aeca23e (patch) | |
tree | 8821206694d2fd4ae9785f0829b6df5332cc0c52 /chapter01 | |
parent | 2767b171c9cf8381858fbfa28300620685fe8c9a (diff) |
Upgrade to Coreutils-7.6. Fixes #2487.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9069 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 20 |
2 files changed, 18 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index efea2d293..25ecad736 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-09-17</para> <itemizedlist> <listitem> + <para>[matthew] Upgraded to Coreutils-7.6. Fixes + <ulink url="&lfs-ticket-root;2487">#2487</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgraded to Man-DB-2.5.6. Fixes <ulink url="&lfs-ticket-root;2481">#2481</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 828a40f22..3d6c785cd 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -207,22 +207,30 @@ </itemizedlist>--> - <!--<itemizedlist> + <itemizedlist> <title>Added:</title> <listitem> - <para>PLACEHOLDER</para> + <para>coreutils-7.6-i18n-1.patch</para> </listitem> - </itemizedlist>--> + <listitem> + <para>coreutils-7.6-uname-1.patch</para> + </listitem> + + </itemizedlist> - <!--itemizedlist> + <itemizedlist> <title>Removed:</title> <listitem> - <para>PLACEHOLDER</para> + <para>coreutils-7.5-i18n-1.patch</para> </listitem> - </itemizedlist>--> + <listitem> + <para>coreutils-7.1-uname-1.patch</para> + </listitem> + + </itemizedlist> </sect1> |