source: introduction/common/changelog.xml@ 408ce16

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

r2646@server: jim | 2006-03-20 10:02:07 -0800
Fixed build issue with texinfo

  • Property mode set to 100644
File size: 29.8 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
[987edf2b]13 <para>This is version &version; of the Cross-Compiled Linux From Scratch book, dated
[bf8c11f]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-->
[2533bdfd]38
[408ce16]39 <listitem>
40 <para>March 20, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[jim] - Fixed build issue with Texinfo in temp-system. Added --build.</para>
44 </listitem>
45 </itemizedlist>
46 </listitem>
47
[c0c7a93e]48 <listitem>
[acfccdf]49 <para>March 15, 2006</para>
[33b9fae]50 <itemizedlist>
51 <listitem>
52 <para>[jim] - Changed bootscripts to CLFS-bootscripts 0.1.</para>
53 </listitem>
[92d88c1b]54 <listitem>
55 <para>[jim] - Updated to Psmisc 22.2.</para>
56 </listitem>
[9fc4970]57 <listitem>
58 <para>[jim] - Updated to Flex 2.5.33.</para>
59 </listitem>
[33b9fae]60 </itemizedlist>
61 </listitem>
62
63 <listitem>
64 <para>March 14, 2006</para>
[c0c7a93e]65 <itemizedlist>
66 <listitem>
67 <para>[jim] - Updated to Linux 2.6.16-rc6.</para>
68 </listitem>
[83ddbcf]69 <listitem>
70 <para>[jim] - Removal of Hotplug.</para>
71 </listitem>
[c4efa05]72 <listitem>
73 <para>[jim] - Updated to Udev 087.</para>
74 </listitem>
[f8e7b64]75 <listitem>
76 <para>[jim] - Removal of old udev rules.</para>
77 </listitem>
[71caa77]78 <listitem>
79 <para>[jim] - Added Udev-Cross-LFS 0.1.</para>
80 </listitem>
[a69360a]81 <listitem>
82 <para>[jim] - Updated to GCC 4.0.3.</para>
83 </listitem>
[91ee3d3]84 <listitem>
85 <para>[jim] - Updated to File 4.17.</para>
86 </listitem>
[c0c7a93e]87 </itemizedlist>
88 </listitem>
89
[740b07d]90 <listitem>
91 <para>March 13, 2006</para>
92 <itemizedlist>
93 <listitem>
94 <para>[jciccone] - Removed pure64 bootloader warning from
95 the top page.</para>
96 </listitem>
97 </itemizedlist>
98 </listitem>
99
[6a038a0]100 <listitem>
101 <para>March 9, 2006</para>
102 <itemizedlist>
103 <listitem>
104 <para>[Chris] - Simplified IPRoute2 instruction by removing
105 redundant "configure" command.</para>
106 </listitem>
107 </itemizedlist>
108 </listitem>
109
[2e80b98]110 <listitem>
111 <para>March 2, 2006</para>
112 <itemizedlist>
113 <listitem>
114 <para>[Chris] - Updated to Man-Pages 2.25.</para>
115 </listitem>
[ef55cbf]116 <listitem>
117 <para>[Chris] - Reverted to Expect 5.43.0. 5.44.1 depends on
118 Tk.</para>
119 </listitem>
[2e80b98]120 </itemizedlist>
121 </listitem>
122
[f3bced2]123 <listitem>
124 <para>February 27, 2006</para>
125 <itemizedlist>
126 <listitem>
127 <para>[jim] - Updated Bash fixes patch to -5.</para>
128 </listitem>
129 </itemizedlist>
130 </listitem>
131
[f09a011]132 <listitem>
[e6848c1]133 <para>February 26, 2006</para>
[f09a011]134 <itemizedlist>
135 <listitem>
[e6848c1]136 <para>[jim] - Updated to Expect 5.44.1.</para>
[f09a011]137 </listitem>
138 </itemizedlist>
139 </listitem>
140
[0b707c6]141 <listitem>
142 <para>February 23, 2006</para>
143 <itemizedlist>
144 <listitem>
145 <para>[Chris] - Simplified the "Changing Ownership" page for
146 the boot section, and rewrote some of the text in the final
147 "Reboot" page.</para>
148 </listitem>
149 </itemizedlist>
150 </listitem>
151
[af30804]152 <listitem>
153 <para>February 21, 2006</para>
154 <itemizedlist>
155 <listitem>
156 <para>[jim] - Removed Dependency of Tempfile from Bzip2.</para>
157 </listitem>
[bf668af]158 <listitem>
159 <para>[jim] - Updated Bash fixes patch to -4.</para>
160 </listitem>
[8e88c7d]161 <listitem>
162 <para>[jciccone] - Updated to Man-Pages 2.24</para>
163 </listitem>
[af30804]164 </itemizedlist>
165 </listitem>
166
[0b09603]167 <listitem>
168 <para>February 14, 2006</para>
169 <itemizedlist>
170 <listitem>
171 <para>[jim] - Updated to Coreutils 5.94.</para>
172 </listitem>
173 </itemizedlist>
174 </listitem>
175
[dd9906e]176 <listitem>
177 <para>February 11, 2006</para>
178 <itemizedlist>
179 <listitem>
180 <para>[Chris] - Added -v switches to commands that accept it.</para>
181 </listitem>
182 </itemizedlist>
183 </listitem>
184
[3009b1b]185 <listitem>
186 <para>February 9, 2006</para>
187 <itemizedlist>
188 <listitem>
189 <para>[jim] - Updated to Man-Pages 2.23.</para>
190 </listitem>
191 </itemizedlist>
192 </listitem>
193
[e5cc02b]194 <listitem>
195 <para>February 8, 2006</para>
196 <itemizedlist>
197 <listitem>
198 <para>[jim] - Changed x86_64 to use unknown in the target triplet.</para>
199 </listitem>
200 </itemizedlist>
201 </listitem>
202
[5b3904f]203 <listitem>
204 <para>February 7, 2006</para>
205 <itemizedlist>
206 <listitem>
207 <para>[Chris] - Removed inetutils from boot section - it
[b133767]208 will be covered in the "netboot" hint.</para>
[5b3904f]209 </listitem>
[2ed9444]210 <listitem>
211 <para>[Chris] - Added section on Package Management - moved out of BLFS.</para>
212 </listitem>
[5b3904f]213 </itemizedlist>
214 </listitem>
215
[d8389f5]216 <listitem>
217 <para>February 6, 2006</para>
218 <itemizedlist>
219 <listitem>
220 <para>[Chris] - Moved the text explaining why binutils
[b133767]221 should be the first package compiled to a more appopriate location at
222 the first installation of binutils, and changed the wording in
223 temp-system gettext.</para>
[d8389f5]224 </listitem>
[a83caf9]225 <listitem>
226 <para>[jim] - Updated Readline and Bash patches from Upstream.</para>
227 </listitem>
[d8389f5]228 </itemizedlist>
229 </listitem>
[f59f08e]230
[056d80a]231 <listitem>
232 <para>February 5, 2006</para>
233 <itemizedlist>
234 <listitem>
235 <para>[jim] - Updated Procps 32bit build in Multilib builds to use lib64=lib.
236 Fixed via Trac Ticket #2.</para>
237 </listitem>
[4bb4145f]238 <listitem>
239 <para>[jim] - Updated to Man-Pages 2.22.</para>
240 </listitem>
[056d80a]241 </itemizedlist>
242 </listitem>
243
[2089008]244 <listitem>
245 <para>February 3, 2006</para>
246 <itemizedlist>
247 <listitem>
248 <para>[jim] - Updated to Sed 4.1.5.</para>
249 </listitem>
250 </itemizedlist>
251 </listitem>
252
[78bf0f71]253 <listitem>
254 <para>February 2, 2006</para>
255 <itemizedlist>
256 <listitem>
257 <para>[jim] - Updated to Perl 5.8.8.</para>
258 </listitem>
[f59f08e]259 <listitem>
260 <para>[jhuntwork] - Minor textual fix to GCC. </para>
261 </listitem>
[78bf0f71]262 </itemizedlist>
263 </listitem>
264
[3871491]265 <listitem>
266 <para>February 1, 2006</para>
267 <itemizedlist>
268 <listitem>
269 <para>[Chris] - Added a sed substitution to man
270 instructions to fix an error in the
271 <command>makewhatis</command> script.</para>
272 </listitem>
273 </itemizedlist>
274 </listitem>
275
[987edf2b]276 <listitem>
277 <para>January 31, 2006</para>
278 <itemizedlist>
279 <listitem>
280 <para>[Chris] - Added -v to commands that accept them, for
[b133767]281 consistency with LFS.</para>
[987edf2b]282 </listitem>
283 </itemizedlist>
284 </listitem>
285
[c5ff986]286 <listitem>
287 <para>January 30, 2006</para>
288 <itemizedlist>
289 <listitem>
[987edf2b]290 <para>[jim] - Change final-system GCC, to use make bootstrap. Update provided
[c5ff986]291 by Ryan Oliver.</para>
292 </listitem>
293 </itemizedlist>
294 </listitem>
295
[109c00d]296 <listitem>
297 <para>January 29, 2006</para>
298 <itemizedlist>
299 <listitem>
300 <para>[jim] - Updated Toolchain adjustment in final-system. Thank you Dan Nicholson.</para>
301 </listitem>
302 </itemizedlist>
303 </listitem>
304
[f6328b0a]305 <listitem>
306 <para>January 24, 2006</para>
307 <itemizedlist>
308 <listitem>
309 <para>[jim] - Updated to Man 1.6c.</para>
310 </listitem>
311 </itemizedlist>
312 </listitem>
313
[96e7720]314 <listitem>
315 <para>January 23, 2006</para>
316 <itemizedlist>
317 <listitem>
318 <para>[Chris] - Removed unnecessary --with-ncurses switches
[b133767]319 from temp-system bash and inetutils.</para>
[96e7720]320 </listitem>
[19b3661]321 <listitem>
322 <para>[Chris] - Moved zlib from temp-system to boot as it's
[b133767]323 not needed if you chroot.</para>
[19b3661]324 </listitem>
[96e7720]325 </itemizedlist>
326 </listitem>
327
[e7e4f53]328 <listitem>
329 <para>January 19, 2006</para>
330 <itemizedlist>
331 <listitem>
332 <para>[Chris] - Removed patch from shadow instructions.</para>
333 </listitem>
[78a7222]334 <listitem>
335 <para>[Chris] - Added perl sprintf vulnerability patch.</para>
336 </listitem>
[a10b7e35]337 <listitem>
338 <para>[jim] - Updated to Man-Pages 2.21.</para>
339 </listitem>
[e7e4f53]340 </itemizedlist>
341 </listitem>
342
[5c40294]343 <listitem>
344 <para>January 13, 2006</para>
345 <itemizedlist>
346 <listitem>
347 <para>[ken] - Moved grep ahead of libtool to avoid /tools being hardcoded
348 into the libtool script for EGREP.</para>
349 </listitem>
[de4f4d9b]350 <listitem>
351 <para>[ken] - Alter bison to build repeatably, from LFS.</para>
352 </listitem>
[9be8160]353 <listitem>
354 <para>[ken] - Alter gccbug to use mktemp, from LFS.</para>
355 </listitem>
[bae9b6c]356 <listitem>
357 <para>[ken] - Move creation of /etc/hosts within Perl instructions,
358 for repeatability, from LFS.</para>
359 </listitem>
[32ec4f08]360 <listitem>
361 <para>[Chris] - Moved bootloader setup to right after "Changing Ownership" in Chapter 7, and changed several package installation instructions in that chapter.</para>
362 </listitem>
363
[5c40294]364 </itemizedlist>
365 </listitem>
366
[9e7a69a]367 <listitem>
368 <para>January 12, 2006</para>
369 <itemizedlist>
370 <listitem>
371 <para>[Chris] - Moved directory and symlink creation pages
[7464b95]372 to the beginning of Chapter 7.</para>
373 </listitem>
374 <listitem>
375 <para>[jim] - Updated to Psmisc 22.1.</para>
[9e7a69a]376 </listitem>
[9e15bb7]377 <listitem>
378 <para>[jim] - Updated to Man-Pages 2.20.</para>
379 </listitem>
[c30fcbf]380 <listitem>
381 <para>[jim] - Updated Coreutils build instructions to copy more files
382 to /bin. These are changes for bootscripts and the new udev rules.</para>
383 </listitem>
[a3340af]384 <listitem>
385 <para>[jim] - Updated to Linux 2.6.14.6.</para>
386 </listitem>
[3f1ffb0]387 <listitem>
388 <para>[jim] - Numerous complaints about temp-system Perl failing to build. So
389 I moved temp perl to first package in final-system build. The failures we noted
390 on Pure 64 builds.</para>
391 </listitem>
[9e7a69a]392 </itemizedlist>
393 </listitem>
394
[6732e02]395 <listitem>
396 <para>January 11, 2006</para>
397 <itemizedlist>
398 <listitem>
399 <para>[jim] - Rewrote wrote zlib final instructions to include
400 a patch the will allow build of static and shared libraries at
401 the same time. Thanx for the recommendation Tushar Teredesai.</para>
402 </listitem>
403 </itemizedlist>
404 </listitem>
405
[bea9517]406 <listitem>
407 <para>January 8, 2006</para>
408 <itemizedlist>
409 <listitem>
410 <para>[Chris] - Rewrote much of the description of the build
[6732e02]411 process and test suite information.</para>
[bea9517]412 </listitem>
413 </itemizedlist>
414 </listitem>
415
[bbeade2]416 <listitem>
417 <para>January 3, 2006</para>
418 <itemizedlist>
419 <listitem>
420 <para>[jim] - Updated to Shadow 4.0.14.</para>
421 </listitem>
422 </itemizedlist>
423 </listitem>
424
[e719005]425 <listitem>
[9de3303]426 <para>December 30, 2005</para>
[0636f6c]427 <itemizedlist>
428 <listitem>
429 <para>[Chris] - Updated package dependencies, removed explanation of
430 "target alias" and "cross-compiling" from final-system binutils, and
431 removed note about GRUB's testsuite failure.</para>
432 </listitem>
[db38a36]433 <listitem>
434 <para>[ken] - Fix where tree gets installed.</para>
435 </listitem>
436 </itemizedlist>
437 </listitem>
438
[51bfc04]439 <listitem>
440 <para>December 29, 2005</para>
441 <itemizedlist>
442 <listitem>
443 <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
444 </listitem>
445 </itemizedlist>
446 </listitem>
447
[31cff1bc]448 <listitem>
449 <para>December 28, 2005</para>
450 <itemizedlist>
451 <listitem>
452 <para>[ken] - Remove --with-x=no from expect - either we booted, or we
453 are in chroot.</para>
454 </listitem>
[54e0992]455 <listitem>
456 <para>[ken] - Fix a failure to build glibc-headers.</para>
457 </listitem>
[07b5f51]458 <listitem>
459 <para>[jim] - Updated to Linux 2.6.14.5.</para>
460 </listitem>
[31cff1bc]461 </itemizedlist>
462 </listitem>
463
[d4285da]464 <listitem>
465 <para>December 23, 2005</para>
466 <itemizedlist>
467 <listitem>
468 <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
469 </listitem>
470 </itemizedlist>
471 </listitem>
472
[d5e40913]473 <listitem>
474 <para>December 22, 2005</para>
475 <itemizedlist>
476 <listitem>
477 <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
478 following issue: There are parsing problems with compound assignments in several contexts,
479 including as arguments to builtins like `local', `eval', and `let', and
480 as multiple assignments in a single command.</para>
481 </listitem>
[dcc18d8f]482 <listitem>
483 <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
484 following issue: A problem with the readline callback interface can result in segmentation
485 faults when using the delete-char function via a multiple-key sequence.
486 Two consecutive calls to delete-char will crash the application calling
487 readline.</para>
488 </listitem>
[b1e8d281]489 <listitem>
490 <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
491 a potential security threat. Thus the reason for removal.</para>
492 </listitem>
[60d7f3af]493 <listitem>
494 <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
495 </listitem>
[d5e40913]496 </itemizedlist>
497 </listitem>
498
[0f48cdb0]499 <listitem>
500 <para>December 20, 2005</para>
501 <itemizedlist>
502 <listitem>
503 <para>[jim] - Updated to M4 1.4.4.</para>
504 </listitem>
505 </itemizedlist>
506 </listitem>
507
[4dbbb18]508 <listitem>
509 <para>December 19, 2005</para>
510 <itemizedlist>
511 <listitem>
512 <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
513 </listitem>
[344fb79b]514 <listitem>
515 <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
516 an issue in Gawk. Thank you Greg Schaefer.</para>
517 </listitem>
[4dbbb18]518 </itemizedlist>
519 </listitem>
520
[3f81e97e]521 <listitem>
[0cd63ff]522 <para>December 18, 2005</para>
[3f81e97e]523 <itemizedlist>
524 <listitem>
[0cd63ff]525 <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
526 perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
527 and boot sections.</para>
[3f81e97e]528 </listitem>
[49aa5e3a]529 <listitem>
530 <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
531 it was found that these were not needed for building the final system on
532 a multilib capable build.</para>
533 </listitem>
[dff8c43]534 <listitem>
535 <para>[jim] - Updated to Libtool 1.5.22.</para>
536 </listitem>
[5328cc9]537 <listitem>
538 <para>[jim] - Updated to Man-Pages 2.18.</para>
539 </listitem>
[3f81e97e]540 </itemizedlist>
541 </listitem>
542
[03bce95]543 <listitem>
544 <para>December 17, 2005</para>
545 <itemizedlist>
546 <listitem>
547 <para>[jim] - Updated to psmisc 21.9.</para>
548 </listitem>
549 </itemizedlist>
550 </listitem>
551
[f1a8441]552 <listitem>
553 <para>December 16, 2005</para>
554 <itemizedlist>
555 <listitem>
556 <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
557 </listitem>
[75f784f]558 <listitem>
559 <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
560 in perl.</para>
561 </listitem>
[f1a8441]562 </itemizedlist>
563 </listitem>
564
[655b411]565 <listitem>
566 <para>December 15, 2005</para>
567 <itemizedlist>
568 <listitem>
569 <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
570 </listitem>
[4c2b35f]571 <listitem>
572 <para>[jim] - Added not to temp-system about the WARNING message.</para>
573 </listitem>
[655b411]574 </itemizedlist>
575 </listitem>
576
[05806e8]577 <listitem>
578 <para>December 14, 2005</para>
579 <itemizedlist>
580 <listitem>
581 <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
582 further build issues.</para>
583 </listitem>
[496be96]584 <listitem>
585 <para>[jim] - Updated to Man-Pages 2.17.</para>
586 </listitem>
[43c3da5]587 <listitem>
588 <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
589 </listitem>
[05806e8]590 </itemizedlist>
591 </listitem>
592
[ec00b5da]593 <listitem>
594 <para>December 13, 2005</para>
595 <itemizedlist>
596 <listitem>
597 <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
598 Thanks to David Fix.</para>
599 </listitem>
600 </itemizedlist>
601 </listitem>
602
[d1f4384]603 <listitem>
604 <para>December 12, 2005</para>
605 <itemizedlist>
606 <listitem>
607 <para>[jim] - Removed testsuites from Temp-Tools section.</para>
608 </listitem>
609 </itemizedlist>
610 </listitem>
611
[38a5094f]612 <listitem>
[1bc724c]613 <para>December 11, 2005</para>
614 <itemizedlist>
615 <listitem>
616 <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
617 </listitem>
618 </itemizedlist>
619 </listitem>
620
621 <listitem>
[38a5094f]622 <para>December 9, 2005</para>
623 <itemizedlist>
624 <listitem>
625 <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
626 </listitem>
[9306bac]627 <listitem>
628 <para>[ken] - Bzip2 - clarify what is being tested.</para>
629 </listitem>
[beddd7f]630 <listitem>
631 <para>[jim] - Removed installation of sound sanitized headers.
632 They will be removed in the next release of linux-libc-headers.</para>
633 </listitem>
[38a5094f]634 </itemizedlist>
635 </listitem>
636
[723b084]637 <listitem>
638 <para>December 8, 2005</para>
639 <itemizedlist>
640 <listitem>
641 <para>[jim] - Upgraded to Less 394.</para>
642 </listitem>
[84e963b]643 <listitem>
644 <para>[jim] - Upgraded to Bash 3.1.</para>
645 </listitem>
[44901d7]646 <listitem>
647 <para>[jim] - Upgraded to Readline 5.1.</para>
648 </listitem>
[723b084]649 </itemizedlist>
650 </listitem>
651
[08f924db]652 <listitem>
653 <para>December 7, 2005</para>
654 <itemizedlist>
655 <listitem>
656 <para>[jim] - Upgraded to TCL 8.4.12.</para>
657 </listitem>
[142e211a]658 <listitem>
659 <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
660 </listitem>
[23ddcc3]661 <listitem>
662 <para>[jim] - Upgraded to Readline 5.0.5.</para>
663 </listitem>
[75a132b]664 <listitem>
665 <para>[jim] - Upgraded to Bash 3.0.16.</para>
666 </listitem>
667 </itemizedlist>
[08f924db]668 </listitem>
669
[ee72551]670 <listitem>
671 <para>December 6, 2005</para>
672 <itemizedlist>
673 <listitem>
674 <para>[jim] - Upgraded to Glibc 20051107.</para>
675 </listitem>
676 <listitem>
677 <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
678 </listitem>
[3490624]679 <listitem>
680 <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
681 </listitem>
682 <listitem>
683 <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
684 correct the date in changelog.</para>
685 </listitem>
[9531391]686 <listitem>
687 <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
688 for livecd builders to not loose valueable build time, if something goes
689 wrong.</para>
690 </listitem>
[c5f362fc]691 <listitem>
692 <para>[jim] - Upgraded to Findutils 4.2.27.</para>
693 </listitem>
[ee72551]694 </itemizedlist>
695 </listitem>
[82b71542]696
[77d061a]697 <listitem>
698 <para>December 5, 2005</para>
699 <itemizedlist>
700 <listitem>
701 <para>[Matt Darcy] - Updated the resources page to include reference and base
702 instructions on using the LFS pastebin</para>
[878ca1c]703 </listitem>
[82b71542]704 <listitem>
705 <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
[878ca1c]706 </listitem>
707 <listitem>
[82b71542]708 <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
709 user error system. This change will will need to be validated by
710 by other devs</para>
711 </listitem>
[54996cb]712 <listitem>
713 <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
714 testsuite doesn't bail out when testing generate-modprobe.conf.</para>
715 </listitem>
[82b71542]716 </itemizedlist>
717 </listitem>
718
[7102ce2]719 <listitem>
720 <para>December 3, 2005</para>
721 <itemizedlist>
722 <listitem>
723 <para>[ken] - Reference a home directory for dummy user when testing
[e87810e]724 coreutils, and correct sed 'man page' to 'HTML documentation', both
725 from LFS.</para>
[7102ce2]726 </listitem>
727 </itemizedlist>
728 </listitem>
729
[54f8654]730 <listitem>
[aaec9ca9]731 <para>December 2, 2005</para>
[54f8654]732 <itemizedlist>
733 <listitem>
734 <para>[jim] - Updated to Man-Pages 2.16.</para>
735 </listitem>
736 </itemizedlist>
737 </listitem>
738
[91d4a73]739 <listitem>
740 <para>December 1, 2005</para>
741 <itemizedlist>
742 <listitem>
743 <para>[jim] - Updated to Linux 2.6.14.3.</para>
744 </listitem>
[695df81]745 <listitem>
746 <para>[jim] - Updated to Man-Pages 2.15.</para>
747 </listitem>
[22de609]748 <listitem>
749 <para>[jim] - Updated to Udev 076.</para>
750 </listitem>
[a3e3be0]751 <listitem>
752 <para>[jim] - Added support for Sparc v8 and below.</para>
753 </listitem>
[91d4a73]754 </itemizedlist>
755 </listitem>
756
[e6423a01]757 <listitem>
758 <para>November 30, 2005</para>
759 <itemizedlist>
760 <listitem>
761 <para>[jim] - Text updates to final-system.</para>
762 </listitem>
[e7732d7]763 <listitem>
764 <para>[jim] - Text updates to temp-tools.</para>
765 </listitem>
[e6423a01]766 </itemizedlist>
767 </listitem>
768
[c48c555]769 <listitem>
[6069286]770 <para>November 29, 2005</para>
771 <itemizedlist>
772 <listitem>
773 <para>[jim] - Text updates to chroot.</para>
774 </listitem>
[40c1b5b]775 <listitem>
776 <para>[jim] - Text updates to boot.</para>
777 </listitem>
[6069286]778 </itemizedlist>
779 </listitem>
780
781 <listitem>
782 <para>November 28, 2005</para>
[c48c555]783 <itemizedlist>
784 <listitem>
785 <para>[jim] - Text updates to glibc in all sections.</para>
786 </listitem>
[175ff828]787 <listitem>
788 <para>[jim] - Text updates to temp-system.</para>
789 </listitem>
[1235a03]790 <listitem>
791 <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
792 </listitem>
[c48c555]793 </itemizedlist>
794 </listitem>
795
[1b823a37]796 <listitem>
[6069286]797 <para>November 27, 2005</para>
[1b823a37]798 <itemizedlist>
799 <listitem>
800 <para>[jim] - Text updates to gcc in all sections.</para>
801 </listitem>
[9e08944]802 <listitem>
803 <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
804 </listitem>
[1b823a37]805 </itemizedlist>
806 </listitem>
807
[d65c6ef]808 <listitem>
[6069286]809 <para>November 25, 2005</para>
[d65c6ef]810 <itemizedlist>
811 <listitem>
812 <para>[jim] - Text updates to binutils in all sections.</para>
813 </listitem>
814 </itemizedlist>
815 </listitem>
816
[eea1dfc]817 <listitem>
[6069286]818 <para>November 24, 2005</para>
[eea1dfc]819 <itemizedlist>
820 <listitem>
[da95ad7]821 <para>[Matt Darcy] - Text updates to resources page </para>
[eea1dfc]822 </listitem>
823 <listitem>
[da95ad7]824 <para>[Matt Darcy] - Updated reference to LFS news server to reflect
825 that it no longer exists</para>
[eea1dfc]826 </listitem>
827 </itemizedlist>
828 </listitem>
829
[da95ad7]830 <listitem>
831 <para>November 23, 2005</para>
[eea1dfc]832 <itemizedlist>
833 <listitem>
[da95ad7]834 <para>[jim] - For inetutils to utilize the Ncurses headers in
835 /tools/include.</para>
[eea1dfc]836 </listitem>
837 </itemizedlist>
838 </listitem>
839
[da95ad7]840 <listitem>
841 <para>November 21, 2005</para>
[eea1dfc]842 <itemizedlist>
843 <listitem>
[da95ad7]844 <para>[jim] - Updated to Udev 075.</para>
[eea1dfc]845 </listitem>
846 <listitem>
[da95ad7]847 <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
[eea1dfc]848 </listitem>
849 </itemizedlist>
850 </listitem>
851
[da95ad7]852 <listitem>
853 <para>November 20, 2005</para>
[eea1dfc]854 <itemizedlist>
855 <listitem>
[da95ad7]856 <para>[jim] - Updated to Findutils 4.2.26.</para>
[eea1dfc]857 </listitem>
858 </itemizedlist>
859 </listitem>
860
861 <listitem>
[da95ad7]862 <para>November 18, 2005</para>
[eea1dfc]863 <itemizedlist>
864 <listitem>
[da95ad7]865 <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
866 package.</para>
[eea1dfc]867 </listitem>
868 </itemizedlist>
869 </listitem>
870
871 <listitem>
[da95ad7]872 <para>November 17, 2005</para>
[eea1dfc]873 <itemizedlist>
874 <listitem>
[da95ad7]875 <para>[jim] - Update to Man-Pages 2.14.</para>
[eea1dfc]876 </listitem>
877 <listitem>
[da95ad7]878 <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
879 Architecture. New Patch added.</para>
[eea1dfc]880 </listitem>
881 <listitem>
[da95ad7]882 <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
[eea1dfc]883 </listitem>
884 </itemizedlist>
885 </listitem>
886
887 <listitem>
[da95ad7]888 <para>November 13, 2005</para>
[eea1dfc]889 <itemizedlist>
890 <listitem>
[da95ad7]891 <para>[manuel] - Improve the heuristic for determining a locale that
892 is supported by both Glibc and packages outside LFS. Ported from
893 LFS-SVN.</para>
[eea1dfc]894 </listitem>
895 <listitem>
[da95ad7]896 <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
897 as make runs it automatically. Ported from LFS-SVN.</para>
[eea1dfc]898 </listitem>
899 <listitem>
[da95ad7]900 <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
[eea1dfc]901 </listitem>
902 <listitem>
[da95ad7]903 <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
[eea1dfc]904 </listitem>
905 </itemizedlist>
906 </listitem>
907
908 <listitem>
[da95ad7]909 <para>November 10, 2005</para>
[eea1dfc]910 <itemizedlist>
911 <listitem>
[da95ad7]912 <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
913 testsuite. Ported from LFS-SVN.</para>
[eea1dfc]914 </listitem>
915 <listitem>
[da95ad7]916 <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
[eea1dfc]917 </listitem>
918 <listitem>
[da95ad7]919 <para>[jim] - Added text for multilib kernel build requirements.</para>
[eea1dfc]920 </listitem>
921 </itemizedlist>
922 </listitem>
923
924 <listitem>
[da95ad7]925 <para>November 9, 2005</para>
[eea1dfc]926 <itemizedlist>
927 <listitem>
[da95ad7]928 <para>[manuel] - Stop Udev from killing udevd processes on the
929 system and removed udevdir=/dev. Ported from LFS-SVN.</para>
[eea1dfc]930 </listitem>
931 <listitem>
[da95ad7]932 <para>[manuel] - Install the binaries from Less to /usr/bin instead
933 of /bin. Ported from LFS-SVN.</para>
[eea1dfc]934 </listitem>
935 <listitem>
[da95ad7]936 <para>[manuel] - Removed SBUs and disk usage information.</para>
[eea1dfc]937 </listitem>
938 <listitem>
[da95ad7]939 <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
[eea1dfc]940 </listitem>
941 </itemizedlist>
942 </listitem>
943
944 <listitem>
[da95ad7]945 <para>November 8, 2005</para>
[eea1dfc]946 <itemizedlist>
947 <listitem>
[da95ad7]948 <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
[eea1dfc]949 </listitem>
950 </itemizedlist>
951 </listitem>
952
953 <listitem>
[da95ad7]954 <para>November 7, 2005</para>
[eea1dfc]955 <itemizedlist>
956 <listitem>
[da95ad7]957 <para>[manuel] - Remove the optimization related warnings from the
958 toolchain packages. Ported from LFS-SVN.</para>
[eea1dfc]959 </listitem>
960 <listitem>
[da95ad7]961 <para>[manuel] - Install Vim's documentation to <filename
962 class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
963 of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
964 Ported from LFS-SVN.</para>
[eea1dfc]965 </listitem>
966 <listitem>
[da95ad7]967 <para>[manuel] - Correct the instructions for running the
968 Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
[eea1dfc]969 </listitem>
970 <listitem>
[da95ad7]971 <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
972 cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
[eea1dfc]973 </listitem>
974 </itemizedlist>
975 </listitem>
976
977 <listitem>
[da95ad7]978 <para>November 6, 2005</para>
[eea1dfc]979 <itemizedlist>
980 <listitem>
[da95ad7]981 <para>[jim] - Updated to Coreutils 5.93.</para>
[eea1dfc]982 </listitem>
983 <listitem>
[da95ad7]984 <para>[jim] - Updated to Procps 3.2.6.</para>
[eea1dfc]985 </listitem>
986 <listitem>
[da95ad7]987 <para>[jim] - Updated to Man-Pages 2.13.</para>
[eea1dfc]988 </listitem>
989 </itemizedlist>
990 </listitem>
991
992 <listitem>
[da95ad7]993 <para>November 5, 2005</para>
[eea1dfc]994 <itemizedlist>
995 <listitem>
[da95ad7]996 <para>[jim] - Updated to psmisc 21.8.</para>
[eea1dfc]997 </listitem>
998 </itemizedlist>
999 </listitem>
1000
1001 <listitem>
[da95ad7]1002 <para>November 3, 2005</para>
[eea1dfc]1003 <itemizedlist>
1004 <listitem>
[da95ad7]1005 <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
1006 Added fixes for dircolors and md5sum also.</para>
[420e0cd]1007 </listitem>
1008 </itemizedlist>
1009 </listitem>
1010
[bf8c11f]1011 <listitem>
[da95ad7]1012 <para>October 31, 2005</para>
[bf8c11f]1013 <itemizedlist>
1014 <listitem>
[da95ad7]1015 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
[bf8c11f]1016 </listitem>
1017 </itemizedlist>
1018 </listitem>
1019
1020 </itemizedlist>
1021
1022 <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
1023
1024</sect1>
Note: See TracBrowser for help on using the repository browser.