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