source: introduction/common/changelog.xml @ e28185b

Last change on this file since e28185b was e28185b, checked in by Jim Gifford <clfs@…>, 18 years ago

r713@server (orig r711): jim | 2005-11-17 13:42:43 -0800

r778@server: jim | 2005-11-17 13:40:59 -0800
Updated to man-pages 2.14


  • Property mode set to 100644
File size: 5.7 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 17, 2005</para>
41      <itemizedlist>
42        <listitem>
43          <para>[jim] - Update to Man-Pages 2.14.</para>
44        </listitem>
45      </itemizedlist>
46    </listitem>
47
48    <listitem>
49      <para>November 13, 2005</para>
50      <itemizedlist>
51        <listitem>
52          <para>[manuel] - Improve the heuristic for determining a locale that
53          is supported by both Glibc and packages outside LFS. Ported from
54          LFS-SVN.</para>
55        </listitem>
56        <listitem>
57          <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
58          as make runs it automatically. Ported from LFS-SVN.</para>
59        </listitem>
60        <listitem>
61          <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
62        </listitem>
63        <listitem>
64          <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
65        </listitem>
66      </itemizedlist>
67    </listitem>
68
69    <listitem>
70      <para>November 10, 2005</para>
71      <itemizedlist>
72        <listitem>
73          <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
74          testsuite. Ported from LFS-SVN.</para>
75        </listitem>
76        <listitem>
77          <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
78        </listitem>
79        <listitem>
80          <para>[jim] - Added text for multilib kernel build requirements.</para>
81        </listitem>
82      </itemizedlist>
83    </listitem>
84
85    <listitem>
86      <para>November 9, 2005</para>
87      <itemizedlist>
88        <listitem>
89          <para>[manuel] - Stop Udev from killing udevd processes on the
90          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
91        </listitem>
92        <listitem>
93          <para>[manuel] - Install the binaries from Less to /usr/bin instead
94          of /bin. Ported from LFS-SVN.</para>
95        </listitem>
96        <listitem>
97          <para>[manuel] - Removed SBUs and disk usage information.</para>
98        </listitem>
99        <listitem>
100          <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
101        </listitem>
102      </itemizedlist>
103    </listitem>
104
105    <listitem>
106      <para>November 8, 2005</para>
107      <itemizedlist>
108        <listitem>
109          <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
110        </listitem>
111      </itemizedlist>
112    </listitem>
113
114    <listitem>
115      <para>November 7, 2005</para>
116      <itemizedlist>
117        <listitem>
118          <para>[manuel] - Remove the optimization related warnings from the
119          toolchain packages. Ported from LFS-SVN.</para>
120        </listitem>
121        <listitem>
122          <para>[manuel] - Install Vim's documentation to <filename
123          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
124          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
125          Ported from LFS-SVN.</para>
126        </listitem>
127        <listitem>
128          <para>[manuel] - Correct the instructions for running the
129          Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
130        </listitem>
131        <listitem>
132          <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
133          cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
134        </listitem>
135      </itemizedlist>
136    </listitem>
137
138    <listitem>
139      <para>November 6, 2005</para>
140      <itemizedlist>
141        <listitem>
142          <para>[jim] - Updated to Coreutils 5.93.</para>
143        </listitem>
144        <listitem>
145          <para>[jim] - Updated to Procps 3.2.6.</para>
146        </listitem>
147        <listitem>
148          <para>[jim] - Updated to Man-Pages 2.13.</para>
149        </listitem>
150      </itemizedlist>
151    </listitem>
152
153    <listitem>
154      <para>November 5, 2005</para>
155      <itemizedlist>
156        <listitem>
157          <para>[jim] - Updated to psmisc 21.8.</para>
158        </listitem>
159      </itemizedlist>
160    </listitem>
161
162    <listitem>
163      <para>November 3, 2005</para>
164      <itemizedlist>
165        <listitem>
166          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
167           Added fixes for dircolors and md5sum also.</para>
168        </listitem>
169      </itemizedlist>
170    </listitem>
171
172    <listitem>
173      <para>October 31, 2005</para>
174      <itemizedlist>
175        <listitem>
176          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
177        </listitem>
178      </itemizedlist>
179    </listitem>
180
181  </itemizedlist>
182
183  <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.