diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 4 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
5 files changed, 20 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d692a0037..6e38e7e0b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,15 @@ --> <listitem> + <para>2008-10-21</para> + <itemizedlist> + <listitem> + <para>[dj] - Put Coreutils-i18n patch back into place.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-10-20</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e9de196c7..81c42cb2b 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -231,6 +231,10 @@ </listitem> <listitem> + <para>&coreutils-i18n-patch;</para> + </listitem> + + <listitem> <para>&db-fixes-patch;</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index c99b0639d..3fe8bb934 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -66,13 +66,13 @@ </listitem> </varlistentry> - <!-- <varlistentry> + <varlistentry> <term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para> <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para> </listitem> - </varlistentry> --> + </varlistentry> <varlistentry> <term>Coreutils Old Kernel Patch - <token>&coreutils-old-kernel-patch-size;</token>:</term> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 63ed41a51..1a4694dd1 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -54,7 +54,7 @@ <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> - <!-- <para>POSIX requires that programs from Coreutils recognize character + <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs:</para> @@ -64,7 +64,7 @@ <para>In the past, many bugs were found in this patch. When reporting new bugs to Coreutils maintainers, please check first if they are reproducible without this patch.</para> - </note> --> + </note> <para>Now prepare Coreutils for compilation:</para> diff --git a/patches.ent b/patches.ent index 513dca368..69bb6e5fe 100644 --- a/patches.ent +++ b/patches.ent @@ -25,9 +25,9 @@ <!ENTITY bzip2-docs-patch-size "1.6 KB"> -<!-- <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "791df67d25a45d846c1af4dadf2612c8"> -<!ENTITY coreutils-i18n-patch-size "102 KB"> --> +<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> +<!ENTITY coreutils-i18n-patch-md5 "b84ca96dd7bd1ac858f8d7573c0a4470"> +<!ENTITY coreutils-i18n-patch-size "104 KB"> <!ENTITY coreutils-old-kernel-patch "coreutils-&coreutils-version;-old_build_kernel-1.patch"> <!ENTITY coreutils-old-kernel-patch-md5 "5e8622abe6c6d81901b910383c6fb611"> |