source: BOOK/introduction/common/changelog.xml@ be51f6c

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since be51f6c was be51f6c, checked in by Jim Gifford <clfs@…>, 19 years ago

r864@server (orig r862): jim | 2005-12-07 09:25:05 -0800

r999@server: jim | 2005-12-07 08:53:08 -0800
Upgraded to TCL 8.4.12


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