diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-04-27 19:45:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-04-27 19:45:34 +0000 |
commit | c73dbf28bdc2045d75cecc15e8a798766ea3093d (patch) | |
tree | b9504d895041f872c3f8a14399a2c5302406084e | |
parent | a34eeb7426febad2fbae3e9bf4023726d9da9f9b (diff) |
Update to coreutils-8.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6045c66b0..eafdf3057 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-04-27</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Upgrade to coreutils-8.12. Fixes + <ulink url="&lfs-ticket-root;2863">#2863</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-04-25</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 63d65f8ae..93bdf56f6 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110425"> -<!ENTITY releasedate "April 25, 2011"> +<!ENTITY version "SVN-20110427"> +<!ENTITY releasedate "April 27, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index a9c49acc9..54316eaba 100644 --- a/packages.ent +++ b/packages.ent @@ -68,10 +68,10 @@ <!ENTITY bzip2-ch6-du "6.4 MB"> <!ENTITY bzip2-ch6-sbu "less than 0.1 SBU"> -<!ENTITY coreutils-version "8.11"> -<!ENTITY coreutils-size "11,226 KB"> +<!ENTITY coreutils-version "8.12"> +<!ENTITY coreutils-size "11,228 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> -<!ENTITY coreutils-md5 "eabaf2593f4b978dea13044d6acc2dc8"> +<!ENTITY coreutils-md5 "fce7999953a67243d00d75cc86dbcaa6"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "88 MB"> <!ENTITY coreutils-ch5-sbu "0.7 SBU"> |