source: BOOK/introduction/common/changelog.xml @ 4b50704

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

r906@server (orig r904): jim | 2005-12-15 21:18:26 -0800

r1083@server: jim | 2005-12-15 21:17:42 -0800
Added WARNING message note to temp-system


  • Property mode set to 100644
File size: 14.6 KB
RevLine 
[3f8be484]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
[9095be6]21  <itemizedlist>
22    <title>Changelog Entries:</title>
[3f8be484]23
24<!-- Changelog template
25
26    <listitem>
27      <para>Date</para>
28      <itemizedlist>
29        <listitem>
[9095be6]30          <para>[name] - New changelog entry.</para>
[3f8be484]31        </listitem>
32        <listitem>
[9095be6]33          <para>[name] - Previous changelog entry.</para>
[3f8be484]34        </listitem>
35      </itemizedlist>
36    </listitem>
37-->
38
[5e36185]39    <listitem>
40      <para>December 15, 2005</para>
41      <itemizedlist>
42        <listitem>
43          <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
44        </listitem>
[4b50704]45        <listitem>
46          <para>[jim] - Added not to temp-system about the WARNING message.</para>
47        </listitem>
[5e36185]48      </itemizedlist>
49    </listitem>
50
[8672967]51    <listitem>
52      <para>December 14, 2005</para>
53      <itemizedlist>
54        <listitem>
55          <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
56          further build issues.</para>
57        </listitem>
[4c23a32]58        <listitem>
59          <para>[jim] - Updated to Man-Pages 2.17.</para>
60        </listitem>
[c22a40a]61        <listitem>
62          <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
63        </listitem>
[8672967]64      </itemizedlist>
65    </listitem>
66
[fd13165]67    <listitem>
68      <para>December 13, 2005</para>
69      <itemizedlist>
70        <listitem>
71          <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
72          Thanks to David Fix.</para>
73        </listitem>
74      </itemizedlist>
75    </listitem>
76
[e71ed78]77    <listitem>
78      <para>December 12, 2005</para>
79      <itemizedlist>
80        <listitem>
81          <para>[jim] - Removed testsuites from Temp-Tools section.</para>
82        </listitem>
83      </itemizedlist>
84    </listitem>
85
[5548691]86    <listitem>
[cf682c1]87      <para>December 11, 2005</para>
88      <itemizedlist>
89        <listitem>
90          <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
91        </listitem>
92      </itemizedlist>
93    </listitem>
94
95    <listitem>
[5548691]96      <para>December 9, 2005</para>
97      <itemizedlist>
98        <listitem>
99          <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
100        </listitem>
[263192a]101        <listitem>
102          <para>[ken] - Bzip2 - clarify what is being tested.</para>
103        </listitem>
[a305bc8]104        <listitem>
105          <para>[jim] - Removed installation of sound sanitized headers.
106          They will be removed in the next release of linux-libc-headers.</para>
107        </listitem>
[5548691]108      </itemizedlist>
109    </listitem>
110
[37f823f]111    <listitem>
112      <para>December 8, 2005</para>
113      <itemizedlist>
114        <listitem>
115          <para>[jim] - Upgraded to Less 394.</para>
116        </listitem>
[a07c54f]117        <listitem>
118          <para>[jim] - Upgraded to Bash 3.1.</para>
119        </listitem>
[7cf63a7]120        <listitem>
121          <para>[jim] - Upgraded to Readline 5.1.</para>
122        </listitem>
[37f823f]123      </itemizedlist>
124    </listitem>
125
[be51f6c]126    <listitem>
127      <para>December 7, 2005</para>
128      <itemizedlist>
129        <listitem>
130          <para>[jim] - Upgraded to TCL 8.4.12.</para>
131        </listitem>
[b40367c]132        <listitem>
133          <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
134        </listitem>
[b562af6]135        <listitem>
136          <para>[jim] - Upgraded to Readline 5.0.5.</para>
137        </listitem>
[27d97b0e]138        <listitem>
139          <para>[jim] - Upgraded to Bash 3.0.16.</para>
140        </listitem>
141      </itemizedlist>
[be51f6c]142    </listitem>
143
[b370497]144    <listitem>
145      <para>December 6, 2005</para>
146      <itemizedlist>
147        <listitem>
148          <para>[jim] - Upgraded to Glibc 20051107.</para>
149        </listitem>
150        <listitem>
151          <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
152        </listitem>
[e3fd238]153        <listitem>
154          <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
155        </listitem>
156        <listitem>
157          <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
158                correct the date in changelog.</para>
159        </listitem>
[6b369e9]160        <listitem>
161          <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
162          for livecd builders to not loose valueable build time, if something goes
163          wrong.</para>
164        </listitem>
[ce36880]165        <listitem>
166          <para>[jim] - Upgraded to Findutils 4.2.27.</para>
167        </listitem>
[b370497]168      </itemizedlist>
169    </listitem>
[7b2bd6b]170
[c362725]171    <listitem>
172      <para>December 5, 2005</para>
173      <itemizedlist>
174        <listitem>
175          <para>[Matt Darcy] - Updated the resources page to include reference and base
176                instructions on using the LFS pastebin</para>
[1f04f72]177        </listitem>
[7b2bd6b]178        <listitem>
179          <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
[1f04f72]180        </listitem>
181        <listitem>
[7b2bd6b]182          <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
183                user error system. This change will will need to be validated by
184                by other devs</para>
185        </listitem>
[24a0fbf4]186        <listitem>
187          <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
188                testsuite doesn't bail out when testing generate-modprobe.conf.</para>
189        </listitem>
[7b2bd6b]190      </itemizedlist>
191    </listitem>
192
[bcbcf48]193    <listitem>
194      <para>December 3, 2005</para>
195      <itemizedlist>
196        <listitem>
197          <para>[ken] - Reference a home directory for dummy user when testing
[df0712e]198          coreutils, and correct sed 'man page' to 'HTML documentation', both
199          from LFS.</para>
[bcbcf48]200        </listitem>
201      </itemizedlist>
202    </listitem>
203
[f87f99c]204    <listitem>
[2db7d0d]205      <para>December 2, 2005</para>
[f87f99c]206      <itemizedlist>
207        <listitem>
208          <para>[jim] - Updated to Man-Pages 2.16.</para>
209        </listitem>
210      </itemizedlist>
211    </listitem>
212
[375e915]213    <listitem>
214      <para>December 1, 2005</para>
215      <itemizedlist>
216        <listitem>
217          <para>[jim] - Updated to Linux 2.6.14.3.</para>
218        </listitem>
[cd69c8e]219        <listitem>
220          <para>[jim] - Updated to Man-Pages 2.15.</para>
221        </listitem>
[94787be]222        <listitem>
223          <para>[jim] - Updated to Udev 076.</para>
224        </listitem>
[24a62de]225        <listitem>
226          <para>[jim] - Added support for Sparc v8 and below.</para>
227        </listitem>
[375e915]228      </itemizedlist>
229    </listitem>
230
[e0e40d3]231   <listitem>
232      <para>November 30, 2005</para>
233      <itemizedlist>
234        <listitem>
235          <para>[jim] - Text updates to final-system.</para>
236        </listitem>
[aa3ee8b]237        <listitem>
238          <para>[jim] - Text updates to temp-tools.</para>
239        </listitem>
[e0e40d3]240      </itemizedlist>
241    </listitem>
242
[d3a4fc0]243   <listitem>
[19a6071]244      <para>November 29, 2005</para>
245      <itemizedlist>
246        <listitem>
247          <para>[jim] - Text updates to chroot.</para>
248        </listitem>
[308a04c]249        <listitem>
250          <para>[jim] - Text updates to boot.</para>
251        </listitem>
[19a6071]252      </itemizedlist>
253    </listitem>
254
255   <listitem>
256      <para>November 28, 2005</para>
[d3a4fc0]257      <itemizedlist>
258        <listitem>
259          <para>[jim] - Text updates to glibc in all sections.</para>
260        </listitem>
[1bc8e5f]261        <listitem>
262          <para>[jim] - Text updates to temp-system.</para>
263        </listitem>
[735ac8e]264        <listitem>
265          <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
266        </listitem>
[d3a4fc0]267      </itemizedlist>
268    </listitem>
269
[d55f00bc]270   <listitem>
[19a6071]271      <para>November 27, 2005</para>
[d55f00bc]272      <itemizedlist>
273        <listitem>
274          <para>[jim] - Text updates to gcc in all sections.</para>
275        </listitem>
[0350f47]276        <listitem>
277          <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
278        </listitem>
[d55f00bc]279      </itemizedlist>
280    </listitem>
281
[ed8de1a]282   <listitem>
[19a6071]283      <para>November 25, 2005</para>
[ed8de1a]284      <itemizedlist>
285        <listitem>
286          <para>[jim] - Text updates to binutils in all sections.</para>
287        </listitem>
288      </itemizedlist>
289    </listitem>
290
[3fc6b0b9]291    <listitem>
[19a6071]292      <para>November 24, 2005</para>
[3fc6b0b9]293      <itemizedlist>
294        <listitem>
[9095be6]295          <para>[Matt Darcy] - Text updates to resources page </para>
[3fc6b0b9]296        </listitem>
297        <listitem>
[9095be6]298          <para>[Matt Darcy] - Updated reference to LFS news server to reflect
299          that it no longer exists</para>
[3fc6b0b9]300        </listitem>
301      </itemizedlist>
302    </listitem>
303
[9095be6]304    <listitem>
305      <para>November 23, 2005</para>
[3fc6b0b9]306      <itemizedlist>
307        <listitem>
[9095be6]308          <para>[jim] - For inetutils to utilize the Ncurses headers in
309          /tools/include.</para>
[3fc6b0b9]310        </listitem>
311      </itemizedlist>
312    </listitem>
313
[9095be6]314    <listitem>
315      <para>November 21, 2005</para>
[3fc6b0b9]316      <itemizedlist>
317        <listitem>
[9095be6]318          <para>[jim] - Updated to Udev 075.</para>
[3fc6b0b9]319        </listitem>
320        <listitem>
[9095be6]321          <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
[3fc6b0b9]322        </listitem>
323      </itemizedlist>
324    </listitem>
325
[9095be6]326    <listitem>
327      <para>November 20, 2005</para>
[3fc6b0b9]328      <itemizedlist>
329        <listitem>
[9095be6]330          <para>[jim] - Updated to Findutils 4.2.26.</para>
[3fc6b0b9]331        </listitem>
332      </itemizedlist>
333    </listitem>
334
335    <listitem>
[9095be6]336      <para>November 18, 2005</para>
[3fc6b0b9]337      <itemizedlist>
338        <listitem>
[9095be6]339          <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
340          package.</para>
[3fc6b0b9]341        </listitem>
342      </itemizedlist>
343    </listitem>
344
345    <listitem>
[9095be6]346      <para>November 17, 2005</para>
[3fc6b0b9]347      <itemizedlist>
348        <listitem>
[9095be6]349          <para>[jim] - Update to Man-Pages 2.14.</para>
[3fc6b0b9]350        </listitem>
351        <listitem>
[9095be6]352          <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
353          Architecture. New Patch added.</para>
[3fc6b0b9]354        </listitem>
355        <listitem>
[9095be6]356          <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
[3fc6b0b9]357        </listitem>
358      </itemizedlist>
359    </listitem>
360
361    <listitem>
[9095be6]362      <para>November 13, 2005</para>
[3fc6b0b9]363      <itemizedlist>
364        <listitem>
[9095be6]365          <para>[manuel] - Improve the heuristic for determining a locale that
366          is supported by both Glibc and packages outside LFS. Ported from
367          LFS-SVN.</para>
[3fc6b0b9]368        </listitem>
369        <listitem>
[9095be6]370          <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
371          as make runs it automatically. Ported from LFS-SVN.</para>
[3fc6b0b9]372        </listitem>
373        <listitem>
[9095be6]374          <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
[3fc6b0b9]375        </listitem>
376        <listitem>
[9095be6]377          <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
[3fc6b0b9]378        </listitem>
379      </itemizedlist>
380    </listitem>
381
382    <listitem>
[9095be6]383      <para>November 10, 2005</para>
[3fc6b0b9]384      <itemizedlist>
385        <listitem>
[9095be6]386          <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
387          testsuite. Ported from LFS-SVN.</para>
[3fc6b0b9]388        </listitem>
389        <listitem>
[9095be6]390          <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
[3fc6b0b9]391        </listitem>
392        <listitem>
[9095be6]393          <para>[jim] - Added text for multilib kernel build requirements.</para>
[3fc6b0b9]394        </listitem>
395      </itemizedlist>
396    </listitem>
397
398    <listitem>
[9095be6]399      <para>November 9, 2005</para>
[3fc6b0b9]400      <itemizedlist>
401        <listitem>
[9095be6]402          <para>[manuel] - Stop Udev from killing udevd processes on the
403          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
[3fc6b0b9]404        </listitem>
405        <listitem>
[9095be6]406          <para>[manuel] - Install the binaries from Less to /usr/bin instead
407          of /bin. Ported from LFS-SVN.</para>
[3fc6b0b9]408        </listitem>
409        <listitem>
[9095be6]410          <para>[manuel] - Removed SBUs and disk usage information.</para>
[3fc6b0b9]411        </listitem>
412        <listitem>
[9095be6]413          <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
[3fc6b0b9]414        </listitem>
415      </itemizedlist>
416    </listitem>
417
418    <listitem>
[9095be6]419      <para>November 8, 2005</para>
[3fc6b0b9]420      <itemizedlist>
421        <listitem>
[9095be6]422          <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
[3fc6b0b9]423        </listitem>
424      </itemizedlist>
425    </listitem>
426
427    <listitem>
[9095be6]428      <para>November 7, 2005</para>
[3fc6b0b9]429      <itemizedlist>
430        <listitem>
[9095be6]431          <para>[manuel] - Remove the optimization related warnings from the
432          toolchain packages. Ported from LFS-SVN.</para>
[3fc6b0b9]433        </listitem>
434        <listitem>
[9095be6]435          <para>[manuel] - Install Vim's documentation to <filename
436          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
437          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
438          Ported from LFS-SVN.</para>
[3fc6b0b9]439        </listitem>
440        <listitem>
[9095be6]441          <para>[manuel] - Correct the instructions for running the
442          Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
[3fc6b0b9]443        </listitem>
444        <listitem>
[9095be6]445          <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
446          cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
[3fc6b0b9]447        </listitem>
448      </itemizedlist>
449    </listitem>
450
451    <listitem>
[9095be6]452      <para>November 6, 2005</para>
[3fc6b0b9]453      <itemizedlist>
454        <listitem>
[9095be6]455          <para>[jim] - Updated to Coreutils 5.93.</para>
[3fc6b0b9]456        </listitem>
457        <listitem>
[9095be6]458          <para>[jim] - Updated to Procps 3.2.6.</para>
[3fc6b0b9]459        </listitem>
460        <listitem>
[9095be6]461          <para>[jim] - Updated to Man-Pages 2.13.</para>
[3fc6b0b9]462        </listitem>
463      </itemizedlist>
464    </listitem>
465
466    <listitem>
[9095be6]467      <para>November 5, 2005</para>
[3fc6b0b9]468      <itemizedlist>
469        <listitem>
[9095be6]470          <para>[jim] - Updated to psmisc 21.8.</para>
[3fc6b0b9]471        </listitem>
472      </itemizedlist>
473    </listitem>
474
475    <listitem>
[9095be6]476      <para>November 3, 2005</para>
[3fc6b0b9]477      <itemizedlist>
478        <listitem>
[9095be6]479          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
480           Added fixes for dircolors and md5sum also.</para>
[8fdfc096]481        </listitem>
482      </itemizedlist>
483    </listitem>
484
[3f8be484]485    <listitem>
[9095be6]486      <para>October 31, 2005</para>
[3f8be484]487      <itemizedlist>
488        <listitem>
[9095be6]489          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
[3f8be484]490        </listitem>
491      </itemizedlist>
492    </listitem>
493
494  </itemizedlist>
495
496  <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
497
498</sect1>
Note: See TracBrowser for help on using the repository browser.