aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 23:25:21 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 23:25:21 +0000
commita77c2ca28e6b209ac10351cc8ca173009a6129eb (patch)
tree2691b9cf5964803fed4de33229e5a273a80a8148 /chapter01
parent8f85ee87ae2ee028b3bf10bb0521b0f94fcf36d2 (diff)
upgraded to latest tar, findutils and gzip
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5e3256ea1..36b8de49a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -12,11 +12,13 @@
<listitem><para>bash-2.05b</para></listitem>
<listitem><para>e2fsprogs-1.33</para></listitem>
<listitem><para>file-4.02</para></listitem>
+<listitem><para>findutils-4.1.7</para></listitem>
<listitem><para>gawk-3.1.2</para></listitem>
<listitem><para>gcc-3.2.3</para></listitem>
<listitem><para>glibc-2.3.2</para></listitem>
<listitem><para>grep-2.5.1</para></listitem>
<listitem><para>groff-1.19</para></listitem>
+<listitem><para>gzip-1.3.5</para></listitem>
<listitem><para>less-381</para></listitem>
<listitem><para>libtool-1.5</para></listitem>
<listitem><para>man-1.5l</para></listitem>
@@ -29,6 +31,7 @@
<listitem><para>procps-3.1.8.patch</para></listitem>
<listitem><para>sed-4.0.7</para></listitem>
<listitem><para>sysvinit-2.85</para></listitem>
+<listitem><para>tar-1.13.25</para></listitem>
<listitem><para>texinfo-4.5</para></listitem>
<listitem><para>util-linux-2.11z</para></listitem>
</itemizedlist>
@@ -74,6 +77,13 @@
<listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Basic Network: Added
$(hostname) to /etc/hosts, without it perl's test doesn't pass.</para></listitem>
+<listitem><para>May 12th, 2003 [gerard]: Chapter 06 - Installing GCC:
+Don't try to remove /usr/include/libiberty.h. It isn't installed in the
+first place.</para></listitem>
+
+<listitem><para>May 12th, 2003 [winkie]: Upgraded to findutils-4.1.7,
+gzip-1.3.5, and tar-1.13.25.</para></listitem>
+
<listitem><para>May 12th, 2003 [winkie]: Chapter 05 - Installing Perl:
Add extra commands to build certain modules into Perl. This is to
accomadate the Coreutils "make check". Partially fixes bug #528.</para></listitem>