diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 854102dec..3dc3d82a4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ </listitem> --> <listitem> + <para>2013-12-22</para> + <itemizedlist> + <listitem> + <para>[matthew] - Fix the coreutils-i18n patch, which introduced a + regression in cut. Fixes + <ulink url="&lfs-ticket-root;3448">#3448</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-12-16</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 8e2d4f170..fabc5994b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20131216"> -<!ENTITY releasedate "December 16, 2013"> +<!ENTITY version "SVN-20131222"> +<!ENTITY releasedate "December 22, 2013"> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index bf368f1b6..460a5bb80 100644 --- a/patches.ent +++ b/patches.ent @@ -14,9 +14,9 @@ <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f"> <!ENTITY bzip2-docs-patch-size "1.6 KB"> -<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "2bca6d512abd69f0f133359839980495"> -<!ENTITY coreutils-i18n-patch-size "137 KB"> +<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-2.patch"> +<!ENTITY coreutils-i18n-patch-md5 "0f3b9f85e256140a4eaa5865a9c81f3f"> +<!ENTITY coreutils-i18n-patch-size "138 KB"> <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> |