source: introduction/common/changelog.xml@ 51bfc04

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

r977@server (orig r975): jim | 2005-12-29 10:28:41 -0800

r1221@server: jim | 2005-12-29 10:28:11 -0800
Added CC=gcc to perl in temp-system to fix configure issue


  • Property mode set to 100644
File size: 18.7 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
13 <para>This is version &version; of the 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
[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-->
38
[51bfc04]39 <listitem>
40 <para>December 29, 2005</para>
41 <itemizedlist>
42 <listitem>
43 <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
44 </listitem>
45 </itemizedlist>
46 </listitem>
47
[31cff1bc]48 <listitem>
49 <para>December 28, 2005</para>
50 <itemizedlist>
51 <listitem>
52 <para>[ken] - Remove --with-x=no from expect - either we booted, or we
53 are in chroot.</para>
54 </listitem>
[54e0992]55 <listitem>
56 <para>[ken] - Fix a failure to build glibc-headers.</para>
57 </listitem>
[07b5f51]58 <listitem>
59 <para>[jim] - Updated to Linux 2.6.14.5.</para>
60 </listitem>
[31cff1bc]61 </itemizedlist>
62 </listitem>
63
[d4285da]64 <listitem>
65 <para>December 23, 2005</para>
66 <itemizedlist>
67 <listitem>
68 <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
69 </listitem>
70 </itemizedlist>
71 </listitem>
72
[d5e40913]73 <listitem>
74 <para>December 22, 2005</para>
75 <itemizedlist>
76 <listitem>
77 <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
78 following issue: There are parsing problems with compound assignments in several contexts,
79 including as arguments to builtins like `local', `eval', and `let', and
80 as multiple assignments in a single command.</para>
81 </listitem>
[dcc18d8f]82 <listitem>
83 <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
84 following issue: A problem with the readline callback interface can result in segmentation
85 faults when using the delete-char function via a multiple-key sequence.
86 Two consecutive calls to delete-char will crash the application calling
87 readline.</para>
88 </listitem>
[b1e8d281]89 <listitem>
90 <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
91 a potential security threat. Thus the reason for removal.</para>
92 </listitem>
[60d7f3af]93 <listitem>
94 <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
95 </listitem>
[d5e40913]96 </itemizedlist>
97 </listitem>
98
[0f48cdb0]99 <listitem>
100 <para>December 20, 2005</para>
101 <itemizedlist>
102 <listitem>
103 <para>[jim] - Updated to M4 1.4.4.</para>
104 </listitem>
105 </itemizedlist>
106 </listitem>
107
[4dbbb18]108 <listitem>
109 <para>December 19, 2005</para>
110 <itemizedlist>
111 <listitem>
112 <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
113 </listitem>
[344fb79b]114 <listitem>
115 <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
116 an issue in Gawk. Thank you Greg Schaefer.</para>
117 </listitem>
[4dbbb18]118 </itemizedlist>
119 </listitem>
120
[3f81e97e]121 <listitem>
[0cd63ff]122 <para>December 18, 2005</para>
[3f81e97e]123 <itemizedlist>
124 <listitem>
[0cd63ff]125 <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
126 perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
127 and boot sections.</para>
[3f81e97e]128 </listitem>
[49aa5e3a]129 <listitem>
130 <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
131 it was found that these were not needed for building the final system on
132 a multilib capable build.</para>
133 </listitem>
[dff8c43]134 <listitem>
135 <para>[jim] - Updated to Libtool 1.5.22.</para>
136 </listitem>
[5328cc9]137 <listitem>
138 <para>[jim] - Updated to Man-Pages 2.18.</para>
139 </listitem>
[3f81e97e]140 </itemizedlist>
141 </listitem>
142
[03bce95]143 <listitem>
144 <para>December 17, 2005</para>
145 <itemizedlist>
146 <listitem>
147 <para>[jim] - Updated to psmisc 21.9.</para>
148 </listitem>
149 </itemizedlist>
150 </listitem>
151
[f1a8441]152 <listitem>
153 <para>December 16, 2005</para>
154 <itemizedlist>
155 <listitem>
156 <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
157 </listitem>
[75f784f]158 <listitem>
159 <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
160 in perl.</para>
161 </listitem>
[f1a8441]162 </itemizedlist>
163 </listitem>
164
[655b411]165 <listitem>
166 <para>December 15, 2005</para>
167 <itemizedlist>
168 <listitem>
169 <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
170 </listitem>
[4c2b35f]171 <listitem>
172 <para>[jim] - Added not to temp-system about the WARNING message.</para>
173 </listitem>
[655b411]174 </itemizedlist>
175 </listitem>
176
[05806e8]177 <listitem>
178 <para>December 14, 2005</para>
179 <itemizedlist>
180 <listitem>
181 <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
182 further build issues.</para>
183 </listitem>
[496be96]184 <listitem>
185 <para>[jim] - Updated to Man-Pages 2.17.</para>
186 </listitem>
[43c3da5]187 <listitem>
188 <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
189 </listitem>
[05806e8]190 </itemizedlist>
191 </listitem>
192
[ec00b5da]193 <listitem>
194 <para>December 13, 2005</para>
195 <itemizedlist>
196 <listitem>
197 <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
198 Thanks to David Fix.</para>
199 </listitem>
200 </itemizedlist>
201 </listitem>
202
[d1f4384]203 <listitem>
204 <para>December 12, 2005</para>
205 <itemizedlist>
206 <listitem>
207 <para>[jim] - Removed testsuites from Temp-Tools section.</para>
208 </listitem>
209 </itemizedlist>
210 </listitem>
211
[38a5094f]212 <listitem>
[1bc724c]213 <para>December 11, 2005</para>
214 <itemizedlist>
215 <listitem>
216 <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
217 </listitem>
218 </itemizedlist>
219 </listitem>
220
221 <listitem>
[38a5094f]222 <para>December 9, 2005</para>
223 <itemizedlist>
224 <listitem>
225 <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
226 </listitem>
[9306bac]227 <listitem>
228 <para>[ken] - Bzip2 - clarify what is being tested.</para>
229 </listitem>
[beddd7f]230 <listitem>
231 <para>[jim] - Removed installation of sound sanitized headers.
232 They will be removed in the next release of linux-libc-headers.</para>
233 </listitem>
[38a5094f]234 </itemizedlist>
235 </listitem>
236
[723b084]237 <listitem>
238 <para>December 8, 2005</para>
239 <itemizedlist>
240 <listitem>
241 <para>[jim] - Upgraded to Less 394.</para>
242 </listitem>
[84e963b]243 <listitem>
244 <para>[jim] - Upgraded to Bash 3.1.</para>
245 </listitem>
[44901d7]246 <listitem>
247 <para>[jim] - Upgraded to Readline 5.1.</para>
248 </listitem>
[723b084]249 </itemizedlist>
250 </listitem>
251
[08f924db]252 <listitem>
253 <para>December 7, 2005</para>
254 <itemizedlist>
255 <listitem>
256 <para>[jim] - Upgraded to TCL 8.4.12.</para>
257 </listitem>
[142e211a]258 <listitem>
259 <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
260 </listitem>
[23ddcc3]261 <listitem>
262 <para>[jim] - Upgraded to Readline 5.0.5.</para>
263 </listitem>
[75a132b]264 <listitem>
265 <para>[jim] - Upgraded to Bash 3.0.16.</para>
266 </listitem>
267 </itemizedlist>
[08f924db]268 </listitem>
269
[ee72551]270 <listitem>
271 <para>December 6, 2005</para>
272 <itemizedlist>
273 <listitem>
274 <para>[jim] - Upgraded to Glibc 20051107.</para>
275 </listitem>
276 <listitem>
277 <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
278 </listitem>
[3490624]279 <listitem>
280 <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
281 </listitem>
282 <listitem>
283 <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
284 correct the date in changelog.</para>
285 </listitem>
[9531391]286 <listitem>
287 <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
288 for livecd builders to not loose valueable build time, if something goes
289 wrong.</para>
290 </listitem>
[c5f362fc]291 <listitem>
292 <para>[jim] - Upgraded to Findutils 4.2.27.</para>
293 </listitem>
[ee72551]294 </itemizedlist>
295 </listitem>
[82b71542]296
[77d061a]297 <listitem>
298 <para>December 5, 2005</para>
299 <itemizedlist>
300 <listitem>
301 <para>[Matt Darcy] - Updated the resources page to include reference and base
302 instructions on using the LFS pastebin</para>
[878ca1c]303 </listitem>
[82b71542]304 <listitem>
305 <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
[878ca1c]306 </listitem>
307 <listitem>
[82b71542]308 <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
309 user error system. This change will will need to be validated by
310 by other devs</para>
311 </listitem>
[54996cb]312 <listitem>
313 <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
314 testsuite doesn't bail out when testing generate-modprobe.conf.</para>
315 </listitem>
[82b71542]316 </itemizedlist>
317 </listitem>
318
[7102ce2]319 <listitem>
320 <para>December 3, 2005</para>
321 <itemizedlist>
322 <listitem>
323 <para>[ken] - Reference a home directory for dummy user when testing
[e87810e]324 coreutils, and correct sed 'man page' to 'HTML documentation', both
325 from LFS.</para>
[7102ce2]326 </listitem>
327 </itemizedlist>
328 </listitem>
329
[54f8654]330 <listitem>
[aaec9ca9]331 <para>December 2, 2005</para>
[54f8654]332 <itemizedlist>
333 <listitem>
334 <para>[jim] - Updated to Man-Pages 2.16.</para>
335 </listitem>
336 </itemizedlist>
337 </listitem>
338
[91d4a73]339 <listitem>
340 <para>December 1, 2005</para>
341 <itemizedlist>
342 <listitem>
343 <para>[jim] - Updated to Linux 2.6.14.3.</para>
344 </listitem>
[695df81]345 <listitem>
346 <para>[jim] - Updated to Man-Pages 2.15.</para>
347 </listitem>
[22de609]348 <listitem>
349 <para>[jim] - Updated to Udev 076.</para>
350 </listitem>
[a3e3be0]351 <listitem>
352 <para>[jim] - Added support for Sparc v8 and below.</para>
353 </listitem>
[91d4a73]354 </itemizedlist>
355 </listitem>
356
[e6423a01]357 <listitem>
358 <para>November 30, 2005</para>
359 <itemizedlist>
360 <listitem>
361 <para>[jim] - Text updates to final-system.</para>
362 </listitem>
[e7732d7]363 <listitem>
364 <para>[jim] - Text updates to temp-tools.</para>
365 </listitem>
[e6423a01]366 </itemizedlist>
367 </listitem>
368
[c48c555]369 <listitem>
[6069286]370 <para>November 29, 2005</para>
371 <itemizedlist>
372 <listitem>
373 <para>[jim] - Text updates to chroot.</para>
374 </listitem>
[40c1b5b]375 <listitem>
376 <para>[jim] - Text updates to boot.</para>
377 </listitem>
[6069286]378 </itemizedlist>
379 </listitem>
380
381 <listitem>
382 <para>November 28, 2005</para>
[c48c555]383 <itemizedlist>
384 <listitem>
385 <para>[jim] - Text updates to glibc in all sections.</para>
386 </listitem>
[175ff828]387 <listitem>
388 <para>[jim] - Text updates to temp-system.</para>
389 </listitem>
[1235a03]390 <listitem>
391 <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
392 </listitem>
[c48c555]393 </itemizedlist>
394 </listitem>
395
[1b823a37]396 <listitem>
[6069286]397 <para>November 27, 2005</para>
[1b823a37]398 <itemizedlist>
399 <listitem>
400 <para>[jim] - Text updates to gcc in all sections.</para>
401 </listitem>
[9e08944]402 <listitem>
403 <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
404 </listitem>
[1b823a37]405 </itemizedlist>
406 </listitem>
407
[d65c6ef]408 <listitem>
[6069286]409 <para>November 25, 2005</para>
[d65c6ef]410 <itemizedlist>
411 <listitem>
412 <para>[jim] - Text updates to binutils in all sections.</para>
413 </listitem>
414 </itemizedlist>
415 </listitem>
416
[eea1dfc]417 <listitem>
[6069286]418 <para>November 24, 2005</para>
[eea1dfc]419 <itemizedlist>
420 <listitem>
[da95ad7]421 <para>[Matt Darcy] - Text updates to resources page </para>
[eea1dfc]422 </listitem>
423 <listitem>
[da95ad7]424 <para>[Matt Darcy] - Updated reference to LFS news server to reflect
425 that it no longer exists</para>
[eea1dfc]426 </listitem>
427 </itemizedlist>
428 </listitem>
429
[da95ad7]430 <listitem>
431 <para>November 23, 2005</para>
[eea1dfc]432 <itemizedlist>
433 <listitem>
[da95ad7]434 <para>[jim] - For inetutils to utilize the Ncurses headers in
435 /tools/include.</para>
[eea1dfc]436 </listitem>
437 </itemizedlist>
438 </listitem>
439
[da95ad7]440 <listitem>
441 <para>November 21, 2005</para>
[eea1dfc]442 <itemizedlist>
443 <listitem>
[da95ad7]444 <para>[jim] - Updated to Udev 075.</para>
[eea1dfc]445 </listitem>
446 <listitem>
[da95ad7]447 <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
[eea1dfc]448 </listitem>
449 </itemizedlist>
450 </listitem>
451
[da95ad7]452 <listitem>
453 <para>November 20, 2005</para>
[eea1dfc]454 <itemizedlist>
455 <listitem>
[da95ad7]456 <para>[jim] - Updated to Findutils 4.2.26.</para>
[eea1dfc]457 </listitem>
458 </itemizedlist>
459 </listitem>
460
461 <listitem>
[da95ad7]462 <para>November 18, 2005</para>
[eea1dfc]463 <itemizedlist>
464 <listitem>
[da95ad7]465 <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
466 package.</para>
[eea1dfc]467 </listitem>
468 </itemizedlist>
469 </listitem>
470
471 <listitem>
[da95ad7]472 <para>November 17, 2005</para>
[eea1dfc]473 <itemizedlist>
474 <listitem>
[da95ad7]475 <para>[jim] - Update to Man-Pages 2.14.</para>
[eea1dfc]476 </listitem>
477 <listitem>
[da95ad7]478 <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
479 Architecture. New Patch added.</para>
[eea1dfc]480 </listitem>
481 <listitem>
[da95ad7]482 <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
[eea1dfc]483 </listitem>
484 </itemizedlist>
485 </listitem>
486
487 <listitem>
[da95ad7]488 <para>November 13, 2005</para>
[eea1dfc]489 <itemizedlist>
490 <listitem>
[da95ad7]491 <para>[manuel] - Improve the heuristic for determining a locale that
492 is supported by both Glibc and packages outside LFS. Ported from
493 LFS-SVN.</para>
[eea1dfc]494 </listitem>
495 <listitem>
[da95ad7]496 <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
497 as make runs it automatically. Ported from LFS-SVN.</para>
[eea1dfc]498 </listitem>
499 <listitem>
[da95ad7]500 <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
[eea1dfc]501 </listitem>
502 <listitem>
[da95ad7]503 <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
[eea1dfc]504 </listitem>
505 </itemizedlist>
506 </listitem>
507
508 <listitem>
[da95ad7]509 <para>November 10, 2005</para>
[eea1dfc]510 <itemizedlist>
511 <listitem>
[da95ad7]512 <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
513 testsuite. Ported from LFS-SVN.</para>
[eea1dfc]514 </listitem>
515 <listitem>
[da95ad7]516 <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
[eea1dfc]517 </listitem>
518 <listitem>
[da95ad7]519 <para>[jim] - Added text for multilib kernel build requirements.</para>
[eea1dfc]520 </listitem>
521 </itemizedlist>
522 </listitem>
523
524 <listitem>
[da95ad7]525 <para>November 9, 2005</para>
[eea1dfc]526 <itemizedlist>
527 <listitem>
[da95ad7]528 <para>[manuel] - Stop Udev from killing udevd processes on the
529 system and removed udevdir=/dev. Ported from LFS-SVN.</para>
[eea1dfc]530 </listitem>
531 <listitem>
[da95ad7]532 <para>[manuel] - Install the binaries from Less to /usr/bin instead
533 of /bin. Ported from LFS-SVN.</para>
[eea1dfc]534 </listitem>
535 <listitem>
[da95ad7]536 <para>[manuel] - Removed SBUs and disk usage information.</para>
[eea1dfc]537 </listitem>
538 <listitem>
[da95ad7]539 <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
[eea1dfc]540 </listitem>
541 </itemizedlist>
542 </listitem>
543
544 <listitem>
[da95ad7]545 <para>November 8, 2005</para>
[eea1dfc]546 <itemizedlist>
547 <listitem>
[da95ad7]548 <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
[eea1dfc]549 </listitem>
550 </itemizedlist>
551 </listitem>
552
553 <listitem>
[da95ad7]554 <para>November 7, 2005</para>
[eea1dfc]555 <itemizedlist>
556 <listitem>
[da95ad7]557 <para>[manuel] - Remove the optimization related warnings from the
558 toolchain packages. Ported from LFS-SVN.</para>
[eea1dfc]559 </listitem>
560 <listitem>
[da95ad7]561 <para>[manuel] - Install Vim's documentation to <filename
562 class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
563 of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
564 Ported from LFS-SVN.</para>
[eea1dfc]565 </listitem>
566 <listitem>
[da95ad7]567 <para>[manuel] - Correct the instructions for running the
568 Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
[eea1dfc]569 </listitem>
570 <listitem>
[da95ad7]571 <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
572 cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
[eea1dfc]573 </listitem>
574 </itemizedlist>
575 </listitem>
576
577 <listitem>
[da95ad7]578 <para>November 6, 2005</para>
[eea1dfc]579 <itemizedlist>
580 <listitem>
[da95ad7]581 <para>[jim] - Updated to Coreutils 5.93.</para>
[eea1dfc]582 </listitem>
583 <listitem>
[da95ad7]584 <para>[jim] - Updated to Procps 3.2.6.</para>
[eea1dfc]585 </listitem>
586 <listitem>
[da95ad7]587 <para>[jim] - Updated to Man-Pages 2.13.</para>
[eea1dfc]588 </listitem>
589 </itemizedlist>
590 </listitem>
591
592 <listitem>
[da95ad7]593 <para>November 5, 2005</para>
[eea1dfc]594 <itemizedlist>
595 <listitem>
[da95ad7]596 <para>[jim] - Updated to psmisc 21.8.</para>
[eea1dfc]597 </listitem>
598 </itemizedlist>
599 </listitem>
600
601 <listitem>
[da95ad7]602 <para>November 3, 2005</para>
[eea1dfc]603 <itemizedlist>
604 <listitem>
[da95ad7]605 <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
606 Added fixes for dircolors and md5sum also.</para>
[420e0cd]607 </listitem>
608 </itemizedlist>
609 </listitem>
610
[bf8c11f]611 <listitem>
[da95ad7]612 <para>October 31, 2005</para>
[bf8c11f]613 <itemizedlist>
614 <listitem>
[da95ad7]615 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
[bf8c11f]616 </listitem>
617 </itemizedlist>
618 </listitem>
619
620 </itemizedlist>
621
622 <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
623
624</sect1>
Note: See TracBrowser for help on using the repository browser.