source: introduction/common/changelog.xml@ bed8e07

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

r2391@server (orig r1193): chris | 2006-02-21 20:23:08 -0800
Updated sed instructions to install HTML docs, and added a few more -v switches

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