diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:06:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-28 22:06:22 +0000 |
commit | 6e786a29d580f47935d4fdda35b1f58a12f2cb7f (patch) | |
tree | 9ae7c25c41e571d117da17d372641c12c2e78f3d /chapter01 | |
parent | e88ab625423d1b2f6602db75fbaac0b45f9d493c (diff) |
Upgrade to Bash-3.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 44c54b6cc..692964a83 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2006-10-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Bash-3.2, including dropping the current + "fixes" patch and adding a patch from upstream that fixes a + bug when parsing comments.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Automake-1.10.</para> </listitem> </itemizedlist> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 4e3900cef..ed343842a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -28,9 +28,9 @@ <listitem> <para>Automake &automake-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Bash &bash-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Berkeley DB &db-version;</para> </listitem>--> @@ -202,6 +202,9 @@ <title>Added:</title> <listitem> + <para>&bash-comment-patch;</para> + </listitem> + <listitem> <para>&linux-unifdef-patch;</para> </listitem> <listitem> @@ -213,6 +216,9 @@ <title>Removed:</title> <listitem> + <para>bash-3.1-fixes-8.patch </para> + </listitem> + <listitem> <para>glibc-2.3.6-inotify-1.patch </para> </listitem> <listitem> |