source: chapter01/changelog.xml@ d89b2b0

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since d89b2b0 was d89b2b0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Fixed a bad-placed changelog entry.

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

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