diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 2 |
4 files changed, 16 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3d165bd49..71b4c7e91 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2012-05-13</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Coreutils-8.17. Fixes + <ulink url="&lfs-ticket-root;3083">#3083</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-05-11</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 216bcb7dd..4c2ea304b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20120511"> -<!ENTITY releasedate "May 11, 2012"> +<!ENTITY version "SVN-20120513"> +<!ENTITY releasedate "May 13, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index af41453d6..1d28427fc 100644 --- a/packages.ent +++ b/packages.ent @@ -76,10 +76,10 @@ <!ENTITY check-ch5-du "4.8 MB"> <!ENTITY check-ch5-sbu "0.1 SBU"> -<!ENTITY coreutils-version "8.16"> -<!ENTITY coreutils-size "4,925 KB"> +<!ENTITY coreutils-version "8.17"> +<!ENTITY coreutils-size "4,958 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> -<!ENTITY coreutils-md5 "89b06f91634208dceba7b36ad1f9e8b9"> +<!ENTITY coreutils-md5 "481e9b16af57a7ee4f7b663aefc0b662"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "88 MB"> <!ENTITY coreutils-ch5-sbu "0.7 SBU"> diff --git a/patches.ent b/patches.ent index 77f851a67..438b33e00 100644 --- a/patches.ent +++ b/patches.ent @@ -18,7 +18,7 @@ <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "d48bbb0a7f9d8effd975aa9cef9436ce"> +<!ENTITY coreutils-i18n-patch-md5 "ffba99de6c20dc1481046fdc1dc1545e"> <!ENTITY coreutils-i18n-patch-size "123 KB"> |