source: introduction/common/changelog.xml @ 2f83ef2

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

r847@server (orig r845): jim | 2005-12-06 00:07:39 -0800

r966@server: jim | 2005-12-06 00:06:05 -0800
Gettext update from LFS ported to Cross-LFS


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