source: chapter01/changelog.xml@ f025bfe

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 12.2 12.2-rc1 6.3 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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since f025bfe was f025bfe, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Install linux-headers to temporary directory for safety

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

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