source: chapter01/changelog.xml@ c2133bc

Last change on this file since c2133bc was c2133bc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Upgraded to DocBook 4.4 DTD

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scatter-changelog" condition="html">
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 changes made since the previous release of the book,
16first a summary, then a detailed log.</para>
17
18<itemizedlist>
19
20<listitem><para>Upgraded to:</para>
21<itemizedlist>
22<listitem><para>Automake 1.9.3</para></listitem>
23<listitem><para>Binutils 2.15.94.0.2</para></listitem>
24<listitem><para>File 4.12</para></listitem>
25<listitem><para>Findutils 4.2.3</para></listitem>
26<listitem><para>GCC 3.4.2</para></listitem>
27<listitem><para>Glibc 20041011</para></listitem>
28<listitem><para>Grep 2.5.1a</para></listitem>
29<listitem><para>Iana-Etc 1.03</para></listitem>
30<listitem><para>Iproute2 2.6.9-041019</para></listitem>
31<listitem><para>LFS-Bootscripts 2.2.3</para></listitem>
32<listitem><para>Libtool 1.5.10</para></listitem>
33<listitem><para>Linux 2.6.9</para></listitem>
34<listitem><para>Linux-libc-headers 2.6.9.1</para></listitem>
35<listitem><para>Man 1.5o1</para></listitem>
36<listitem><para>Man-pages 1.70</para></listitem>
37<listitem><para>Module-init-tools 3.1</para></listitem>
38<listitem><para>Procps 3.2.4</para></listitem>
39<listitem><para>Shadow 4.0.6</para></listitem>
40<listitem><para>Tcl 8.4.8</para></listitem>
41<listitem><para>Udev 046</para></listitem>
42<listitem><para>Util-linux 2.12i</para></listitem>
43<listitem><para>Zlib 1.2.2</para></listitem>
44</itemizedlist>
45</listitem>
46
47<listitem><para>Added:</para>
48<itemizedlist>
49<listitem><para>bash-3.0-fixes-1.patch</para></listitem>
50<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
51<listitem><para>Hotplug 2004_09_23</para></listitem>
52<listitem><para>Libol 0.3.14</para></listitem>
53<listitem><para>Syslog-ng 1.6.5</para></listitem>
54</itemizedlist>
55</listitem>
56
57<listitem><para>Removed:</para>
58<itemizedlist>
59<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
60<listitem><para>Sysklogd 1.4.1</para></listitem>
61<listitem><para>util-linux-2.12b-sfdisk-1.patch</para></listitem>
62<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
63</itemizedlist>
64</listitem>
65
66<listitem><para>January 5, 2005 [jeremy]: Minor textual correction in network
67configuration, since iproute will not recognize the old eth0:1 format for
68ip aliasing. Closes bug 1013.</para></listitem>
69
70<listitem><para>January 5, 2005 [jeremy]: Added the --disable-selinux parameter
71to Ch 5 glibc. Allows building from hosts which use SELinux functionality,
72like Fedora Core 3</para></listitem>
73
74<listitem><para>December 25, 2004 [jeremy]: Added text suggested by MSB,
75closing Bug 943</para></listitem>
76
77<listitem><para>December 25, 2004 [jeremy]: Upgraded binutils to 2.14.94.0.2 -
78should fix the TLS strip issue that's been seen, at least on X86</para></listitem>
79
80<listitem><para>December 22, 2004 [manuel]: Readded to chapter09/reboot.xml a para lost
81from version 5.1.</para></listitem>
82
83<listitem><para>December 20, 2004 [manuel]: Made Grub's configuration location
84FHS compliant.</para></listitem>
85
86<listitem><para>December 19, 2004 [manuel]: Added the irc.lfs-matrix.de IRC server.</para></listitem>
87
88<listitem><para>December 5, 2004 [jeremy]: Added the DOCBOOKTOMAN parameter
89to Module-init-utils - without this, compilation fails. Thanks Boris Buegling</para></listitem>
90
91<listitem><para>December 2, 2004 [jeremy]: Removed the old display_wrap bash
92patch, in favor of the newer fixes patch, and added the avoid_WCONTINUED
93patch as well</para></listitem>
94
95<listitem><para>December 2, 2004 [jeremy]: Upgraded to TCL 8.4.8, Grep 2.5.1a
96Util-linux 2.12i, Iana-etc 1.03, File 4.12, Module-init-tools 3.1, Procps 3.2.4
97</para></listitem>
98
99<listitem><para>December 2, 2004 [jeremy]: Migrated change from unstable to
100build Glibc against sanitized linux-libc-headers instead of raw kernel headers,
101bringing us more in line with what the kernel developers think should be
102happening.</para></listitem>
103
104<listitem><para>December 1, 2004 [jeremy]: Dropped Udev from being built in
105Chapter 5, in favor of creating a minimal set of devices at the beginning
106of Chapter 6. All devices are created after the installation of Udev near
107the end of Chapter 6</para></listitem>
108
109<listitem><para>December 1, 2004 [jeremy]: Upgraded to Automake 1.9.3,
110Binutils 2.15.92.0.2, Findutils 4.2.3, GCC 3.4.2, Glibc 20041011, Iana-Etc 1.02
111Iproute2 2.6.9-041019, LFS-Bootscripts 2.2.3, Libtool 1.5.10, Linux 2.6.9
112Linux-libc-headers 2.6.9.1, Man 1.5o1, Man-pages 1.70, Shadow 4.0.6,
113Udev 046, Zlib 1.2.2, Hotplug 2004_09_23, Libol 0.3.14, Syslog-ng 1.6.5</para></listitem>
114
115</itemizedlist>
116
117<para>Branch frozen for LFS 6.0 as of October 10, 2004</para>
118
119</sect1>
Note: See TracBrowser for help on using the repository browser.