source: chapter01/changelog.xml@ b3268eb

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.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 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
Last change on this file since b3268eb was b3268eb, checked in by Jeremy Utley <jeremy@…>, 20 years ago

Corrected binutils patch error in chapter 6 - thanks Robert Connolly

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

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scatter-changelog" condition="no-print">
7<title>Changelog</title>
8<?dbhtml filename="changelog.html"?>
9
10<para>This is version &version; of the Linux From Scratch book, dated
11&releasedate;. If this book is more than two months old, a newer and better
12version is probably already available. To find out, please check one of the
13mirrors via <ulink url="&lfs-root;"/>.</para>
14
15<para>Below is a list of differences between the Testing and Unstable versions
16of the LFS Book.</para>
17
18<itemizedlist>
19
20<listitem><para>Upgraded to:</para>
21<itemizedlist>
22<listitem><para>binutils-2.15.94.0.1</para></listitem>
23<listitem><para>findutils-4.2.9</para></listitem>
24<listitem><para>gcc-3.4.3</para></listitem>
25<listitem><para>glibc-20041122</para></listitem>
26<listitem><para>perl-5.8.6</para></listitem>
27<listitem><para>util-linux-2.12j</para></listitem>
28</itemizedlist>
29</listitem>
30
31<listitem><para>Added:</para>
32<itemizedlist>
33<listitem><para>binutils-2.15.94.0.1-fix_strip-1.patch</para></listitem>
34</itemizedlist>
35</listitem>
36
37<!--
38<listitem><para>Removed:</para>
39<itemizedlist>
40</itemizedlist>
41</listitem>
42-->
43
44<listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6
45binutils, causing the patch name to be split on 2 lines. Thanks Robert
46Connolly!</para></listitem>
47
48<listitem><para>December 6th, 2004 [jim]: Fixes a few typo's done by me.
49Added a patch for IPRoute2 to fix usage with the newer findutils.
50Updated Readline and Zlib library location changes.
51Bumped findutils to 4.2.9 and util-linux 2.12j.
52Used the same methodology used on zlib and readline on shadow.</para></listitem>
53
54<listitem><para>December 4th, 2004 [jeremy]: Added binutils fix_strip patch</para></listitem>
55
56<listitem><para>December 3rd, 2004 [jim]: Changed readline and zlib instructions
57to use --libdir for the libraries. Bumped perl to 5.8.6. Corrected wording in
58readline.</para></listitem>
59
60<listitem><para>December 1st, 2004 [jeremy]: Minor entity revisions in the XML
61sources, patch courtesy of Boris Buegling.</para></listitem>
62
63<listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
64
65</itemizedlist>
66
67</sect1>
Note: See TracBrowser for help on using the repository browser.