source: chapter01/changelog.xml@ 03710b4

6.3
Last change on this file since 03710b4 was 03710b4, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Merge r8278 from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 47.7 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[e054f07]7
[35edd52]8<sect1 id="ch-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>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;mirrors.html"/>.</para>
17
18 <para>Below is a list of changes made since the previous release of the
19 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>
[bb61f4f0]37-->
[0e6d3c0]38
[87184605]39
[03710b4]40 <listitem>
41 <para>2007-08-07</para>
42 <itemizedlist>
43 <listitem>
44 <para>[dnicholson] - Added the <parameter>--disable-werror</parameter>
45 parameter to Binutils Pass 1.</para>
46 </listitem>
47 </itemizedlist>
48 </listitem>
49
[ac713c1]50 <listitem>
51 <para>2007-08-06</para>
52 <itemizedlist>
53 <listitem>
54 <para>[dnicholson] - Fixed a typo and clarified text on the Perl
55 page. Reported by Shawn.</para>
56 </listitem>
57 </itemizedlist>
58 </listitem>
59
[caac4c2]60 <listitem>
61 <para>2007-07-31</para>
62 <itemizedlist>
[6a696aa]63 <listitem>
64 <para>[dnicholson] - Updated to glibc-2.5.1.</para>
65 </listitem>
[caac4c2]66 <listitem>
67 <para>[dnicholson] - Updated udev-config rules to 20070731 to work
68 with Linux-2.6.22.</para>
69 </listitem>
70 </itemizedlist>
71 </listitem>
72
[31a45f4]73 <listitem>
74 <para>2007-07-30</para>
75 <itemizedlist>
76 <listitem>
77 <para>[dnicholson] - Updated LFS-Bootscripts to 20070730 and added
78 the description for the new <command>consolelog</command>
79 script.</para>
80 </listitem>
81 </itemizedlist>
82 </listitem>
83
[87184605]84 <listitem>
[ff08e99]85 <para>2007-07-26</para>
86 <itemizedlist>
87 <listitem>
88 <para>[bdubbs] - Adjust grep patteren in Ch. 6 gcc to only match
89 desired output.</para>
90 </listitem>
91 </itemizedlist>
92 </listitem>
93
[ad83f72]94 <listitem>
95 <para>2007-07-24</para>
96 <itemizedlist>
[4b720c1]97 <listitem>
98 <para>[dnicholson] - Fix the Ncurses' library install to remove a
99 symbolic link before writing a linker script to that location.
100 Reported by Lieven De Keyzer.</para>
101 </listitem>
[107cf5b]102 <listitem>
103 <para>[bdubbs] - Created LFS 6.3-rc-1.</para>
104 </listitem>
[ad83f72]105 <listitem>
106 <para>[dnicholson] - Remove inconsistent uses of &amp;&amp; from
107 the book.</para>
108 </listitem>
109 </itemizedlist>
110 </listitem>
111
[19e5dcd]112 <listitem>
113 <para>2007-07-23</para>
114 <itemizedlist>
115 <listitem>
116 <para>[bdubbs] - Upgrade to Man-Pages-2.63, fixes
117 <ulink url="&lfs-ticket-root;2050">#2050</ulink>.</para>
118 </listitem>
[5985198]119 <listitem>
120 <para>[dnicholson] - Added `echo' to the Essential Symlinks section
121 as it is needed for the Glibc testsuite.</para>
122 </listitem>
[b1a3697]123 <listitem>
124 <para>[dnicholson] - Added a known failing test to the Ch. 6 Glibc
125 page.</para>
126 </listitem>
127 </itemizedlist>
128 </listitem>
129
[87184605]130 <listitem>
131 <para>2007-07-18</para>
132 <itemizedlist>
133 <listitem>
134 <para>[dnicholson] - Described the configuration of the consolelog
135 bootscript.</para>
136 </listitem>
137 </itemizedlist>
138 </listitem>
139
[7e1b3ce]140 <listitem>
141 <para>2007-07-17</para>
142 <itemizedlist>
[4e8074a2]143 <listitem>
144 <para>[matthew] - Upgrade to Man-Pages-2.62, fixes
145 <ulink url="&lfs-ticket-root;2049">#2049</ulink>.</para>
146 </listitem>
[2cf03417]147 <listitem>
148 <para>[matthew] - Upgrade to M4-1.4.10, fixes
149 <ulink url="&lfs-ticket-root;2048">#2048</ulink>.</para>
150 </listitem>
[7900dc3]151 <listitem>
152 <para>[matthew] - Upgrade to Linux-2.6.22.1, fixes
153 <ulink url="&lfs-ticket-root;2044">#2044</ulink>.</para>
154 </listitem>
[7e1b3ce]155 <listitem>
156 <para>[matthew] - Upgrade to E2fsprogs-1.40.2, fixes
157 <ulink url="&lfs-ticket-root;2042">#2042</ulink>. Remove the
158 --disable-evms configure parameter as it is no longer recognised by
159 the configure script.</para>
160 </listitem>
161 </itemizedlist>
162 </listitem>
163
[f025bfe]164 <listitem>
165 <para>2007-07-14</para>
166 <itemizedlist>
[2d01177]167 <listitem>
168 <para>[dnicholson] - Updated the Glibc Branch Update patch to a
169 new snapshot from upstream.</para>
170 </listitem>
[f025bfe]171 <listitem>
172 <para>[dnicholson] - Made the Linux API Headers install safer by
173 using an intermediate directory.</para>
174 </listitem>
175 </itemizedlist>
176 </listitem>
177
[0e6d3c0]178 <listitem>
179 <para>2007-07-06</para>
180 <itemizedlist>
181 <listitem>
182 <para>[manuel] - Updated the stylesheets and Makefile to use the new
183 XSL code and Fop-0.93.</para>
184 </listitem>
185 </itemizedlist>
186 </listitem>
187
[3ff0133]188 <listitem>
189 <para>2007-06-30</para>
190 <itemizedlist>
[ead6e7a]191 <listitem>
192 <para>[matthew] - Add upstream patches for Vim.</para>
193 </listitem>
[25048ce]194 <listitem>
195 <para>[matthew] - Upgrade to Udev-113, fixes
196 <ulink url="&lfs-ticket-root;2040">#2040</ulink>.</para>
197 </listitem>
[0b45ce2]198 <listitem>
199 <para>[matthew] - Upgrade to Texinfo-4.9, fixes
200 <ulink url="&lfs-ticket-root;2041">#2041</ulink>.</para>
201 </listitem>
[968c7be]202 <listitem>
203 <para>[matthew] - Upgrade to Tar-1.18, fixes
204 <ulink url="&lfs-ticket-root;2039">#2039</ulink>.</para>
205 </listitem>
[3c0135c]206 <listitem>
207 <para>[matthew] - Upgrade to Libtool-1.5.24, fixes
208 <ulink url="&lfs-ticket-root;2038">#2038</ulink>.</para>
209 </listitem>
[dcba60dd]210 <listitem>
211 <para>[matthew] - Upgrade to Less-406, fixes
212 <ulink url="&lfs-ticket-root;2036">#2036</ulink>.</para>
213 </listitem>
[3ff0133]214 <listitem>
215 <para>[alexander] - Updated inetutils MD5 sum. Upstream has
216 re-released the tarball with the only changes being relicensing
217 under GPLv3 or later, and re-autotooling.</para>
218 </listitem>
219 </itemizedlist>
220 </listitem>
[a7ec1e7]221
222 <listitem>
223 <para>2007-06-29</para>
224 <itemizedlist>
225 <listitem>
226 <para>[alexander] - Use stable download location for Man-Pages.</para>
227 </listitem>
228 </itemizedlist>
229 </listitem>
230
[04d5efb]231 <listitem>
232 <para>2007-06-28</para>
233 <itemizedlist>
234 <listitem>
235 <para>[dnicholson] - Upgrade to Man-Pages-2.60, fixes
236 <ulink url="&lfs-ticket-root;2034">#2035</ulink>.</para>
237 </listitem>
238 </itemizedlist>
239 </listitem>
240
[49171771]241 <listitem>
242 <para>2007-06-17</para>
243 <itemizedlist>
244 <listitem>
[c9c5be1]245 <para>[matthew] - Upgrade to Udev-112, fixes
246 <ulink url="&lfs-ticket-root;2030">#2030</ulink>.</para>
[077cae4]247 </listitem>
248 <listitem>
[c1f4d9c]249 <para>[matthew] - Upgrade to Man-Pages-2.56, fixes
250 <ulink url="&lfs-ticket-root;2034">#2034</ulink>.</para>
[077cae4]251 </listitem>
252 <listitem>
[49171771]253 <para>[matthew] - Upgrade to Linux-2.6.21.5, fixes
254 <ulink url="&lfs-ticket-root;2027">#2027</ulink>.</para>
255 </listitem>
[479f92f]256 </itemizedlist>
257 </listitem>
258
[f29b290]259 <listitem>
260 <para>2007-06-12</para>
261 <itemizedlist>
262 <listitem>
263 <para>[ken] - Upgrade to file-4.21, fixes
264 <ulink url="&lfs-ticket-root;2017">#2017</ulink>.</para>
[077cae4]265 </listitem>
266 <listitem>
[09a7c8d]267 <para>[ken] - Upgrade to less-403, fixes
268 <ulink url="&lfs-ticket-root;2019">#2019</ulink>.</para>
[077cae4]269 </listitem>
270 <listitem>
[5e26f15]271 <para>[ken] - Upgrade to man-pages-2.55, fixes
272 <ulink url="&lfs-ticket-root;2028">#2028</ulink>.</para>
[077cae4]273 </listitem>
274 <listitem>
[63ebb95c]275 <para>[ken] - Upgrade to findutils-4.2.31, fixes
276 <ulink url="&lfs-ticket-root;2025">#2025</ulink>.</para>
[077cae4]277 </listitem>
278 <listitem>
[2e80ff1]279 <para>[ken] - Upgrade to tar-1.17, fixes
280 <ulink url="&lfs-ticket-root;2029">#2029</ulink>.</para>
[479f92f]281 </listitem>
[f29b290]282 </itemizedlist>
283 </listitem>
[f4c628c]284
[ecbbbd4]285 <listitem>
286 <para>2007-06-10</para>
287 <itemizedlist>
288 <listitem>
[0e62210]289 <para>[manuel] - Added a note about possible LiveCD issues on newer
290 hardware and asking for testers. See <ulink
291 url="&lfs-ticket-root;1938">#1938</ulink>.</para>
292 </listitem>
293 <listitem>
294 <para>[manuel] - Added explanations to Bash testsuite commands.
[ecbbbd4]295 Closes <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para>
296 </listitem>
297 </itemizedlist>
298 </listitem>
299
[2ccccf7]300 <listitem>
301 <para>2007-06-06</para>
302 <itemizedlist>
303 <listitem>
304 <para>[manuel] - Adjusted locale settings for Bash testsuite run and
305 kernel <command>make menuconfig</command> command. Fixes
306 <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para>
307 </listitem>
308 </itemizedlist>
309 </listitem>
310
[d453c69]311 <listitem>
312 <para>2007-06-05</para>
313 <itemizedlist>
[6c75ca3]314 <listitem>
315 <para>[manuel] - Made more prominent that the headers in the system's
316 include directory must be ones against which Glibc was compiled.
[2ccccf7]317 Fixes <ulink url="&lfs-ticket-root;2024">#2024</ulink>.</para>
[6c75ca3]318 </listitem>
319 <listitem>
[d453c69]320 <para>[alexander] - Upgrade to Linux-2.6.21.3, Man-Pages-2.51 and
321 TCL-8.4.15.
322 Fixes <ulink url="&lfs-ticket-root;2020">#2020</ulink>,
[b3244578]323 <ulink url="&lfs-ticket-root;2021">#2021</ulink> and
[d453c69]324 <ulink url="&lfs-ticket-root;2022">#2022</ulink>.</para>
[6c75ca3]325 </listitem>
[d453c69]326 </itemizedlist>
327 </listitem>
328
[8c0dce3]329 <listitem>
330 <para>2007-05-13</para>
331 <itemizedlist>
[4b225a4]332 <listitem>
333 <para>[matthew] - Upgrade to Udev-111. Fixes
334 <ulink url="&lfs-ticket-root;1998">#1998</ulink>.</para>
335 </listitem>
[4df29592]336 <listitem>
337 <para>[matthew] - Fix an overly aggressive sed, which prevented
338 several of Shadow's man pages from being installed instead of just
339 groups(1).</para>
340 </listitem>
[8c0dce3]341 <listitem>
342 <para>[matthew] - Upgrade to Man-pages-2.48. Fixes
343 <ulink url="&lfs-ticket-root;2000">#2000</ulink>.</para>
344 </listitem>
345 </itemizedlist>
346 </listitem>
347
[0a6f214]348 <listitem>
349 <para>2007-05-07</para>
350 <itemizedlist>
351 <listitem>
352 <para>[dnicholson] - Fixed the toolchain sanity check after GCC
353 to reference the /usr/local/include directory. Thanks to David
354 Murphy for the report.</para>
355 </listitem>
356 </itemizedlist>
357 </listitem>
358
[c0a66f8]359 <listitem>
360 <para>2007-05-05</para>
361 <itemizedlist>
[e034bd5]362 <listitem>
363 <para>[matthew] - Incorporate latest upstream patches for Vim.</para>
364 </listitem>
[4815026]365 <listitem>
366 <para>[matthew] - Upgrade to Udev-110. Fixes
367 <ulink url="&lfs-ticket-root;1992">#1992</ulink>.</para>
368 </listitem>
[b8e2ee0]369 <listitem>
370 <para>[matthew] - Incorporate latest upstream patches for Readline.
371 </para>
372 </listitem>
[2ca1583]373 <listitem>
374 <para>[matthew] - Upgrade to Psmisc-22.5. Fixes
375 <ulink url="&lfs-ticket-root;1991">#1991</ulink>.</para>
376 </listitem>
[1aba30d]377 <listitem>
378 <para>[matthew] - Add a patch from upstream to fix issues in Ncurses
379 found by the Coverity static code analysis tool. Fixes
380 <ulink url="&lfs-ticket-root;1995">#1995</ulink>.</para>
381 </listitem>
[22cf3bf]382 <listitem>
383 <para>[matthew] - Upgrade to Man-pages-2.46. Fixes
384 <ulink url="&lfs-ticket-root;1994">#1994</ulink>.</para>
385 </listitem>
[3776719]386 <listitem>
387 <para>[matthew] - Upgrade to Linux-2.6.21.1. Fixes
388 <ulink url="&lfs-ticket-root;1993">#1993</ulink>.</para>
389 </listitem>
[c0a66f8]390 <listitem>
391 <para>[matthew] - Incorporate latest upstream patches for Bash.
392 </para>
393 </listitem>
394 </itemizedlist>
395 </listitem>
396
[cc057e0]397 <listitem>
398 <para>2007-04-20</para>
399 <itemizedlist>
400 <listitem>
401 <para>[dnicholson] - Upgrade to LFS-Bootscripts-20070420.</para>
402 </listitem>
403 </itemizedlist>
404 </listitem>
405
[e4483f8]406 <listitem>
407 <para>2007-04-16</para>
408 <itemizedlist>
[a728d16]409 <listitem>
[27b8ff9]410 <para>[matthew] - Increase the version of Bison required on host
411 systems to 1.875. Bash doesn't work correctly with versions less than
412 that. Fixes <ulink url="&lfs-ticket-root;1977">#1977</ulink>.</para>
[c8672728]413 </listitem>
414 <listitem>
[a728d16]415 <para>[matthew] - Change all references to
416 <filename>/etc/adjtime</filename> in the Util-Linux sources to
417 <filename>/var/lib/hwclock/adjtime</filename>. Previously, only
418 <filename>hwclock/hwclock.c</filename> was changed, which meant that
419 man pages contained references to the non-FHS compliant location.
420 Fixes <ulink url="&lfs-ticket-root;1984">#1984</ulink>.</para>
421 </listitem>
[8536c02]422 <listitem>
423 <para>[matthew] - Upgrade to Udev-108. Fixes
424 <ulink url="&lfs-ticket-root;1976">#1976</ulink>.</para>
425 </listitem>
[ce33e575]426 <listitem>
427 <para>[matthew] - Upgrade to Man-pages-2.44. Fixes
428 <ulink url="&lfs-ticket-root;1987">#1987</ulink>.</para>
429 </listitem>
[ee7f047]430 <listitem>
431 <para>[matthew] - Upgrade to Man-db-2.4.4. Fixes
432 <ulink url="&lfs-ticket-root;1975">#1975</ulink>.</para>
433 </listitem>
[3969b27]434 <listitem>
435 <para>[matthew] - Upgrade to M4-1.4.9. Fixes
436 <ulink url="&lfs-ticket-root;1983">#1983</ulink>.</para>
437 </listitem>
[fdbc7df]438 <listitem>
439 <para>[matthew] - Upgrade to Linux-2.6.20.7. Fixes
440 <ulink url="&lfs-ticket-root;1986">#1986</ulink>.</para>
441 </listitem>
[b782e05]442 <listitem>
443 <para>[matthew] - Upgrade to Gzip-1.3.12. Fixes
444 <ulink url="&lfs-ticket-root;1989">#1989</ulink>.</para>
445 </listitem>
[e4483f8]446 <listitem>
[1686ad8]447 <para>[matthew] - Remove File's reg_startend patch. It is not
448 necessary on Glibc-based systems. Thanks to Greg Schafer for the
449 report.</para>
450 </listitem>
451 <listitem>
[e4483f8]452 <para>[matthew] - Upgrade to Coreutils-6.9. Fixes
453 <ulink url="&lfs-ticket-root;1982">#1982</ulink>.</para>
454 </listitem>
455 </itemizedlist>
456 </listitem>
457
[f4c628c]458 <listitem>
459 <para>2007-04-03</para>
460 <itemizedlist>
461 <listitem>
462 <para>[jhuntwork] - Install su from coreutils in chapter 5 as su-tools.
463 Use su-tools to run test suites from coreutils and bash as user nobody.
464 Fixes #1877.</para>
465 </listitem>
466 </itemizedlist>
467 </listitem>
468
[85d8df5]469 <listitem>
470 <para>2007-04-01</para>
471 <itemizedlist>
472 <listitem>
473 <para>[jhuntwork] - Upgraded to linux-2.6.20.4. Updated linux-headers instructions
474 in chapter 5 to match instructions in chapter 6. The INSTALL_HDR_PATH is no longer
475 forcibly removed.</para>
476 </listitem>
477 </itemizedlist>
478 </listitem>
[fe8dbe1]479
[78367651]480 <listitem>
481 <para>2007-03-27</para>
482 <itemizedlist>
483 <listitem>
484 <para>[dnicholson] - Fixed a typo in the readjusting section.
485 Reported by Steve Crosby.</para>
486 </listitem>
487 </itemizedlist>
488 </listitem>
489
[22537cf]490 <listitem>
491 <para>2007-03-24</para>
492 <itemizedlist>
[3bac7eb7]493 <listitem>
494 <para>[dnicholson] - Upgrade the Bash fixes patch to include the
495 latest 011-015 patches from upstream.</para>
496 </listitem>
[22537cf]497 <listitem>
498 <para>[dnicholson] - Upgrade the Readline fixes patch to include the
499 latest 002 patch from upstream.</para>
500 </listitem>
501 </itemizedlist>
502 </listitem>
503
[8bfbf40]504 <listitem>
505 <para>2007-03-23</para>
506 <itemizedlist>
[64f65c7]507 <listitem>
508 <para>[dnicholson] - Don't install the kernel headers in
509 <filename class="directory">/usr/include/scsi</filename> as the ones
510 provided by Glibc are preferred.</para>
511 </listitem>
[a4cb337]512 <listitem>
513 <para>[dnicholson] - Force <command>ldd</command> to use
514 <command>/bin/bash</command> since it contains Bash-specific
515 syntax.</para>
516 </listitem>
[e9a652b]517 <listitem>
518 <para>[dnicholson] - When readjusting the GCC specs file, ensure
519 that GCC will search for the system headers in /usr/include. An
520 addition to the toolchain sanity checks has been made to test
521 this. This fix originates from DIY Linux.</para>
522 </listitem>
[8bfbf40]523 <listitem>
524 <para>[dnicholson] - Included the branch update patch for the
525 temporary Glibc in Chapter 5 to help minimize differences with the
526 final Glibc.</para>
527 </listitem>
528 </itemizedlist>
529 </listitem>
530
[b06ca36]531 <listitem>
532 <para>2007-03-21</para>
533 <itemizedlist>
534 <listitem>
535 <para>[manuel] - Updated book sources to use DocBook-XML DTD 4.5.</para>
536 </listitem>
537 </itemizedlist>
538 </listitem>
539
[e44b6b06]540 <listitem>
541 <para>2007-03-19</para>
542 <itemizedlist>
[d1538c0]543 <listitem>
544 <para>[matthew] - Change the default home directory for new users and
545 do not create mail spool files for them. Add a
546 <systemitem class="groupname">mail</systemitem> group so that if
[b06ca36]547 Shadow is configured to create mail spool files for new users, it can
[d1538c0]548 do so without issuing a warning.</para>
549 </listitem>
[7ea4443]550 <listitem>
551 <para>[matthew] - Upgrade to Shadow-4.0.18.1. Fixes
552 <ulink url="&lfs-ticket-root;1850">#1850</ulink></para>
553 </listitem>
[fe1a624]554 <listitem>
555 <para>[matthew] - Upgrade to Linux-2.6.20.3. Fixes
556 <ulink url="&lfs-ticket-root;1971">#1971</ulink></para>
557 </listitem>
[e7cc66fc]558 <listitem>
559 <para>[matthew] - Upgrade to IPRoute2-2.6.20-070313. Fixes
560 <ulink url="&lfs-ticket-root;1974">#1974</ulink></para>
561 </listitem>
[e44b6b06]562 <listitem>
563 <para>[matthew] - Upgrade the Bash fixes patch to include the latest
564 patch from upstream. Fixes
565 <ulink url="&lfs-ticket-root;1973">#1973</ulink></para>
566 </listitem>
567 </itemizedlist>
568 </listitem>
569
[acec478]570 <listitem>
571 <para>2007-03-14</para>
572 <itemizedlist>
573 <listitem>
574 <para>[dnicholson] - Force the host's linker to be used throughout
575 Binutils-Pass1 and GCC-Pass1. This makes the build more robust since
576 the host's compiler may not be compatible with the linker installed
[0fd2eb99]577 in Binutils-Pass1, such as on newer Fedora hosts. Fix originates
578 from DIY Linux.</para>
[acec478]579 </listitem>
580 </itemizedlist>
581 </listitem>
582
[92f8732]583 <listitem>
584 <para>2007-03-04</para>
585 <itemizedlist>
[49ae4c6]586 <listitem>
587 <para>[matthew] - Make mention of the Ncurses testsuite. Fixes
588 <ulink url="&lfs-ticket-root;1954">#1954</ulink></para>
589 </listitem>
[a6dbc39]590 <listitem>
591 <para>[matthew] - Upgrade to Vim-7.0-fixes-15.patch which includes all
592 upstream patches up to 206.</para>
593 </listitem>
[78a676b]594 <listitem>
595 <para>[matthew] - Upgrade to Udev-106 and udev-config-20070304. Fixes
596 <ulink url="&lfs-ticket-root;1969">#1969</ulink></para>
597 </listitem>
[f17441f]598 <listitem>
599 <para>[matthew] - Upgrade to Findutils-4.2.30. Fixes
600 <ulink url="&lfs-ticket-root;1967">#1967</ulink></para>
601 </listitem>
[92f8732]602 <listitem>
603 <para>[matthew] - Upgrade to File-4.20. Fixes
604 <ulink url="&lfs-ticket-root;1968">#1968</ulink></para>
605 </listitem>
606 </itemizedlist>
607 </listitem>
608
[19f8a62]609 <listitem>
610 <para>2007-03-1</para>
611 <itemizedlist>
612 <listitem>
613 <para>[jhuntwork] - Minor grammatical changes. Move some warnings and
614 notices to appear before affected commands.</para>
615 </listitem>
616 </itemizedlist>
617 </listitem>
618
[babbe20]619 <listitem>
[013a25d]620 <para>2007-02-25</para>
[babbe20]621 <itemizedlist>
622 <listitem>
623 <para>[manuel] - Removed M4 build from Chapter05. No other packages
624 builts before the build of M4 in chapter06 depends on M4.</para>
625 </listitem>
626 </itemizedlist>
627 </listitem>
628
[3ee0c39]629 <listitem>
630 <para>2007-02-24</para>
631 <itemizedlist>
[34e45fc]632 <listitem>
[7b651d2]633 <para>[manuel] - Removed obsolete warning about reinstalling Bzip2.
[d71eb36]634 Thanks to Chris Staub for the report and patch.</para>
[7b651d2]635 </listitem>
[d71eb36]636 <listitem>
[34e45fc]637 <para>[manuel] - Removed chmod and chown commands from linux headers
638 installation. The headers are now installed with the proper permissions.
639 Fixes <ulink url="&lfs-ticket-root;1965">#1965</ulink></para>
640 </listitem>
[cddb923]641 <listitem>
642 <para>[matthew] - Upgrade to Linux-2.6.20.1. Fixes
643 <ulink url="&lfs-ticket-root;1964">#1964</ulink></para>
644 </listitem>
[7e8e2c0]645 <listitem>
646 <para>[matthew] - Add an upstream patch for Glibc. Fixes
647 <ulink url="&lfs-ticket-root;1930">#1930</ulink></para>
648 </listitem>
[e822753d]649 <listitem>
650 <para>[matthew] - Upgrade to GCC-4.1.2. Fixes
651 <ulink url="&lfs-ticket-root;1960">#1960</ulink></para>
652 </listitem>
[c6a996f]653 <listitem>
654 <para>[matthew] - Add an upstream patch for Berkeley-DB. Fixes
655 <ulink url="&lfs-ticket-root;1961">#1961</ulink></para>
656 </listitem>
[3ee0c39]657 <listitem>
658 <para>[dnicholson] - Added missing command descriptions for
659 <command>cpan</command> and <command>prove</command> from the
660 Perl package. Reported by Leonhard Landrock.</para>
661 </listitem>
662 </itemizedlist>
663 </listitem>
664
[bf610ba]665 <listitem>
666 <para>2007-02-23</para>
667 <itemizedlist>
[47d4ffa]668 <listitem>
669 <para>[dnicholson] - Removed /usr/local/man lines from man_db.conf
670 to prevent redundant results. Reported by Chris Staub.</para>
671 </listitem>
[79286f58]672 <listitem>
673 <para>[dnicholson] - Applied a patch from Chris Staub to fix some
674 commands and text on the kernel file systems, E2fsprogs and
675 Autoconf pages.</para>
676 </listitem>
[997a8b7]677 <listitem>
678 <para>[dnicholson] - Dropped the -D switch from the Udev
679 documentation install command since it is already created by
680 udev-config. Reported by Chris Staub.</para>
681 </listitem>
[23732c83]682 <listitem>
683 <para>[dnicholson] - Corrected the text about Udev not installing
684 any configuration files. Reported by Chris Staub.</para>
685 </listitem>
[bf610ba]686 <listitem>
687 <para>[dnicholson] - Removed the text suggesting that you can edit
688 the specs file by hand in the toolchain adjustment since it's only
689 generated if you run the previous commands. Reported by Chris
690 Staub.</para>
691 </listitem>
692 </itemizedlist>
693 </listitem>
694
[659cc3d]695 <listitem>
[651719a]696 <para>2007-02-20</para>
697 <itemizedlist>
698 <listitem>
699 <para>[bryan] - Add a comment about CD symlinks possibly not matching
700 the host in section 7.12.2. Should fix the rest of
701 <ulink url="&lfs-ticket-root;1963">#1963</ulink>.</para>
702 </listitem>
703 </itemizedlist>
704 </listitem>
705
706 <listitem>
[659cc3d]707 <para>2007-02-18</para>
708 <itemizedlist>
709 <listitem>
710 <para>[bryan] - Fix obsolete syntax used in the example Udev rules
711 in section 7.12.2. Fixes the easy part of
712 <ulink url="&lfs-ticket-root;1963">#1963</ulink>. Also re-add the
713 note about the backslash at the end of the udev rule lines.</para>
714 </listitem>
715 </itemizedlist>
716 </listitem>
717
[aeb956f]718 <listitem>
719 <para>2007-02-17</para>
720 <itemizedlist>
[80640a49]721 <listitem>
722 <para>[bryan] - Use upstream's rule_generator rules exclusively for
723 NIC naming, and generate the rules before configuring the network
[659cc3d]724 script, so the user knows what NIC names to use. Fixes the rest of
725 <ulink url="&lfs-ticket-root;1912">#1912</ulink>.</para>
[80640a49]726 </listitem>
[84dbfdac]727 <listitem>
728 <para>[bryan] - Change from writing CD symlink rules files directly
729 to configuring the file installed by Udev's rule_generator. Fixes
730 part of <ulink url="&lfs-ticket-root;1912">#1912</ulink>.</para>
731 </listitem>
[aeb956f]732 <listitem>
733 <para>[bryan] - Update contents of lfs-bootscripts.</para>
734 </listitem>
735 </itemizedlist>
736 </listitem>
737
[529b9a0]738 <listitem>
739 <para>2007-02-09</para>
740 <itemizedlist>
[5735d99]741 <listitem>
742 <para>[matthew] - Move <command>readlink</command> to
743 <filename class="directory">/bin</filename> because
744 <function>sysreadlink</function> in Udev's shell functions may call
745 it before <filename class="directory">/usr</filename> has been
746 mounted. Fixes <ulink url="&lfs-ticket-root;1913">#1913</ulink></para>
747 </listitem>
[2c69ed4]748 <listitem>
749 <para>[matthew] - Remove some <command>chmod</command> and
750 <command>chown</command> commands from DB, NCurses and Readline as
751 they are no longer required with recent upstream versions. Fixes
752 <ulink url="&lfs-ticket-root;1953">#1953</ulink></para>
753 </listitem>
[aad7c5f]754 <listitem>
755 <para>[matthew] - Upgrade to Udev-105. Fixes
756 <ulink url="&lfs-ticket-root;1949">#1949</ulink></para>
757 </listitem>
[529b9a0]758 <listitem>
759 <para>[matthew] - Upgrade to Gzip-1.3.11. Fixes
760 <ulink url="&lfs-ticket-root;1951">#1951</ulink></para>
761 </listitem>
762 </itemizedlist>
763 </listitem>
764
[c39c04c]765 <listitem>
766 <para>2007-02-07</para>
767 <itemizedlist>
768 <listitem>
769 <para>[ken] - Upgrade to Linux-2.6.20. Fixes
770 <ulink url="&lfs-ticket-root;1950">#1950</ulink>.</para>
771 </listitem>
772 </itemizedlist>
773 </listitem>
774
[d2a24d8]775 <listitem>
776 <para>2007-02-03</para>
777 <itemizedlist>
778 <listitem>
779 <para>[bryan] - Update to lfs-bootscripts-20070203. Fixes both
780 <ulink url="&lfs-ticket-root;1948">#1948</ulink> and the
781 udev_retry script.</para>
782 </listitem>
783 </itemizedlist>
784 </listitem>
785
[f639fa9]786 <listitem>
787 <para>2007-01-31</para>
788 <itemizedlist>
[b0c8f4a6]789 <listitem>
790 <para>[matthew] - Add verbose flags when untarring the glibc-libidn
791 and udev-config tarballs. Fixes
792 <ulink url="&lfs-ticket-root;1932">#1932</ulink>.</para>
793 </listitem>
[61a55d6]794 <listitem>
795 <para>[matthew] - Do not set/export INPUTRC anymore, as it is not
[fbb7c9a]796 required after upgrading to Readline-5.2. Fixes
[61a55d6]797 <ulink url="&lfs-ticket-root;1942">#1942</ulink>. Thanks to Alexander
798 Patrakov for the report and fix.</para>
799 </listitem>
[c38b204]800 <listitem>
[f25f90f]801 <para>[matthew] - Include a patch from the Readline maintainer to
[c38b204]802 fix a multibyte-related issue. Fixes
803 <ulink url="&lfs-ticket-root;1945">#1945</ulink></para>
804 </listitem>
[ff1f2da]805 <listitem>
806 <para>[matthew] - Include more upstream fixes from the Bash maintainer
807 in bash-3.2-fixes-2.patch</para>
808 </listitem>
[a4bb146]809 <listitem>
810 <para>[matthew] - Upgrade to Udev-104. Fixes
811 <ulink url="&lfs-ticket-root;1941">#1941</ulink></para>
812 </listitem>
[2d89b35]813 <listitem>
814 <para>[matthew] - Upgrade to Tar-1.16.1. Fixes
815 <ulink url="&lfs-ticket-root;1926">#1926</ulink> and
816 <ulink url="&lfs-ticket-root;1944">#1944</ulink></para>
817 </listitem>
[3dab9f9]818 <listitem>
819 <para>[matthew] - Upgrade to Ncurses-5.6. Fixes
820 <ulink url="&lfs-ticket-root;1940">#1940</ulink></para>
821 </listitem>
[980a692]822 <listitem>
823 <para>[matthew] - Upgrade to Linux-2.6.19.2. Fixes
824 <ulink url="&lfs-ticket-root;1928">#1928</ulink></para>
825 </listitem>
[3b5477b]826 <listitem>
827 <para>[matthew] - Upgrade to Iproute2-2.6.19-061214. Fixes
828 <ulink url="&lfs-ticket-root;1936">#1936</ulink></para>
829 </listitem>
[b8913f42]830 <listitem>
831 <para>[matthew] - Upgrade to Gzip-1.3.10. Fixes
832 <ulink url="&lfs-ticket-root;1924">#1924</ulink></para>
833 </listitem>
[7880fbd]834 <listitem>
835 <para>[matthew] - Upgrade to Gettext-0.16.1. Fixes
836 <ulink url="&lfs-ticket-root;1925">#1925</ulink></para>
837 </listitem>
[4583fec]838 <listitem>
839 <para>[matthew] - Upgrade to Findutils-4.2.29. Fixes
840 <ulink url="&lfs-ticket-root;1923">#1923</ulink>.</para>
841 </listitem>
[57c4de4e]842 <listitem>
843 <para>[matthew] - Upgrade to File-4.19. Fixes
844 <ulink url="&lfs-ticket-root;1946">#1946</ulink>.</para>
845 </listitem>
[da5c322]846 <listitem>
847 <para>[matthew] - Upgrade to Coreutils-6.7. Fixes
848 <ulink url="&lfs-ticket-root;1934">#1934</ulink>.</para>
849 </listitem>
[f639fa9]850 <listitem>
851 <para>[matthew] - Upgrade to Bzip2-1.0.4. Fixes
852 <ulink url="&lfs-ticket-root;1943">#1943</ulink>.</para>
853 </listitem>
854 </itemizedlist>
855 </listitem>
856
[4d61495]857 <listitem>
858 <para>2007-01-13</para>
859 <itemizedlist>
[8f01144]860 <listitem>
861 <para>[alexander] - Upgrade to Man-pages-2.43. Fixes
862 <ulink url="&lfs-ticket-root;1927">#1927</ulink>.</para>
863 </listitem>
[4d61495]864 <listitem>
865 <para>[alexander] - Don't remove Vim tutorials.
866 Fixes <ulink url="&lfs-ticket-root;1937">#1937</ulink>.</para>
867 </listitem>
868 </itemizedlist>
869 </listitem>
870
[390e32c]871 <listitem>
872 <para>2006-12-09</para>
873 <itemizedlist>
874 <listitem>
875 <para>[bryan] - Fix /etc/passwd entry for &quot;nobody&quot; user
876 in chapter 6. Fixes <ulink url="&lfs-ticket-root;1931">#1931</ulink>;
877 thanks to Robert Connolly for the report.</para>
878 </listitem>
879 </itemizedlist>
880 </listitem>
881
[f25f90f]882 <listitem>
[805840d]883 <para>2006-12-01</para>
[1e5c044]884 <itemizedlist>
885 <listitem>
886 <para>[matthew] - Fix an ICA breakage in E2fsprogs. Sed needs to be
887 built before E2fsprogs and a hardcoded reference to
888 <filename>/bin/rm</filename> needs to be changed to point to
889 <filename>/tools/bin/rm</filename> instead. Thanks to Greg Schafer for
890 the report and fix.</para>
891 </listitem>
892 </itemizedlist>
893 </listitem>
[f25f90f]894
[2bd778e9]895 <listitem>
896 <para>2006-11-25</para>
897 <itemizedlist>
[948bdb9]898 <listitem>
899 <para>[jhuntwork] - Add a cautionary note to the end of chapter 5.
[390e32c]900 Archiving of the temporary tools for future use should take place
901 before starting chapter 6.
[948bdb9]902 Fixes <ulink url="&lfs-ticket-root;1879">#1879</ulink></para>
903 </listitem>
[ace27ff]904 <listitem>
905 <para>[matthew] - Move <command>mv</command> from
906 <filename class="directory">/usr/bin</filename> to
907 <filename class="directory">/bin</filename> again. The upgrade to
908 Coreutils-6.6 mistakenly removed it from the list of files to be
909 moved. Thanks to Chris Staub for the report.</para>
910 </listitem>
[6aeced4]911 <listitem>
912 <para>[matthew] - Prevent Inetutils from building and installing
913 <command>ifconfig</command> as LFS uses <command>ip</command> to
914 configure network interfaces. Thanks to Marty Jack for the report and
915 the fix. Fixes <ulink url="&lfs-ticket-root;1914">#1914</ulink></para>
916 </listitem>
[390e32c]917 <listitem>
918 <para>[jhuntwork] - Fix potential corruption of the testsuite tools
919 by forcing expect to always use /bin/stty and not /usr/local/bin/stty.
[9d4c6dc]920 Fixes <ulink url="&lfs-ticket-root;1892">#1892</ulink></para>
[390e32c]921 </listitem>
[a9d6821]922 <listitem>
[c1760b8]923 <para>[matthew] - Upgrade to Man-pages-2.42. Fixes
[a9d6821]924 <ulink url="&lfs-ticket-root;1922">#1922</ulink></para>
925 </listitem>
[d54ca07]926 <listitem>
927 <para>[matthew] - Upgrade to Inetutils-no_server_man_pages-2.patch.
928 This removes the last of the unwanted man pages (rexecd.8). Thanks
929 to Joe Ciccone for the report and the updated patch. Fixes
930 <ulink url="&lfs-ticket-root;1915">#1915</ulink></para>
931 </listitem>
[390e32c]932 <listitem>
933 <para>[jhuntwork] - Added 'make headers_install' to chapter 5
934 Linux Headers for the educational value and in preparation of
935 changes in Linux-2.6.19. See
936 <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html">
937 this thread.</ulink></para>
938 </listitem>
[eea3b630]939 <listitem>
940 <para>[matthew] - Upgrade to M4-1.4.8. Fixes
[ac6c3e4]941 <ulink url="&lfs-ticket-root;1920">1920</ulink></para>
[eea3b630]942 </listitem>
[c5bb96b]943 <listitem>
944 <para>[matthew] - Upgrade to Linux-2.6.18.3. Fixes
945 <ulink url="&lfs-ticket-root;1911">#1911</ulink></para>
946 </listitem>
[2cf5d490]947 <listitem>
948 <para>[matthew] - chapter08/kernel.xml: Reworded the warning about
949 overwriting sanitized kernel headers rather than raw headers, so as
950 to avoid mentioning the now obsolete Linux-Libc-Headers package.
951 Fixes <ulink url="&lfs-ticket-root;1917">#1917</ulink></para>
952 </listitem>
[977893c]953 <listitem>
954 <para>[matthew] - Upgrade to IANA-Etc-2.20. Fixes
955 <ulink url="&lfs-ticket-root;1916">#1916</ulink></para>
956 </listitem>
[e64375c]957 <listitem>
958 <para>[matthew] - Upgrade to File-4.18. Fixes
959 <ulink url="&lfs-ticket-root;1910">#1910</ulink></para>
960 </listitem>
[12289fa]961 <listitem>
962 <para>[matthew] - Upgrade to Coreutils-6.6. Fixes
963 <ulink url="&lfs-ticket-root;1919">#1919</ulink></para>
964 </listitem>
[07dfccb]965 <listitem>
966 <para>[matthew] - Add Bison to the host requirements as it is
967 required by &bash-fixes-patch; in chapter 5 (Fixes
968 <ulink url="&lfs-ticket-root;1863">#1863</ulink>).</para>
969 </listitem>
[bc68833]970 <listitem>
971 <para>[matthew] - Use all 5 of the patches currently supplied by
972 the upstream maintainers of Bash.</para>
973 </listitem>
[2bd778e9]974 <listitem>
975 <para>[matthew] - Upgrade to Autoconf-2.61. Fixes
976 <ulink url="&lfs-ticket-root;1918">#1918</ulink>.</para>
977 </listitem>
978 </itemizedlist>
979 </listitem>
980
[3f25fa4]981 <listitem>
982 <para>2006-11-24</para>
983 <itemizedlist>
984 <listitem>
985 <para>[jhuntwork] - Simplified the installation of
[390e32c]986 Linux Headers in Chapter 5.</para>
[3f25fa4]987 </listitem>
988 </itemizedlist>
989 </listitem>
990
[ac3fb3e9]991 <listitem>
992 <para>2006-11-10</para>
993 <itemizedlist>
994 <listitem>
995 <para>[bryan] - Use 70-persistent-*.rules for custom symlinks
996 and NIC naming, and add ENV{GENERATED} to the CD symlink rule.
997 Gets #1912 closer to really being fixed.</para>
998 </listitem>
999 </itemizedlist>
1000 </listitem>
1001
[97c1e3ce]1002 <listitem>
1003 <para>2006-11-05</para>
1004 <itemizedlist>
1005 <listitem>
1006 <para>[bryan] - Delete the persistent-net-generator rules file if
1007 bus-position-based persistence is going to be used. Fixes #1912.</para>
1008 </listitem>
1009 </itemizedlist>
1010 </listitem>
1011
[9f20df3]1012 <listitem>
1013 <para>2006-11-03</para>
1014 <itemizedlist>
1015 <listitem>
1016 <para>[matthew] - Use version entities from
1017 <filename>packages.ent</filename> rather than hardcoded values in
1018 the note in <filename>chapter03/packages.xml</filename>. Remove the
1019 warning about potential incompatibilities with the bootscripts.
1020 Thanks to Rainer Wirtz for the report.</para>
1021 </listitem>
1022 </itemizedlist>
1023 </listitem>
1024
[534bb62]1025 <listitem>
1026 <para>2006-10-29</para>
1027 <itemizedlist>
[d0cada48]1028 <listitem>
1029 <para>[matthew] - Add verbose flags to some commands in Util-Linux and
1030 Vim. Thanks to Robert Connolly for the report.</para>
1031 </listitem>
[534bb62]1032 <listitem>
1033 <para>[matthew] - Upgrade to Vim-7.0-fixes-14.patch. Drop the
1034 &quot;spellfile&quot; fix as it was applied upstream as patch
1035 076.</para>
1036 </listitem>
1037 </itemizedlist>
1038 </listitem>
1039
[e88ab625]1040 <listitem>
1041 <para>2006-10-28</para>
1042 <itemizedlist>
[df3117e]1043 <listitem>
1044 <para>[matthew] - Upgrade to TCL-8.4.14.</para>
1045 </listitem>
[f8d252b]1046 <listitem>
1047 <para>[matthew] - Upgrade to Tar-1.16, including dropping the now
1048 unnecessary &quot;gcc4&quot;, &quot;security&quot;, and
1049 &quot;sparse&quot; patches.</para>
1050 </listitem>
[7f67569]1051 <listitem>
1052 <para>[matthew] - Upgrade to Readline-5.2, including dropping the now
1053 unnecessary &quot;fixes&quot; patch.</para>
1054 </listitem>
[4eb0d52]1055 <listitem>
1056 <para>[matthew] - Upgrade to Man-Pages-2.41.</para>
1057 </listitem>
[78f27ffd]1058 <listitem>
1059 <para>[matthew] - Upgrade to Linux-2.6.18.1.</para>
1060 </listitem>
[eb0d4d8]1061 <listitem>
1062 <para>[matthew] - Fix a bug in Less whereby the <type>sigset_t</type>
1063 type is not detected by the <command>configure</command> script, which
1064 causes <function>sigsetmask</function> to be used instead of the
1065 preferred <function>sigprocmask</function> function. Thanks to Robert
1066 Connolly for the report and patch.</para>
1067 </listitem>
[ca54c1f]1068 <listitem>
1069 <para>[matthew] - Upgrade to IPRoute2-2.6.18-20061002.</para>
1070 </listitem>
[358d3cb]1071 <listitem>
1072 <para>[matthew] - Upgrade to Inetutils-1.5, including dropping the now
1073 unnecessary &quot;GCC 4 fixes&quot; patch.</para>
1074 </listitem>
[ff89c5b]1075 <listitem>
1076 <para>[matthew] - Upgrade to Groff-1.18.1.4.</para>
1077 </listitem>
[1e0d9b7]1078 <listitem>
1079 <para>[matthew] - Upgrade to Gettext-0.16.</para>
1080 </listitem>
[487d7c17]1081 <listitem>
1082 <para>[matthew] - Upgrade to Berkeley DB-4.5.20, including dropping
1083 the now unnecessary &quot;fixes&quot; patch.</para>
1084 </listitem>
[5ad353c]1085 <listitem>
1086 <para>[matthew] - Upgrade to Coreutils-6.4.</para>
1087 </listitem>
[6e786a2]1088 <listitem>
1089 <para>[matthew] - Upgrade to Bash-3.2, including dropping the current
1090 &quot;fixes&quot; patch and adding a patch from upstream that fixes a
1091 bug when parsing comments.</para>
1092 </listitem>
[e88ab625]1093 <listitem>
1094 <para>[matthew] - Upgrade to Automake-1.10.</para>
1095 </listitem>
1096 </itemizedlist>
1097 </listitem>
1098
[a804834]1099 <listitem>
1100 <para>2006-10-23</para>
1101 <itemizedlist>
1102 <listitem>
1103 <para>[bryan] - Add an explanation of how to discover PCI bus
1104 locations for network devices. Fixes #1904.</para>
1105 </listitem>
1106 </itemizedlist>
1107 </listitem>
1108
[7e6fb44]1109 <listitem>
1110 <para>2006-10-21</para>
1111 <itemizedlist>
[dbfd971]1112 <listitem>
1113 <para>[bryan] - Upgrade to udev-103.</para>
1114 </listitem>
[7e6fb44]1115 <listitem>
1116 <para>[bryan] - Upgrade to udev-config-20061021, install its
1117 doc files.</para>
1118 </listitem>
1119 <listitem>
1120 <para>[bryan] - Install common rules from udev package.</para>
1121 </listitem>
1122 </itemizedlist>
1123 </listitem>
1124
[9749dc51]1125 <listitem>
1126 <para>2006-10-15</para>
1127 <itemizedlist>
[9a07261]1128 <listitem>
1129 <para>[dnicholson] - Fixed console setup page to reference
1130 the correct location for the kbd data. Thanks to Norman Urs
1131 Baier for reporting the issue.</para>
1132 </listitem>
[9749dc51]1133 <listitem>
1134 <para>[bryan] - Upgrade to udev-102, remove patch.</para>
1135 </listitem>
1136 <listitem>
1137 <para>[bryan] - Upgrade to udev-config-20061014.</para>
1138 </listitem>
1139 </itemizedlist>
1140 </listitem>
1141
[fe8dbe1]1142 <listitem>
1143 <para>2006-10-05</para>
1144 <itemizedlist>
1145 <listitem>
1146 <para>[bryan] - Add udev-101-fix-sas-path_id-1.patch.</para>
1147 </listitem>
1148 <listitem>
1149 <para>[bryan] - Update udev-config for Linux-2.6.18. This version
1150 also contains the new doc/ subdirectory, with explanations of most
1151 of the rules.</para>
1152 </listitem>
1153 </itemizedlist>
1154 </listitem>
1155
[d9dc49a]1156 <listitem>
[bf91658]1157 <para>2006-10-02</para>
[d9dc49a]1158 <itemizedlist>
[52207fc]1159 <listitem>
1160 <para>[matthew] - Upgrade to Texinfo-4.8a.</para>
1161 </listitem>
[49451499]1162 <listitem>
1163 <para>[matthew] - Updated the text regarding UTF-8 support in the
1164 latest version of Linux. Thanks to Alexander Patrakov for the patch.
1165 </para>
1166 </listitem>
[93bc4a2]1167 <listitem>
1168 <para>[matthew] - Remove Linux-Libc-Headers, replacing it with the
1169 &quot;make headers_install&quot; target now available in the upstream
1170 kernel sources.</para>
1171 </listitem>
[b0b90682]1172 <listitem>
1173 <para>[matthew] - Upgrade to Udev-101.</para>
1174 </listitem>
[7b88f6f]1175 <listitem>
1176 <para>[matthew] - Upgrade to Psmisc-22.3.</para>
1177 </listitem>
[a936312]1178 <listitem>
1179 <para>[matthew] - Upgrade to M4-1.4.7.</para>
1180 </listitem>
[f6d7f48]1181 <listitem>
[bf91658]1182 <para>[matthew] - Upgrade to Linux-2.6.18.</para>
1183 </listitem>
1184 <listitem>
1185 <para>[matthew] - Upgrade to Glibc-2.5.</para>
1186 </listitem>
1187 <listitem>
1188 <para>[matthew] - Upgrade to Coreutils-6.3.</para>
[d9dc49a]1189 </listitem>
1190 </itemizedlist>
1191 </listitem>
1192
[23d30d7]1193 <listitem>
1194 <para>2006-09-23</para>
1195 <itemizedlist>
1196 <listitem>
1197 <para>[bryan] - Fixed typo in udev-100 instructions (extra/
1198 should be extras/). Thanks to Balazs Parkanyi for the
1199 heads-up.</para>
1200 </listitem>
1201 </itemizedlist>
1202 </listitem>
1203
[d0d8dc8]1204 <listitem>
1205 <para>2006-09-22</para>
1206 <itemizedlist>
1207 <listitem>
1208 <para>[bryan] - Rewrote the notes in sections 7.12.1 and
1209 7.13.1 to explicitly mention that the redirections rely
1210 on not quoting EOF. Fixes #1883.</para>
1211 </listitem>
1212 </itemizedlist>
1213 </listitem>
1214
[456a4669]1215 <listitem>
1216 <para>2006-09-20</para>
1217 <itemizedlist>
[fc8f960]1218 <listitem>
1219 <para>[bryan] - Updated udev-config for udev-098 and above.</para>
1220 </listitem>
[456a4669]1221 <listitem>
1222 <para>[dnicholson] - Changed note about using newer Linux
1223 than in the book to reflect current versions.</para>
1224 </listitem>
1225 </itemizedlist>
1226 </listitem>
1227
[2f94d109]1228 <listitem>
1229 <para>2006-09-18</para>
1230 <itemizedlist>
1231 <listitem>
1232 <para>[dnicholson] - Added symlinks to the temporary libstdc++
1233 in the Essential Symlinks section. These are needed by
1234 Glibc-2.4.</para>
1235 </listitem>
1236 </itemizedlist>
1237 </listitem>
1238
[60bc014]1239 <listitem>
1240 <para>2006-09-17</para>
1241 <itemizedlist>
1242 <listitem>
1243 <para>[dnicholson] - Updated to Glibc-2.4. Added the iconv fix
1244 patch and removed the decprecated linux types and inotify
1245 syscall patches. Thanks to Matthew Burgess and Bryan Kadzban
1246 for textual suggestions.</para>
1247 </listitem>
[5e8385c]1248 </itemizedlist>
[60bc014]1249 </listitem>
1250
[f8a96cf]1251 <listitem>
1252 <para>2006-09-09</para>
1253 <itemizedlist>
[5e66a564]1254 <listitem>
1255 <para>[matthew] - Fix non-POSIX syntax in gzexe's calls to tail.
1256 Fixes #1876. Thanks to Robert Connolly for the report.</para>
1257 </listitem>
[e539e17]1258 <listitem>
1259 <para>[matthew] - Upgrade to linux-2.6.17.13.</para>
1260 </listitem>
[f8a96cf]1261 <listitem>
1262 <para>[matthew] - Upgrade to m4-1.4.6.</para>
1263 </listitem>
1264 </itemizedlist>
1265 </listitem>
1266
[12a2975c]1267 <listitem>
1268 <para>2006-09-06</para>
1269 <itemizedlist>
1270 <listitem>
1271 <para>[bryan] - Change the sed applied to sysvinit, to hopefully
1272 be more clear (explicitly mention /etc/inittab).</para>
1273 </listitem>
1274 </itemizedlist>
1275 </listitem>
1276
[4b51ca76]1277 <listitem>
1278 <para>2006-08-31</para>
1279 <itemizedlist>
1280 <listitem>
1281 <para>[matthew] - Remove spurious curly braces from the example
1282 /etc/resolv.conf. Fixes #1870.</para>
1283 </listitem>
1284 </itemizedlist>
1285 </listitem>
1286
[4594811]1287 <listitem>
1288 <para>2006-08-24</para>
1289 <itemizedlist>
1290 <listitem>
1291 <para>[matthew] - Remove the supposed fix for a buffer overflow in
1292 Coreutils, as it has been fixed upstream.</para>
1293 </listitem>
1294 </itemizedlist>
1295 </listitem>
1296
[c7c7c1c]1297 <listitem>
1298 <para>2006-08-17</para>
1299 <itemizedlist>
[de59949]1300 <listitem>
1301 <para>[matthew] - Simplified the command that adjusts GCC's specs
1302 file. Fixes #1837. Thanks to Robery Connolly.</para>
1303 </listitem>
[8d2b5a3]1304 <listitem>
1305 <para>[matthew] - Noted devfs' removal from the kernel. Thanks to
1306 Peter Ennis.</para>
1307 </listitem>
[a0e0c7c4]1308 <listitem>
1309 <para>[matthew] - Upgrade to linux-2.6.17.8.</para>
1310 </listitem>
[8fe1b99]1311 <listitem>
1312 <para>[matthew] - Upgrade to udev-097.</para>
1313 </listitem>
[01c1e1d]1314 <listitem>
1315 <para>[matthew] - Upgrade to findutils-4.2.28.</para>
1316 </listitem>
1317 <listitem>
[e29050a]1318 <para>[matthew] - Upgrade to man-pages-2.39.</para>
1319 </listitem>
[b083a692]1320 <listitem>
1321 <para>[matthew] - Fix autoconf's testsuite, which broke after
1322 upgrading to m4-1.4.5. Thanks to Greg Schafer for the report.
1323 </para>
1324 </listitem>
[c7c7c1c]1325 <listitem>
1326 <para>[matthew] - Fix a buffer overrun in m4-1.4.5 which causes two
1327 of its tests to fail. Thanks to Greg Schafer for the report.</para>
1328 </listitem>
1329 </itemizedlist>
1330 </listitem>
[35edd52]1331
[92e51a3]1332 <listitem>
1333 <para>2006-08-08</para>
1334 <itemizedlist>
1335 <listitem>
[7735466c]1336 <para>[dnicholson] - Minor text updates to the Vim page.
1337 Thanks to Peter Ennis for the report.</para>
[92e51a3]1338 </listitem>
1339 </itemizedlist>
1340 </listitem>
1341
[ba812a2]1342 <listitem>
1343 <para>2006-08-05</para>
1344 <itemizedlist>
1345 <listitem>
1346 <para>[matthew] - Add a link to the location of Shadow's previous
1347 versions.
1348 </para>
1349 </listitem>
1350 </itemizedlist>
1351 </listitem>
1352
[c226182]1353 <listitem>
1354 <para>2006-08-03</para>
1355 <itemizedlist>
1356 <listitem>
1357 <para>[manuel] - Ported updates from 6.2 branch.</para>
1358 </listitem>
1359 </itemizedlist>
1360 </listitem>
1361
[470441c6]1362 <listitem>
[d05f275]1363 <para>2006-07-31</para>
1364 <itemizedlist>
[040ba8e]1365 <listitem>
1366 <para>[matthew] - Upgrade to shadow-4.0.17.</para>
1367 </listitem>
[cec2c5a8]1368 <listitem>
1369 <para>[matthew] - Upgrade to procps-3.2.7.</para>
1370 </listitem>
[3356d6e]1371 <listitem>
1372 <para>[matthew] - Upgrade to man-pages-2.36.</para>
1373 </listitem>
[2ba581c]1374 <listitem>
1375 <para>[matthew] - Upgrade to make-3.81.</para>
1376 </listitem>
[9779c00]1377 <listitem>
1378 <para>[matthew] - Upgrade to m4-1.4.5.</para>
1379 </listitem>
[ff0372a]1380 <listitem>
1381 <para>[matthew] - Upgrade to gettext-0.15.</para>
1382 </listitem>
[f7104b2]1383 <listitem>
1384 <para>[matthew] - Upgrade to gcc-4.1.1.</para>
1385 </listitem>
[c57e3bf]1386 <listitem>
1387 <para>[matthew] - Upgrade to coreutils-5.97.</para>
1388 </listitem>
[965897f2]1389 <listitem>
1390 <para>[matthew] - Upgrade to bison-2.3.</para>
1391 </listitem>
[0809780]1392 <listitem>
1393 <para>[matthew] - Upgrade to binutils-2.17.</para>
1394 </listitem>
[d05f275]1395 <listitem>
1396 <para>[matthew] - Upgrade to autoconf-2.60.</para>
1397 </listitem>
1398 </itemizedlist>
[470441c6]1399 </listitem>
1400
[35edd52]1401 </itemizedlist>
1402
[6bd032e]1403 <para>LFS 6.2 released August 3, 2006.</para>
[81fd230]1404
[6370fa6]1405</sect1>
Note: See TracBrowser for help on using the repository browser.