source: introduction/common/changelog.xml @ c5f362fc

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

r860@server (orig r858): jim | 2005-12-06 19:51:30 -0800

r991@server: jim | 2005-12-06 19:48:23 -0800
Updated to Findutils 4.2.27


  • Property mode set to 100644
File size: 11.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>December 6, 2005</para>
41      <itemizedlist>
42        <listitem>
43          <para>[jim] - Upgraded to Glibc 20051107.</para>
44        </listitem>
45        <listitem>
46          <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
47        </listitem>
48        <listitem>
49          <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
50        </listitem>
51        <listitem>
52          <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
53                correct the date in changelog.</para>
54        </listitem>
55        <listitem>
56          <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
57          for livecd builders to not loose valueable build time, if something goes
58          wrong.</para>
59        </listitem>
60        <listitem>
61          <para>[jim] - Upgraded to Findutils 4.2.27.</para>
62        </listitem>
63      </itemizedlist>
64    </listitem>
65
66    <listitem>
67      <para>December 5, 2005</para>
68      <itemizedlist>
69        <listitem>
70          <para>[Matt Darcy] - Updated the resources page to include reference and base
71                instructions on using the LFS pastebin</para>
72        </listitem>
73        <listitem>
74          <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
75        </listitem>
76        <listitem>
77          <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
78                user error system. This change will will need to be validated by
79                by other devs</para>
80        </listitem>
81        <listitem>
82          <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
83                testsuite doesn't bail out when testing generate-modprobe.conf.</para>
84        </listitem>
85      </itemizedlist>
86    </listitem>
87
88    <listitem>
89      <para>December 3, 2005</para>
90      <itemizedlist>
91        <listitem>
92          <para>[ken] - Reference a home directory for dummy user when testing
93          coreutils, and correct sed 'man page' to 'HTML documentation', both
94          from LFS.</para>
95        </listitem>
96      </itemizedlist>
97    </listitem>
98
99    <listitem>
100      <para>December 2, 2005</para>
101      <itemizedlist>
102        <listitem>
103          <para>[jim] - Updated to Man-Pages 2.16.</para>
104        </listitem>
105      </itemizedlist>
106    </listitem>
107
108    <listitem>
109      <para>December 1, 2005</para>
110      <itemizedlist>
111        <listitem>
112          <para>[jim] - Updated to Linux 2.6.14.3.</para>
113        </listitem>
114        <listitem>
115          <para>[jim] - Updated to Man-Pages 2.15.</para>
116        </listitem>
117        <listitem>
118          <para>[jim] - Updated to Udev 076.</para>
119        </listitem>
120        <listitem>
121          <para>[jim] - Added support for Sparc v8 and below.</para>
122        </listitem>
123      </itemizedlist>
124    </listitem>
125
126   <listitem>
127      <para>November 30, 2005</para>
128      <itemizedlist>
129        <listitem>
130          <para>[jim] - Text updates to final-system.</para>
131        </listitem>
132        <listitem>
133          <para>[jim] - Text updates to temp-tools.</para>
134        </listitem>
135      </itemizedlist>
136    </listitem>
137
138   <listitem>
139      <para>November 29, 2005</para>
140      <itemizedlist>
141        <listitem>
142          <para>[jim] - Text updates to chroot.</para>
143        </listitem>
144        <listitem>
145          <para>[jim] - Text updates to boot.</para>
146        </listitem>
147      </itemizedlist>
148    </listitem>
149
150   <listitem>
151      <para>November 28, 2005</para>
152      <itemizedlist>
153        <listitem>
154          <para>[jim] - Text updates to glibc in all sections.</para>
155        </listitem>
156        <listitem>
157          <para>[jim] - Text updates to temp-system.</para>
158        </listitem>
159        <listitem>
160          <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
161        </listitem>
162      </itemizedlist>
163    </listitem>
164
165   <listitem>
166      <para>November 27, 2005</para>
167      <itemizedlist>
168        <listitem>
169          <para>[jim] - Text updates to gcc in all sections.</para>
170        </listitem>
171        <listitem>
172          <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
173        </listitem>
174      </itemizedlist>
175    </listitem>
176
177   <listitem>
178      <para>November 25, 2005</para>
179      <itemizedlist>
180        <listitem>
181          <para>[jim] - Text updates to binutils in all sections.</para>
182        </listitem>
183      </itemizedlist>
184    </listitem>
185
186    <listitem>
187      <para>November 24, 2005</para>
188      <itemizedlist>
189        <listitem>
190          <para>[Matt Darcy] - Text updates to resources page </para>
191        </listitem>
192        <listitem>
193          <para>[Matt Darcy] - Updated reference to LFS news server to reflect
194          that it no longer exists</para>
195        </listitem>
196      </itemizedlist>
197    </listitem>
198
199    <listitem>
200      <para>November 23, 2005</para>
201      <itemizedlist>
202        <listitem>
203          <para>[jim] - For inetutils to utilize the Ncurses headers in
204          /tools/include.</para>
205        </listitem>
206      </itemizedlist>
207    </listitem>
208
209    <listitem>
210      <para>November 21, 2005</para>
211      <itemizedlist>
212        <listitem>
213          <para>[jim] - Updated to Udev 075.</para>
214        </listitem>
215        <listitem>
216          <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
217        </listitem>
218      </itemizedlist>
219    </listitem>
220
221    <listitem>
222      <para>November 20, 2005</para>
223      <itemizedlist>
224        <listitem>
225          <para>[jim] - Updated to Findutils 4.2.26.</para>
226        </listitem>
227      </itemizedlist>
228    </listitem>
229
230    <listitem>
231      <para>November 18, 2005</para>
232      <itemizedlist>
233        <listitem>
234          <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
235          package.</para>
236        </listitem>
237      </itemizedlist>
238    </listitem>
239
240    <listitem>
241      <para>November 17, 2005</para>
242      <itemizedlist>
243        <listitem>
244          <para>[jim] - Update to Man-Pages 2.14.</para>
245        </listitem>
246        <listitem>
247          <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
248          Architecture. New Patch added.</para>
249        </listitem>
250        <listitem>
251          <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
252        </listitem>
253      </itemizedlist>
254    </listitem>
255
256    <listitem>
257      <para>November 13, 2005</para>
258      <itemizedlist>
259        <listitem>
260          <para>[manuel] - Improve the heuristic for determining a locale that
261          is supported by both Glibc and packages outside LFS. Ported from
262          LFS-SVN.</para>
263        </listitem>
264        <listitem>
265          <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
266          as make runs it automatically. Ported from LFS-SVN.</para>
267        </listitem>
268        <listitem>
269          <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
270        </listitem>
271        <listitem>
272          <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
273        </listitem>
274      </itemizedlist>
275    </listitem>
276
277    <listitem>
278      <para>November 10, 2005</para>
279      <itemizedlist>
280        <listitem>
281          <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
282          testsuite. Ported from LFS-SVN.</para>
283        </listitem>
284        <listitem>
285          <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
286        </listitem>
287        <listitem>
288          <para>[jim] - Added text for multilib kernel build requirements.</para>
289        </listitem>
290      </itemizedlist>
291    </listitem>
292
293    <listitem>
294      <para>November 9, 2005</para>
295      <itemizedlist>
296        <listitem>
297          <para>[manuel] - Stop Udev from killing udevd processes on the
298          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
299        </listitem>
300        <listitem>
301          <para>[manuel] - Install the binaries from Less to /usr/bin instead
302          of /bin. Ported from LFS-SVN.</para>
303        </listitem>
304        <listitem>
305          <para>[manuel] - Removed SBUs and disk usage information.</para>
306        </listitem>
307        <listitem>
308          <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
309        </listitem>
310      </itemizedlist>
311    </listitem>
312
313    <listitem>
314      <para>November 8, 2005</para>
315      <itemizedlist>
316        <listitem>
317          <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
318        </listitem>
319      </itemizedlist>
320    </listitem>
321
322    <listitem>
323      <para>November 7, 2005</para>
324      <itemizedlist>
325        <listitem>
326          <para>[manuel] - Remove the optimization related warnings from the
327          toolchain packages. Ported from LFS-SVN.</para>
328        </listitem>
329        <listitem>
330          <para>[manuel] - Install Vim's documentation to <filename
331          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
332          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
333          Ported from LFS-SVN.</para>
334        </listitem>
335        <listitem>
336          <para>[manuel] - Correct the instructions for running the
337          Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
338        </listitem>
339        <listitem>
340          <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
341          cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
342        </listitem>
343      </itemizedlist>
344    </listitem>
345
346    <listitem>
347      <para>November 6, 2005</para>
348      <itemizedlist>
349        <listitem>
350          <para>[jim] - Updated to Coreutils 5.93.</para>
351        </listitem>
352        <listitem>
353          <para>[jim] - Updated to Procps 3.2.6.</para>
354        </listitem>
355        <listitem>
356          <para>[jim] - Updated to Man-Pages 2.13.</para>
357        </listitem>
358      </itemizedlist>
359    </listitem>
360
361    <listitem>
362      <para>November 5, 2005</para>
363      <itemizedlist>
364        <listitem>
365          <para>[jim] - Updated to psmisc 21.8.</para>
366        </listitem>
367      </itemizedlist>
368    </listitem>
369
370    <listitem>
371      <para>November 3, 2005</para>
372      <itemizedlist>
373        <listitem>
374          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
375           Added fixes for dircolors and md5sum also.</para>
376        </listitem>
377      </itemizedlist>
378    </listitem>
379
380    <listitem>
381      <para>October 31, 2005</para>
382      <itemizedlist>
383        <listitem>
384          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
385        </listitem>
386      </itemizedlist>
387    </listitem>
388
389  </itemizedlist>
390
391  <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
392
393</sect1>
Note: See TracBrowser for help on using the repository browser.