diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index edeb6682f..daffb7d4c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2012-11-03</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Bash-4.2.39. Fixes + <ulink url="&lfs-ticket-root;3217">#3217</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-11-02</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index f66a6db4a..9eb0f7746 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20121102"> -<!ENTITY releasedate "November 2, 2012"> +<!ENTITY version "SVN-20121103"> +<!ENTITY releasedate "November 3, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 968ca6537..ae9e2ecd5 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,9 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch"> -<!ENTITY bash-fixes-patch-md5 "db330dd98d829792aca1b463ba47d63b"> -<!ENTITY bash-fixes-patch-size "53 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-10.patch"> +<!ENTITY bash-fixes-patch-md5 "739056302cfbb5675ceb87b29cd898e5"> +<!ENTITY bash-fixes-patch-size "54 KB"> <!ENTITY binutils-build-patch "binutils-&binutils-version;-build_fix-1.patch"> |