diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-26 19:00:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-26 19:00:42 +0000 |
commit | fd8e979af6bdc889913d92a232eb4d6a80f01e13 (patch) | |
tree | 0cd850497c11056a774ddaf146a771c65212d57c | |
parent | 165a97caf67d7fdc004e965975acb590ef37ab58 (diff) |
Upgrade to Coreutils-7.5. Fixes #2477.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 18 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d84846a1b..8d8d6f3cd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2009-08-26</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgraded to Coreutils-7.5. Fixes + <ulink url="&lfs-ticket-root;2477">#2477</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-08-19</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 52f944912..ccb310498 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -22,10 +22,6 @@ <itemizedlist> <title>Upgraded to:</title> - <listitem> - <para>No changes since LFS-6.5.</para> - </listitem> - <!--<listitem> <para>Autoconf &autoconf-version;</para> </listitem>--> @@ -47,9 +43,9 @@ <!--<listitem> <para>Bzip2 &bzip2-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Coreutils &coreutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>DejaGNU &dejagnu-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index 59086ac0b..3ee9ed566 100644 --- a/general.ent +++ b/general.ent @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20090819"> -<!ENTITY releasedate "August 19, 2009"> +<!ENTITY version "SVN-20090826"> +<!ENTITY releasedate "August 26, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> -<!ENTITY milestone "6.5"> +<!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> diff --git a/packages.ent b/packages.ent index 57c2e8926..9f1517c36 100644 --- a/packages.ent +++ b/packages.ent @@ -67,10 +67,10 @@ <!ENTITY bzip2-ch6-du "6.4 MB"> <!ENTITY bzip2-ch6-sbu "less than 0.1 SBU"> -<!ENTITY coreutils-version "7.4"> -<!ENTITY coreutils-size "9,481 KB"> +<!ENTITY coreutils-version "7.5"> +<!ENTITY coreutils-size "9,723 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> -<!ENTITY coreutils-md5 "c52f4f64dda9a245c38e74c09fdd86d2"> +<!ENTITY coreutils-md5 "775351410b7d6879767c3e4563354dc6"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "88 MB"> <!ENTITY coreutils-ch5-sbu "0.7 SBU"> |