diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 7 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 13b4c823a..7557b1bd4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-09-17</para> <itemizedlist> <listitem> + <para>[matthew] Upgraded to Bash-4.0-fixes-4.patch. Fixes + <ulink url="&lfs-ticket-root;2484">#2484</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgraded to Linux-2.6.31. Fixes <ulink url="&lfs-ticket-root;2485">#2485</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 4ba72ee88..4ec15d835 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -211,6 +211,10 @@ <title>Added:</title> <listitem> + <para>bash-4.0-fixes-4.patch</para> + </listitem> + + <listitem> <para>coreutils-7.6-i18n-1.patch</para> </listitem> @@ -224,6 +228,9 @@ <title>Removed:</title> <listitem> + <para>bash-4.0-fixes-3.patch</para> + </listitem> + <listitem> <para>coreutils-7.5-i18n-1.patch</para> </listitem> diff --git a/patches.ent b/patches.ent index 4838391dc..80918480c 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,9 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> -<!ENTITY bash-fixes-patch-md5 "0f4c4e68cc11088e7136def4adba82c7"> -<!ENTITY bash-fixes-patch-size "40 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch"> +<!ENTITY bash-fixes-patch-md5 "1712950349a705dabedef6c920422011"> +<!ENTITY bash-fixes-patch-size "43 KB"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> |