source: chapter01/changelog.xml@ f5fa4f9

Last change on this file since f5fa4f9 was f5fa4f9, checked in by Jeremy Huntwork <jhuntwork@…>, 17 years ago

Merge r8251 to x86_64 branch

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

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