diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2008-02-19 19:54:40 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2008-02-19 19:54:40 +0000 |
commit | e577c86e71cb6a9614b468e3afeef9602176ad6b (patch) | |
tree | d29e617ee0b06ac7466082a679c30f0d37eb1ea4 /chapter01 | |
parent | af0957437368a877bdc4357b3844f53247e08164 (diff) |
Upgrade grep to 2.5.3, fixes #2054.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 335e6a7d3..6f3a3a0e5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2008-02-19</para> + <itemizedlist> + <listitem> + <para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix + for automated builds.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-02-17</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 2aa41ea56..5914dbdb5 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -86,9 +86,9 @@ <listitem> <para>Glibc &glibc-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Grep &grep-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Groff &groff-version;</para> </listitem>--> @@ -213,6 +213,14 @@ </listitem> <listitem> + <para>&grep-debian-patch;</para> + </listitem> + + <listitem> + <para>&grep-fixes-patch;</para> + </listitem> + + <listitem> <para>&readline-fixes-patch;</para> </listitem> @@ -246,6 +254,10 @@ </listitem> <listitem> + <para>grep-2.5.1-redhat_fixes-2.patch</para> + </listitem> + + <listitem> <para>man-db-2.4.4-fixes-1.patch</para> </listitem> |