source: introduction/common/changelog.xml@ b9d2f7c

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

r911@server (orig r909): jim | 2005-12-17 01:55:18 -0800

r1092@server: jim | 2005-12-17 01:43:51 -0800
Updated to psmisc 21.9


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