浏览代码

o Upgraded to bison-1.75, sed-4.0.
o Moved m4 before bison to meet its dependency.
o Fixed the date, I'm suprised nobody noticed it :)


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Timothy Bauscher 23 年之前
父节点
当前提交
b42fa0137e
共有 5 个文件被更改,包括 12 次插入7 次删除
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/chapter06.xml
  3. 2 2
      entities/bison.ent
  4. 2 2
      entities/sed.ent
  5. 2 2
      index.xml

+ 5 - 0
chapter01/changelog.xml

@@ -10,6 +10,7 @@
 <itemizedlist>
 <listitem><para>autoconf-2.54</para></listitem>
 <listitem><para>automake-1.7.1</para></listitem>
+<listitem><para>bison-1.75</para></listitem>
 <listitem><para>e2fsprogs-1.29</para></listitem>
 <listitem><para>groff-1.18.1</para></listitem>
 <listitem><para>kbd-1.08</para></listitem>
@@ -20,6 +21,7 @@
 <listitem><para>ncurses-5.3</para></listitem>
 <listitem><para>procps-3.0.4</para></listitem>
 <listitem><para>psmisc-21.2</para></listitem>
+<listitem><para>sed-4.0</para></listitem>
 <listitem><para>util-linux-2.11w</para></listitem>
 </itemizedlist>
 </para></listitem>
@@ -39,6 +41,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>October 23rd, 2002 [timothy]: Upgraded to bison-1.75,
+sed-4.0. Moved m4 before bison to meet its dependency.</para></listitem>
+
 <listitem><para>October 21st, 2002 [timothy]: Chapter 06 - Linux-2.4.19:
 Replaced <userinput>mkdir /usr/include/asm</userinput> and
 <userinput>cp</userinput> command with

+ 1 - 1
chapter06/chapter06.xml

@@ -21,6 +21,7 @@
 &c6-gawk;
 &c6-ncurses;
 &c6-vim;
+&c6-m4;
 &c6-bison;
 &c6-less;
 &c6-groff;
@@ -34,7 +35,6 @@
 &c6-nettools;
 &c6-perl;
 &c6-linuxthreadsmanpages;
-&c6-m4;
 &c6-texinfo;
 &c6-autoconf;
 &c6-automake;

+ 2 - 2
entities/bison.ent

@@ -8,10 +8,10 @@
 <!ENTITY aa-bison-dep SYSTEM "../appendixa/bison-dep.xml">
 <!ENTITY aa-bison-down SYSTEM "../appendixa/bison-down.xml">
 
-<!ENTITY bison-version "1.35">
+<!ENTITY bison-version "1.75">
 <!ENTITY bison-depversion "1.31">
 <!ENTITY bison-contversion "1.35">
-<!ENTITY bison-size "613 KB">
+<!ENTITY bison-size "755 KB">
 <!ENTITY bison-dir "bison-&bison-version;">
 <!ENTITY bison-package "bison-&bison-version;.tar.bz2">
 

+ 2 - 2
entities/sed.ent

@@ -11,10 +11,10 @@
 <!ENTITY aa-sed-dep SYSTEM "../appendixa/sed-dep.xml">
 <!ENTITY aa-sed-down SYSTEM "../appendixa/sed-down.xml">
 
-<!ENTITY sed-version "3.02">
+<!ENTITY sed-version "4.0">
 <!ENTITY sed-depversion "3.02">
 <!ENTITY sed-contversion "3.02">
-<!ENTITY sed-size "221 KB">
+<!ENTITY sed-size "488 KB">
 <!ENTITY sed-package "sed-&sed-version;.tar.bz2">
 <!ENTITY sed-dir "sed-&sed-version;">
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20021022">
-<!ENTITY releasedate "October 22st, 2002">
+<!ENTITY version "20021023">
+<!ENTITY releasedate "October 23rd, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">