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

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

r1123@server (orig r1121): chris | 2006-02-01 00:33:35 -0800
Added a fix for a problem with makewhatis

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