aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-04-12 02:03:46 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-04-12 02:03:46 +0000
commitab96e0e3c89ce66b38cce3f0ed3bfede64e3e734 (patch)
treec4ba7ed6b901c27746b7614f0018b6e6a495d07e
parentf6abc2a4e1891e779fb5f74a36163635d91685a4 (diff)
Update bash-3.1-fixes patch. (Ticket 1758)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--general.ent4
-rw-r--r--patches.ent2
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0ec8d5f77..9e8b0bc0a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>April 11, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Updated bash-3.1 patch. (Ticket 1758)</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 6, 2006</para>
<itemizedlist>
<listitem>
diff --git a/general.ent b/general.ent
index fbeed2bb2..b5ee4559f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060406">
-<!ENTITY releasedate "April 06, 2006">
+<!ENTITY version "SVN-20060411">
+<!ENTITY releasedate "April 11, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/patches.ent b/patches.ent
index c960066bd..07ff10904 100644
--- a/patches.ent
+++ b/patches.ent
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Start of Common Patches -->
-<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-6.patch">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-7.patch">
<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">