source: BOOK/introduction/common/changelog.xml@ 8d6073c

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 8d6073c was cf682c1, checked in by Jim Gifford <clfs@…>, 19 years ago

r884@server (orig r882): ken | 2005-12-11 06:21:27 -0800
Fix tcl configure with new bash

  • Property mode set to 100644
File size: 13.3 KB
RevLine 
[3f8be484]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
[9095be6]21 <itemizedlist>
22 <title>Changelog Entries:</title>
[3f8be484]23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
[9095be6]30 <para>[name] - New changelog entry.</para>
[3f8be484]31 </listitem>
32 <listitem>
[9095be6]33 <para>[name] - Previous changelog entry.</para>
[3f8be484]34 </listitem>
35 </itemizedlist>
36 </listitem>
37-->
38
[5548691]39 <listitem>
[cf682c1]40 <para>December 11, 2005</para>
41 <itemizedlist>
42 <listitem>
43 <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
44 </listitem>
45 </itemizedlist>
46 </listitem>
47
48 <listitem>
[5548691]49 <para>December 9, 2005</para>
50 <itemizedlist>
51 <listitem>
52 <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
53 </listitem>
[263192a]54 <listitem>
55 <para>[ken] - Bzip2 - clarify what is being tested.</para>
56 </listitem>
[a305bc8]57 <listitem>
58 <para>[jim] - Removed installation of sound sanitized headers.
59 They will be removed in the next release of linux-libc-headers.</para>
60 </listitem>
[5548691]61 </itemizedlist>
62 </listitem>
63
[37f823f]64 <listitem>
65 <para>December 8, 2005</para>
66 <itemizedlist>
67 <listitem>
68 <para>[jim] - Upgraded to Less 394.</para>
69 </listitem>
[a07c54f]70 <listitem>
71 <para>[jim] - Upgraded to Bash 3.1.</para>
72 </listitem>
[7cf63a7]73 <listitem>
74 <para>[jim] - Upgraded to Readline 5.1.</para>
75 </listitem>
[37f823f]76 </itemizedlist>
77 </listitem>
78
[be51f6c]79 <listitem>
80 <para>December 7, 2005</para>
81 <itemizedlist>
82 <listitem>
83 <para>[jim] - Upgraded to TCL 8.4.12.</para>
84 </listitem>
[b40367c]85 <listitem>
86 <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
87 </listitem>
[b562af6]88 <listitem>
89 <para>[jim] - Upgraded to Readline 5.0.5.</para>
90 </listitem>
[27d97b0e]91 <listitem>
92 <para>[jim] - Upgraded to Bash 3.0.16.</para>
93 </listitem>
94 </itemizedlist>
[be51f6c]95 </listitem>
96
[b370497]97 <listitem>
98 <para>December 6, 2005</para>
99 <itemizedlist>
100 <listitem>
101 <para>[jim] - Upgraded to Glibc 20051107.</para>
102 </listitem>
103 <listitem>
104 <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
105 </listitem>
[e3fd238]106 <listitem>
107 <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
108 </listitem>
109 <listitem>
110 <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
111 correct the date in changelog.</para>
112 </listitem>
[6b369e9]113 <listitem>
114 <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
115 for livecd builders to not loose valueable build time, if something goes
116 wrong.</para>
117 </listitem>
[ce36880]118 <listitem>
119 <para>[jim] - Upgraded to Findutils 4.2.27.</para>
120 </listitem>
[b370497]121 </itemizedlist>
122 </listitem>
[7b2bd6b]123
[c362725]124 <listitem>
125 <para>December 5, 2005</para>
126 <itemizedlist>
127 <listitem>
128 <para>[Matt Darcy] - Updated the resources page to include reference and base
129 instructions on using the LFS pastebin</para>
[1f04f72]130 </listitem>
[7b2bd6b]131 <listitem>
132 <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
[1f04f72]133 </listitem>
134 <listitem>
[7b2bd6b]135 <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
136 user error system. This change will will need to be validated by
137 by other devs</para>
138 </listitem>
[24a0fbf4]139 <listitem>
140 <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
141 testsuite doesn't bail out when testing generate-modprobe.conf.</para>
142 </listitem>
[7b2bd6b]143 </itemizedlist>
144 </listitem>
145
[bcbcf48]146 <listitem>
147 <para>December 3, 2005</para>
148 <itemizedlist>
149 <listitem>
150 <para>[ken] - Reference a home directory for dummy user when testing
[df0712e]151 coreutils, and correct sed 'man page' to 'HTML documentation', both
152 from LFS.</para>
[bcbcf48]153 </listitem>
154 </itemizedlist>
155 </listitem>
156
[f87f99c]157 <listitem>
[2db7d0d]158 <para>December 2, 2005</para>
[f87f99c]159 <itemizedlist>
160 <listitem>
161 <para>[jim] - Updated to Man-Pages 2.16.</para>
162 </listitem>
163 </itemizedlist>
164 </listitem>
165
[375e915]166 <listitem>
167 <para>December 1, 2005</para>
168 <itemizedlist>
169 <listitem>
170 <para>[jim] - Updated to Linux 2.6.14.3.</para>
171 </listitem>
[cd69c8e]172 <listitem>
173 <para>[jim] - Updated to Man-Pages 2.15.</para>
174 </listitem>
[94787be]175 <listitem>
176 <para>[jim] - Updated to Udev 076.</para>
177 </listitem>
[24a62de]178 <listitem>
179 <para>[jim] - Added support for Sparc v8 and below.</para>
180 </listitem>
[375e915]181 </itemizedlist>
182 </listitem>
183
[e0e40d3]184 <listitem>
185 <para>November 30, 2005</para>
186 <itemizedlist>
187 <listitem>
188 <para>[jim] - Text updates to final-system.</para>
189 </listitem>
[aa3ee8b]190 <listitem>
191 <para>[jim] - Text updates to temp-tools.</para>
192 </listitem>
[e0e40d3]193 </itemizedlist>
194 </listitem>
195
[d3a4fc0]196 <listitem>
[19a6071]197 <para>November 29, 2005</para>
198 <itemizedlist>
199 <listitem>
200 <para>[jim] - Text updates to chroot.</para>
201 </listitem>
[308a04c]202 <listitem>
203 <para>[jim] - Text updates to boot.</para>
204 </listitem>
[19a6071]205 </itemizedlist>
206 </listitem>
207
208 <listitem>
209 <para>November 28, 2005</para>
[d3a4fc0]210 <itemizedlist>
211 <listitem>
212 <para>[jim] - Text updates to glibc in all sections.</para>
213 </listitem>
[1bc8e5f]214 <listitem>
215 <para>[jim] - Text updates to temp-system.</para>
216 </listitem>
[735ac8e]217 <listitem>
218 <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
219 </listitem>
[d3a4fc0]220 </itemizedlist>
221 </listitem>
222
[d55f00bc]223 <listitem>
[19a6071]224 <para>November 27, 2005</para>
[d55f00bc]225 <itemizedlist>
226 <listitem>
227 <para>[jim] - Text updates to gcc in all sections.</para>
228 </listitem>
[0350f47]229 <listitem>
230 <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
231 </listitem>
[d55f00bc]232 </itemizedlist>
233 </listitem>
234
[ed8de1a]235 <listitem>
[19a6071]236 <para>November 25, 2005</para>
[ed8de1a]237 <itemizedlist>
238 <listitem>
239 <para>[jim] - Text updates to binutils in all sections.</para>
240 </listitem>
241 </itemizedlist>
242 </listitem>
243
[3fc6b0b9]244 <listitem>
[19a6071]245 <para>November 24, 2005</para>
[3fc6b0b9]246 <itemizedlist>
247 <listitem>
[9095be6]248 <para>[Matt Darcy] - Text updates to resources page </para>
[3fc6b0b9]249 </listitem>
250 <listitem>
[9095be6]251 <para>[Matt Darcy] - Updated reference to LFS news server to reflect
252 that it no longer exists</para>
[3fc6b0b9]253 </listitem>
254 </itemizedlist>
255 </listitem>
256
[9095be6]257 <listitem>
258 <para>November 23, 2005</para>
[3fc6b0b9]259 <itemizedlist>
260 <listitem>
[9095be6]261 <para>[jim] - For inetutils to utilize the Ncurses headers in
262 /tools/include.</para>
[3fc6b0b9]263 </listitem>
264 </itemizedlist>
265 </listitem>
266
[9095be6]267 <listitem>
268 <para>November 21, 2005</para>
[3fc6b0b9]269 <itemizedlist>
270 <listitem>
[9095be6]271 <para>[jim] - Updated to Udev 075.</para>
[3fc6b0b9]272 </listitem>
273 <listitem>
[9095be6]274 <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
[3fc6b0b9]275 </listitem>
276 </itemizedlist>
277 </listitem>
278
[9095be6]279 <listitem>
280 <para>November 20, 2005</para>
[3fc6b0b9]281 <itemizedlist>
282 <listitem>
[9095be6]283 <para>[jim] - Updated to Findutils 4.2.26.</para>
[3fc6b0b9]284 </listitem>
285 </itemizedlist>
286 </listitem>
287
288 <listitem>
[9095be6]289 <para>November 18, 2005</para>
[3fc6b0b9]290 <itemizedlist>
291 <listitem>
[9095be6]292 <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
293 package.</para>
[3fc6b0b9]294 </listitem>
295 </itemizedlist>
296 </listitem>
297
298 <listitem>
[9095be6]299 <para>November 17, 2005</para>
[3fc6b0b9]300 <itemizedlist>
301 <listitem>
[9095be6]302 <para>[jim] - Update to Man-Pages 2.14.</para>
[3fc6b0b9]303 </listitem>
304 <listitem>
[9095be6]305 <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
306 Architecture. New Patch added.</para>
[3fc6b0b9]307 </listitem>
308 <listitem>
[9095be6]309 <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
[3fc6b0b9]310 </listitem>
311 </itemizedlist>
312 </listitem>
313
314 <listitem>
[9095be6]315 <para>November 13, 2005</para>
[3fc6b0b9]316 <itemizedlist>
317 <listitem>
[9095be6]318 <para>[manuel] - Improve the heuristic for determining a locale that
319 is supported by both Glibc and packages outside LFS. Ported from
320 LFS-SVN.</para>
[3fc6b0b9]321 </listitem>
322 <listitem>
[9095be6]323 <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
324 as make runs it automatically. Ported from LFS-SVN.</para>
[3fc6b0b9]325 </listitem>
326 <listitem>
[9095be6]327 <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
[3fc6b0b9]328 </listitem>
329 <listitem>
[9095be6]330 <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
[3fc6b0b9]331 </listitem>
332 </itemizedlist>
333 </listitem>
334
335 <listitem>
[9095be6]336 <para>November 10, 2005</para>
[3fc6b0b9]337 <itemizedlist>
338 <listitem>
[9095be6]339 <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
340 testsuite. Ported from LFS-SVN.</para>
[3fc6b0b9]341 </listitem>
342 <listitem>
[9095be6]343 <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
[3fc6b0b9]344 </listitem>
345 <listitem>
[9095be6]346 <para>[jim] - Added text for multilib kernel build requirements.</para>
[3fc6b0b9]347 </listitem>
348 </itemizedlist>
349 </listitem>
350
351 <listitem>
[9095be6]352 <para>November 9, 2005</para>
[3fc6b0b9]353 <itemizedlist>
354 <listitem>
[9095be6]355 <para>[manuel] - Stop Udev from killing udevd processes on the
356 system and removed udevdir=/dev. Ported from LFS-SVN.</para>
[3fc6b0b9]357 </listitem>
358 <listitem>
[9095be6]359 <para>[manuel] - Install the binaries from Less to /usr/bin instead
360 of /bin. Ported from LFS-SVN.</para>
[3fc6b0b9]361 </listitem>
362 <listitem>
[9095be6]363 <para>[manuel] - Removed SBUs and disk usage information.</para>
[3fc6b0b9]364 </listitem>
365 <listitem>
[9095be6]366 <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
[3fc6b0b9]367 </listitem>
368 </itemizedlist>
369 </listitem>
370
371 <listitem>
[9095be6]372 <para>November 8, 2005</para>
[3fc6b0b9]373 <itemizedlist>
374 <listitem>
[9095be6]375 <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
[3fc6b0b9]376 </listitem>
377 </itemizedlist>
378 </listitem>
379
380 <listitem>
[9095be6]381 <para>November 7, 2005</para>
[3fc6b0b9]382 <itemizedlist>
383 <listitem>
[9095be6]384 <para>[manuel] - Remove the optimization related warnings from the
385 toolchain packages. Ported from LFS-SVN.</para>
[3fc6b0b9]386 </listitem>
387 <listitem>
[9095be6]388 <para>[manuel] - Install Vim's documentation to <filename
389 class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
390 of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
391 Ported from LFS-SVN.</para>
[3fc6b0b9]392 </listitem>
393 <listitem>
[9095be6]394 <para>[manuel] - Correct the instructions for running the
395 Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
[3fc6b0b9]396 </listitem>
397 <listitem>
[9095be6]398 <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
399 cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
[3fc6b0b9]400 </listitem>
401 </itemizedlist>
402 </listitem>
403
404 <listitem>
[9095be6]405 <para>November 6, 2005</para>
[3fc6b0b9]406 <itemizedlist>
407 <listitem>
[9095be6]408 <para>[jim] - Updated to Coreutils 5.93.</para>
[3fc6b0b9]409 </listitem>
410 <listitem>
[9095be6]411 <para>[jim] - Updated to Procps 3.2.6.</para>
[3fc6b0b9]412 </listitem>
413 <listitem>
[9095be6]414 <para>[jim] - Updated to Man-Pages 2.13.</para>
[3fc6b0b9]415 </listitem>
416 </itemizedlist>
417 </listitem>
418
419 <listitem>
[9095be6]420 <para>November 5, 2005</para>
[3fc6b0b9]421 <itemizedlist>
422 <listitem>
[9095be6]423 <para>[jim] - Updated to psmisc 21.8.</para>
[3fc6b0b9]424 </listitem>
425 </itemizedlist>
426 </listitem>
427
428 <listitem>
[9095be6]429 <para>November 3, 2005</para>
[3fc6b0b9]430 <itemizedlist>
431 <listitem>
[9095be6]432 <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
433 Added fixes for dircolors and md5sum also.</para>
[8fdfc096]434 </listitem>
435 </itemizedlist>
436 </listitem>
437
[3f8be484]438 <listitem>
[9095be6]439 <para>October 31, 2005</para>
[3f8be484]440 <itemizedlist>
441 <listitem>
[9095be6]442 <para>[jim] - Now an official project. Resetting all Changelogs.</para>
[3f8be484]443 </listitem>
444 </itemizedlist>
445 </listitem>
446
447 </itemizedlist>
448
449 <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
450
451</sect1>
Note: See TracBrowser for help on using the repository browser.