diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-31 06:18:44 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-31 06:18:44 +0000 |
commit | b17cfc8ce96a90e06aececdc2eaa7ce1f20b0704 (patch) | |
tree | ba8c140bed77a3d972939b8d1276a8ea4632d9e5 | |
parent | 6fc6ccf468090c22613262ec68ca105568f0e35a (diff) |
Upgrade Bison to 2.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 730ac9f2d..e1ce593ae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -26,6 +26,7 @@ of the LFS Book.</para> <listitem><para>linux-2.6.10</para></listitem> <listitem><para>man-pages-2.01</para></listitem> <listitem><para>perl-5.8.6</para></listitem> +<listitem><para>sed-2.0</para></listitem> <listitem><para>sysvinit-2.86</para></listitem> <listitem><para>tar-1.15.1</para></listitem> <listitem><para>tcl-8.4.9</para></listitem> @@ -46,6 +47,8 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>December 30th, 2004 [jeremy]: Upgrade Bison to version 2.0</para></listitem> + <listitem><para>December 25th, 2004 [jeremy]: Upgrade to glibc snapshot of 20041220</para></listitem> diff --git a/general.ent b/general.ent index 9153f0604..5b1f523fa 100644 --- a/general.ent +++ b/general.ent @@ -18,7 +18,7 @@ <!ENTITY automake-version "1.9.4"> <!ENTITY bash-version "3.0"> <!ENTITY binutils-version "2.15.94.0.2"> -<!ENTITY bison-version "1.875a"> +<!ENTITY bison-version "2.0"> <!ENTITY bzip2-version "1.0.2"> <!ENTITY coreutils-version "5.2.1"> <!ENTITY dejagnu-version "1.4.4"> |