source: introduction/common/changelog.xml@ 4874144

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

r923@server (orig r921): jim | 2005-12-19 23:12:00 -0800

r1107@server: jim | 2005-12-18 23:52:15 -0800
Updated to Libtool 1.5.22


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