source: chapter01/changelog.xml@ b9dfb76

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 b9dfb76 was f4c628c, checked in by Jeremy Huntwork <jhuntwork@…>, 17 years ago

Install su from coreutils in chapter 5 as su-tools. Use su-tools to run test suites from coreutils and bash as user nobody. Fixes #1877

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

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