aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-11 21:40:01 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2005-12-11 21:40:01 +0000
commit24755341b7c56231f48c248cee03276d5a947016 (patch)
tree72953a5da99cfc0d89f59fd9fff36d8e79f93921 /chapter01
parent49ff2b25467a2956312ec928056c70b083aba14d (diff)
Upgrade to bash-3.1. Fix Tcl to work with the new Bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ddc9d0caf..33cae6b81 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -27,7 +27,7 @@ First a summary, then a detailed log.</para>
<itemizedlist>
<!-- <listitem><para>Autoconf &autoconf-version;</para></listitem> -->
<listitem><para>Automake &automake-version;</para></listitem>
-<!-- <listitem><para>Bash &bash-version;</para></listitem> -->
+<listitem><para>Bash &bash-version;</para></listitem>
<listitem><para>Binutils &binutils-version;</para></listitem>
<listitem><para>Bison &bison-version;</para></listitem>
<!-- <listitem><para>Bzip2 &bzip2-version;</para></listitem> -->
@@ -114,6 +114,11 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to
+work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer
+for the fix.</para>
+</listitem>
+
<listitem><para>December 11, 2005 [jhuntwork]: Changed variable used in readline for linking
in ncurses. Thanks to Alexander Patrakov for the fix.</para>
</listitem>