source: BOOK/introduction/common/changelog.xml @ 8368ecd

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 8368ecd was 8368ecd, checked in by Jim Gifford <clfs@…>, 18 years ago

r684@server (orig r682): jim | 2005-11-10 09:29:28 -0800

r727@server: jim | 2005-11-10 09:24:36 -0800
Added note about multilib kernel.


  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog" xreflabel="Master Changelog">
9  <?dbhtml filename="changelog.html"?>
10
11  <title>Master Changelog</title>
12
13  <para>This is version &version; of the Linux From Scratch book, dated
14  &releasedate;. If this book is more than six months old, a newer and better
15  version is probably already available. To find out, please check one of the
16  mirrors via <ulink url="&lfs-root;"/>.</para>
17
18  <para>Below is a list of detailed changes made since the previous release of
19   the book.</para>
20
21  <itemizedlist>
22    <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26    <listitem>
27      <para>Date</para>
28      <itemizedlist>
29        <listitem>
30          <para>[name] - New changelog entry.</para>
31        </listitem>
32        <listitem>
33          <para>[name] - Previous changelog entry.</para>
34        </listitem>
35      </itemizedlist>
36    </listitem>
37-->
38
39    <listitem>
40      <para>November 10, 2005</para>
41      <itemizedlist>
42        <listitem>
43          <para>[jim] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
44        </listitem>
45        <listitem>
46          <para>[jim] - Added text for multilib kernel build requirements.</para>
47        </listitem>
48      </itemizedlist>
49    </listitem>
50
51    <listitem>
52      <para>November 9, 2005</para>
53      <itemizedlist>
54        <listitem>
55          <para>[manuel] - Stop Udev from killing udevd processes on the
56          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
57        </listitem>
58        <listitem>
59          <para>[manuel] - Install the binaries from Less to /usr/bin instead
60          of /bin. Ported from LFS-SVN.</para>
61        </listitem>
62        <listitem>
63          <para>[manuel] - Removed SBUs and disk usage information.</para>
64        </listitem>
65        <listitem>
66          <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
67        </listitem>
68      </itemizedlist>
69    </listitem>
70
71    <listitem>
72      <para>November 8, 2005</para>
73      <itemizedlist>
74        <listitem>
75          <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
76        </listitem>
77      </itemizedlist>
78    </listitem>
79
80    <listitem>
81      <para>November 7, 2005</para>
82      <itemizedlist>
83        <listitem>
84          <para>[manuel] - Remove the optimization related warnings from the
85          toolchain packages. Ported from LFS-SVN.</para>
86        </listitem>
87        <listitem>
88          <para>[manuel] - Install Vim's documentation to <filename
89          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
90          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
91          Ported from LFS-SVN.</para>
92        </listitem>
93        <listitem>
94          <para>[manuel] - Correct the instructions for running the
95          Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
96        </listitem>
97        <listitem>
98          <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
99          cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
100        </listitem>
101      </itemizedlist>
102    </listitem>
103
104    <listitem>
105      <para>November 6, 2005</para>
106      <itemizedlist>
107        <listitem>
108          <para>[jim] - Updated to Coreutils 5.93.</para>
109        </listitem>
110        <listitem>
111          <para>[jim] - Updated to Procps 3.2.6.</para>
112        </listitem>
113        <listitem>
114          <para>[jim] - Updated to Man-Pages 2.13.</para>
115        </listitem>
116      </itemizedlist>
117    </listitem>
118
119    <listitem>
120      <para>November 5, 2005</para>
121      <itemizedlist>
122        <listitem>
123          <para>[jim] - Updated to psmisc 21.8.</para>
124        </listitem>
125      </itemizedlist>
126    </listitem>
127
128    <listitem>
129      <para>November 3, 2005</para>
130      <itemizedlist>
131        <listitem>
132          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
133           Added fixes for dircolors and md5sum also.</para>
134        </listitem>
135      </itemizedlist>
136    </listitem>
137
138    <listitem>
139      <para>October 31, 2005</para>
140      <itemizedlist>
141        <listitem>
142          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
143        </listitem>
144      </itemizedlist>
145    </listitem>
146
147  </itemizedlist>
148
149  <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.