source: introduction/common/changelog.xml@ ccf8288b

Last change on this file since ccf8288b was 4dbbb18, checked in by Jim Gifford <clfs@…>, 19 years ago

r935@server (orig r933): jim | 2005-12-19 23:14:52 -0800

r1120@server: jim | 2005-12-19 12:44:30 -0800
Fixed changelog


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