source: introduction/common/changelog.xml@ 9a44f7e

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

r1139@server (orig r1137): jhuntwork | 2006-02-02 12:58:54 -0800
Minor textual fix to GCC

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