source: introduction/common/changelog.xml@ b878e42

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

r1157@server (orig r1155): chris | 2006-02-07 20:52:55 -0800
Added section on package management, and various other text fixes

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