diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-22 21:58:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-05-22 21:58:06 +0000 |
commit | ff8773db8e18678005461e1e17cd3df839bc8fb5 (patch) | |
tree | 71db2cb81998d35184488393e6fd1937828bca59 /chapter01 | |
parent | d93bdd1e252180cc619b8eba3d75cfdf2b31edb4 (diff) |
Upgrade to Bison-2.5. Fixes #2875.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8a2798d15..551dedfcb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-05-22</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Bison-2.5. Fixes + <ulink url="&lfs-ticket-root;2875">#2875</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-05-15</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 04107fa36..b2ed4d047 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -46,9 +46,9 @@ <!--<listitem> <para>Binutils &binutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Bison &bison-version;</para> - </listitem> --> + </listitem> <!--<listitem> <para>Bzip2 &bzip2-version;</para> </listitem>--> |