diff options
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> |