diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-03 11:36:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-03 11:36:23 +0000 |
commit | 2a8f0979ff164942982abb42fe1f3c8a367e67d1 (patch) | |
tree | 191afe35d0fe8d9d43cbcb87c6af98c9ff7671d8 | |
parent | 0da73b6b5bd3df300fd761a11a09048d62fca009 (diff) |
Upgrade to Bash-4.2.39. Fixes #3217.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10034 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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"> |