source: chapter01/changelog.xml@ 4b720c1

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

Merge r8244 from trunk

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

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