Changeset a6445cf for chapter01


Ignore:
Timestamp:
10/22/2002 03:06:05 AM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8d34b0d
Parents:
254cec28
Message:

o Upgraded to automake-1.7.1, modutils-2.4.21, man-pages-1.53,

kbd-1.08, util-linux-2.11w, autoconf-2.54, e2fsprogs-1.29,
groff-1.18.1, psmisc-21.2, less-378, procps-3.0.4, make-3.80,
ncurses-5.3.

o Added libtool-1.4.2.patch
o Added findutils-4.1-segfault.patch
o Replaced mkdir ... with cp -HR.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r254cec28 ra6445cf  
    66
    77<itemizedlist>
     8
     9<listitem><para>Upgraded to:
     10<itemizedlist>
     11<listitem><para>autoconf-2.54</para></listitem>
     12<listitem><para>automake-1.7.1</para></listitem>
     13<listitem><para>e2fsprogs-1.29</para></listitem>
     14<listitem><para>groff-1.18.1</para></listitem>
     15<listitem><para>kbd-1.08</para></listitem>
     16<listitem><para>less-378</para></listitem>
     17<listitem><para>make-3.80</para></listitem>
     18<listitem><para>man-pages-1.53</para></listitem>
     19<listitem><para>modutils-2.4.21</para></listitem>
     20<listitem><para>ncurses-5.3</para></listitem>
     21<listitem><para>procps-3.0.4</para></listitem>
     22<listitem><para>psmisc-21.2</para></listitem>
     23<listitem><para>util-linux-2.11w</para></listitem>
     24</itemizedlist>
     25</para></listitem>
     26
     27<listitem><para>Added:
     28<itemizedlist>
     29<listitem><para>findutils-4.1-segfault.patch</para></listitem>
     30<listitem><para>libtool-1.4.2.patch</para></listitem>
     31</itemizedlist>
     32</para></listitem>
     33
     34<listitem><para>Removed:
     35<itemizedlist>
     36<listitem><para>ncurses-5.2-2.patch</para></listitem>
     37</itemizedlist>
     38</para></listitem>
     39
     40<listitem><para>October 21st, 2002 [timothy]: Chapter 06 - Linux-2.4.19:
     41Replaced <userinput>mkdir /usr/include/asm</userinput> and
     42<userinput>cp</userinput> command with
     43<userinput>cp -HR</userinput>.</para></listitem>
     44
     45<listitem><para>October 21st, 2002 [timothy]: Added findutils-4.1-segfault.patch
     46to fix a segfault in locate when it encounters a very long path
     47name.</para></listitem>
     48
     49<listitem><para>October 21st, 2002 [timothy]: Added libtool-1.4.2.patch to fix
     50an incompatibility between Autoconf 2.53 and Libtool 1.4.x.</para></listitem>
     51
     52<listitem><para>October 21st, 2002 [timothy]: Upgraded to automake-1.7.1,
     53modutils-2.4.21, man-pages-1.53, kbd-1.08, util-linux-2.11w, autoconf-2.54,
     54e2fsprogs-1.29, groff-1.18.1, psmisc-21.2, less-378, procps-3.0.4,
     55make-3.80, ncurses-5.3.</para></listitem>
    856
    957<listitem><para>October 20th, 2002 [timothy]: Uncompressed
Note: See TracChangeset for help on using the changeset viewer.