changelog.xml 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-scatter-changelog">
  8. <?dbhtml filename="changelog.html"?>
  9. <title>Changelog</title>
  10. <para>This is version &version; of the Linux From Scratch book, dated
  11. &releasedate;. If this book is more than six months old, a newer and better
  12. version is probably already available. To find out, please check one of the
  13. mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
  14. <para>Below is a list of changes made since the previous release of the
  15. book.</para>
  16. <itemizedlist>
  17. <title>Changelog Entries:</title>
  18. <!-- Changelog template
  19. <listitem>
  20. <para>Date</para>
  21. <itemizedlist>
  22. <listitem>
  23. <para>[name] - New changelog entry.</para>
  24. </listitem>
  25. <listitem>
  26. <para>[name] - Previous changelog entry.</para>
  27. </listitem>
  28. </itemizedlist>
  29. </listitem>
  30. -->
  31. <listitem>
  32. <para>March 7, 2006</para>
  33. <itemizedlist>
  34. <listitem>
  35. <para>[archaic] - Replaced the debian-specific groff patch with an
  36. LFS-style patch.</para>
  37. </listitem>
  38. </itemizedlist>
  39. </listitem>
  40. <listitem>
  41. <para>March 3, 2006</para>
  42. <itemizedlist>
  43. <listitem>
  44. <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
  45. to Dan Nicholson for the patch.</para>
  46. </listitem>
  47. </itemizedlist>
  48. </listitem>
  49. <listitem>
  50. <para>Febraury 27, 2006</para>
  51. <itemizedlist>
  52. <listitem>
  53. <para>[archaic] - New bash fixes patch adds patch 011 from Bash
  54. upstream. Bash patch 010 broke quoting in certain situations.</para>
  55. </listitem>
  56. </itemizedlist>
  57. </listitem>
  58. <listitem>
  59. <para>Febraury 20, 2006</para>
  60. <itemizedlist>
  61. <listitem>
  62. <para>[matthew] - Add patches 009 and 010 from Bash upstream.</para>
  63. </listitem>
  64. <listitem>
  65. <para>[matthew] - Upgrade to Man-pages 2.24.</para>
  66. </listitem>
  67. </itemizedlist>
  68. </listitem>
  69. <listitem>
  70. <para>Febraury 19, 2006</para>
  71. <itemizedlist>
  72. <listitem>
  73. <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
  74. to find headers on the host system. Fixes bug 1695.</para>
  75. </listitem>
  76. <listitem>
  77. <para>[matthew] - Install Sed's HTML documentation by using
  78. --enable-html instead of editing the Makefile. Thanks to Greg Schafer
  79. for the report and the fix.</para>
  80. </listitem>
  81. <listitem>
  82. <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
  83. </listitem>
  84. <listitem>
  85. <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
  86. </listitem>
  87. <listitem>
  88. <para>[matthew] - Upgrade to Sed 4.1.5.</para>
  89. </listitem>
  90. <listitem>
  91. <para>[matthew] - Upgrade to Man-pages 2.23.</para>
  92. </listitem>
  93. <listitem>
  94. <para>[matthew] - Upgrade to Coreutils-5.94.</para>
  95. </listitem>
  96. <listitem>
  97. <para>[matthew] - Upgrade to DB-4.4.20.</para>
  98. </listitem>
  99. <listitem>
  100. <para>[matthew] - Upgrade to Perl-5.8.8, removing the now unneeded
  101. vulnerability and DB module patches.</para>
  102. </listitem>
  103. <listitem>
  104. <para>[matthew] - Add the verbose parameter to a couple of commands in
  105. Linux-Libc-Headers and DB.</para>
  106. </listitem>
  107. </itemizedlist>
  108. </listitem>
  109. <listitem>
  110. <para>Febraury 10, 2006</para>
  111. <itemizedlist>
  112. <listitem>
  113. <para>[manuel] - Finished the XML indentation plus few tags
  114. changes.</para>
  115. </listitem>
  116. </itemizedlist>
  117. </listitem>
  118. <listitem>
  119. <para>January 30, 2006</para>
  120. <itemizedlist>
  121. <listitem>
  122. <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang
  123. on to its source directories. Also use 'gcc -dumpmachine' instead
  124. of the MACHTYPE var.</para>
  125. </listitem>
  126. <listitem>
  127. <para>[jhuntwork] - Various textual corrections. Thanks Chris
  128. Staub.</para>
  129. </listitem>
  130. <listitem>
  131. <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils
  132. pass 1 and 2. Thanks Dan Nicholson.</para>
  133. </listitem>
  134. </itemizedlist>
  135. </listitem>
  136. <listitem>
  137. <para>January 29, 2006</para>
  138. <itemizedlist>
  139. <listitem>
  140. <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
  141. </listitem>
  142. <listitem>
  143. <para>[jhuntwork] - Remove a spurious -i from the perl command when
  144. readjusting the toolchain. Thanks Dan Nicholson.</para>
  145. </listitem>
  146. </itemizedlist>
  147. </listitem>
  148. <listitem>
  149. <para>January 26, 2006</para>
  150. <itemizedlist>
  151. <listitem>
  152. <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
  153. allow test-installation.pl to run.</para>
  154. </listitem>
  155. <listitem>
  156. <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
  157. for use in the chapter 6 readjusting section. Also add some extended
  158. sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
  159. Thanks to Dan Nicholson for the report, as well.</para>
  160. </listitem>
  161. <listitem>
  162. <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
  163. section.</para>
  164. </listitem>
  165. </itemizedlist>
  166. </listitem>
  167. <listitem>
  168. <para>January 25, 2006</para>
  169. <itemizedlist>
  170. <listitem>
  171. <para>[jhuntwork] - Remove ppc specific instructions from chapter 6
  172. patch. Cross-LFS can handle non-x86 arch specifics at this point.</para>
  173. </listitem>
  174. <listitem>
  175. <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
  176. the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
  177. and Greg Schafer for the fix.</para>
  178. </listitem>
  179. <listitem>
  180. <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter
  181. 6 so that chapter 6 GCC and Binutils links against the proper Glibc and
  182. so that we don't have to keep the binutils directories from chapter 5.
  183. Also moved a note about saving the /tools directory to the beginning of
  184. chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov,
  185. Greg Schafer and Tushar Teredesai for reporting and resolving this
  186. issue.</para>
  187. </listitem>
  188. <listitem>
  189. <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
  190. <command>sort -n</command> and add the en_US.UTF-8 locale to improve
  191. coreutils' test coverage. Fixes bugs 1688 and 1689. Thanks to
  192. Alexander Patrakov.</para>
  193. </listitem>
  194. <listitem>
  195. <para>[matthew] - Add information about package management. Thanks to
  196. the BLFS project for the text.</para>
  197. </listitem>
  198. </itemizedlist>
  199. </listitem>
  200. <listitem>
  201. <para>January 24, 2006</para>
  202. <itemizedlist>
  203. <listitem>
  204. <para>[matthew] - Upgrade to Groff-1.18.1.1-11.</para>
  205. </listitem>
  206. </itemizedlist>
  207. </listitem>
  208. <listitem>
  209. <para>January 23, 2006</para>
  210. <itemizedlist>
  211. <listitem>
  212. <para>[matthew] - Upgrade to Man-pages 2.21.</para>
  213. </listitem>
  214. <listitem>
  215. <para>[matthew] - Upgrade to Psmisc 22.1.</para>
  216. </listitem>
  217. <listitem>
  218. <para>[matthew] - Upgrade to Shadow 4.0.14.</para>
  219. </listitem>
  220. <listitem>
  221. <para>[matthew] - Install documentation for the Linux kernel. Thanks
  222. to Tushar for the report. Fixes bug 1683.</para>
  223. </listitem>
  224. <listitem>
  225. <para>[matthew] - Added a patch to enable Perl's DB_File module to
  226. compile with the latest version of Berkeley DB. Thanks to Alexander
  227. Patrakov for the patch.</para>
  228. </listitem>
  229. </itemizedlist>
  230. </listitem>
  231. <listitem>
  232. <para>January 20, 2006</para>
  233. <itemizedlist>
  234. <listitem>
  235. <para>[jhuntwork] - Added a patch to fix the sprintf security
  236. vulnerability in Perl. Thanks to Tim van der Molen for pointing
  237. it out.</para>
  238. </listitem>
  239. </itemizedlist>
  240. </listitem>
  241. <listitem>
  242. <para>January 17, 2006</para>
  243. <itemizedlist>
  244. <listitem>
  245. <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
  246. to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
  247. </listitem>
  248. </itemizedlist>
  249. </listitem>
  250. <listitem>
  251. <para>January 10, 2006</para>
  252. <itemizedlist>
  253. <listitem>
  254. <para>[ken]: Define YYENABLE_NLS in bison, to resolve a code
  255. difference shown up by Iterative Comparison Analysis. Thanks
  256. to Greg Schafer.</para>
  257. </listitem>
  258. <listitem>
  259. <para>[ken]: Revert my move of mktemp and add a sed to correct
  260. gccbug.</para>
  261. </listitem>
  262. </itemizedlist>
  263. </listitem>
  264. <listitem>
  265. <para>January 7, 2006</para>
  266. <itemizedlist>
  267. <listitem>
  268. <para>[ken]: Alter the Perl instructions to always create an
  269. /etc/hosts file. This fixes a potential difference in the
  270. 'hostcat' recorded in Config_heavy.pl. Thanks to Bryan Kadzban
  271. for explaining this.</para>
  272. </listitem>
  273. <listitem>
  274. <para>[ken]: Move grep ahead of libtool, so that the latter
  275. will correctly reference /bin/grep in references to EGREP.</para>
  276. </listitem>
  277. <listitem>
  278. <para>[ken]: Move mktemp ahead of gcc so that gccbug will
  279. use mktemp.</para>
  280. </listitem>
  281. <listitem>
  282. <para>[ken]: Give Berkeley DB its full name, and remove the
  283. '-lpthread' overrides. Also add pointer to BLFS, thanks to
  284. Randy McMurchy.</para>
  285. </listitem>
  286. </itemizedlist>
  287. </listitem>
  288. <listitem>
  289. <para>January 5, 2006</para>
  290. <itemizedlist>
  291. <listitem>
  292. <para>[jhuntwork]: Remove mention of news server until we actually
  293. have one. Thanks Randy.</para>
  294. </listitem>
  295. <listitem>
  296. <para>[jhuntwork]: Initial addition of UTF-8 support. Thanks to
  297. Alexander Patrakov.</para>
  298. </listitem>
  299. </itemizedlist>
  300. </listitem>
  301. <listitem>
  302. <para>January 3, 2006</para>
  303. <itemizedlist>
  304. <listitem>
  305. <para>[matt]: Clarify the description of mktemp's --with-libc
  306. configure parameter (fixes bug 1667).</para>
  307. </listitem>
  308. <listitem>
  309. <para>[matt]: Upgrade to libtool 1.5.22.</para>
  310. </listitem>
  311. <listitem>
  312. <para>[matt]: Upgrade to man-pages 2.18.</para>
  313. </listitem>
  314. <listitem>
  315. <para>[matt]: Remove the -v flag from the example mkswap command in
  316. chapter 2 as it does not affect verbosity (fixes bug 1674).</para>
  317. </listitem>
  318. </itemizedlist>
  319. </listitem>
  320. <listitem>
  321. <para>December 31, 2005</para>
  322. <itemizedlist>
  323. <listitem>
  324. <para>[ken]: Alter installation of Linux Libc asm Headers in chroot,
  325. to be repeatable.</para>
  326. </listitem>
  327. </itemizedlist>
  328. </listitem>
  329. <listitem>
  330. <para>December 23, 2005</para>
  331. <itemizedlist>
  332. <listitem>
  333. <para>[jim]: Corrected version on Vim symlink</para>
  334. </listitem>
  335. </itemizedlist>
  336. </listitem>
  337. <listitem>
  338. <para>December 21, 2005</para>
  339. <itemizedlist>
  340. <listitem>
  341. <para>[matt]: Correctly symlink Vim's documentation to /usr/share/doc.
  342. Thanks to Jeremy for the report and the fix.</para>
  343. </listitem>
  344. </itemizedlist>
  345. </listitem>
  346. <listitem>
  347. <para>December 17, 2005</para>
  348. <itemizedlist>
  349. <listitem>
  350. <para>[matt]: Pass a valid path to module-init-tools' --prefix
  351. configure switch and remove the now unnecessary --mandir switch</para>
  352. </listitem>
  353. <listitem>
  354. <para>[matt]: Symlink Vim's documentation to /usr/share/doc. Fixes
  355. bug 1610. Thanks to Randy McMurchy for the original report and to
  356. Ken and Jeremy for their investigations into the fix.</para>
  357. </listitem>
  358. <listitem>
  359. <para>[matt]: Upgrade to psmisc-21.9</para>
  360. </listitem>
  361. <listitem>
  362. <para>[matt]: Upgrade to man-pages-2.17</para>
  363. </listitem>
  364. </itemizedlist>
  365. </listitem>
  366. <listitem>
  367. <para>December 13, 2005</para>
  368. <itemizedlist>
  369. <listitem>
  370. <para>[jhuntwork]: Install Tcl's internal headers to /tools/include,
  371. allowing us to drop its source directory right away. Origin is
  372. Greg Schafer, and thanks to Dan Nicholson for the report (fixes
  373. bug 1670).</para>
  374. </listitem>
  375. </itemizedlist>
  376. </listitem>
  377. <listitem>
  378. <para>December 12, 2005</para>
  379. <itemizedlist>
  380. <listitem>
  381. <para>[jhuntwork]: Updated texinfo patch. Fixes segfault issues
  382. with texindex. Thanks to Randy McMurchy for the report and Bruce
  383. Dubbs and Joe Ciccone for the fix.</para>
  384. </listitem>
  385. </itemizedlist>
  386. </listitem>
  387. <listitem>
  388. <para>December 11, 2005</para>
  389. <itemizedlist>
  390. <listitem>
  391. <para>[jhuntwork]: Upgrade to tcl-8.4.12</para>
  392. </listitem>
  393. <listitem>
  394. <para>[jhuntwork]: Upgrade to less-394.</para>
  395. </listitem>
  396. <listitem>
  397. <para>[jhuntwork]: Upgrade to readline-5.1. Also removed bash-3.0
  398. and readline-5.0 specific patches.</para>
  399. </listitem>
  400. <listitem>
  401. <para>[jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to work with
  402. the new bash version. Thanks to Alexander Patrakov and ultimately,
  403. Greg Schafer for the fix.</para>
  404. </listitem>
  405. <listitem>
  406. <para>[jhuntwork]: Changed variable used in readline for linking
  407. in ncurses. Thanks to Alexander Patrakov for the fix.</para>
  408. </listitem>
  409. </itemizedlist>
  410. </listitem>
  411. <listitem>
  412. <para>December 9, 2005</para>
  413. <itemizedlist>
  414. <listitem>
  415. <para>[matt]: Upgrade to man-pages-2.16</para>
  416. </listitem>
  417. <listitem>
  418. <para>[matt]: Upgrade to module-init-tools-3.2.2
  419. </para>
  420. </listitem>
  421. <listitem>
  422. <para>[matt]: Upgrade to findutils-4.2.27</para>
  423. </listitem>
  424. </itemizedlist>
  425. </listitem>
  426. <listitem>
  427. <para>December 7, 2005</para>
  428. <itemizedlist>
  429. <listitem>
  430. <para>[matt]: Mention the testsuites (or lack of them) for all
  431. packages (fixes bug 1664). Thanks to Chris Staub for the report
  432. and analysis of affected packages.</para>
  433. </listitem>
  434. </itemizedlist>
  435. </listitem>
  436. <listitem>
  437. <para>November 26, 2005</para>
  438. <itemizedlist>
  439. <listitem>
  440. <para>[matt]: Don't install the Linuxthreads man pages, the POSIX
  441. threading API is documented in the man3p section provided by the
  442. man-pages package (fixes bug 1660).</para>
  443. </listitem>
  444. <listitem>
  445. <para>[matt]: Remove the incorrect note about not having to dump/check
  446. a journalled filesystem (fixes bug 1662).</para>
  447. </listitem>
  448. <listitem>
  449. <para>[matt]: Upgrade to module-init-tools 3.2.1.</para>
  450. </listitem>
  451. <listitem>
  452. <para>[matt]: Prevent installing the internationalized man pages
  453. for Shadow's <command>groups</command> binary (thanks to Randy
  454. McMurchy for the report).</para>
  455. </listitem>
  456. <listitem>
  457. <para>[matt]: Upgrade to man-pages 2.14.</para>
  458. </listitem>
  459. <listitem>
  460. <para>[matt]: Upgrade to findutils-4.2.26</para>
  461. </listitem>
  462. <listitem>
  463. <para>[manuel]: Changed --strip-path to --strip-components in the
  464. unpack of module-init-tools-testsuite package.</para>
  465. </listitem>
  466. </itemizedlist>
  467. </listitem>
  468. <listitem>
  469. <para>November 24, 2005</para>
  470. <itemizedlist>
  471. <listitem>
  472. <para>[matt]: LFS-6.1.1-pre2 release.</para>
  473. </listitem>
  474. </itemizedlist>
  475. </listitem>
  476. <listitem>
  477. <para>November 23, 2005</para>
  478. <itemizedlist>
  479. <listitem>
  480. <para>[gerard]: Corrected reference to 'man page' to 'HTML
  481. documentation' in chapter 6/sec</para>
  482. </listitem>
  483. </itemizedlist>
  484. </listitem>
  485. <listitem>
  486. <para>November 18, 2005</para>
  487. <itemizedlist>
  488. <listitem>
  489. <para>[manuel]: Fixed the unpack of the module-init-tools-testsuite
  490. package.</para>
  491. </listitem>
  492. </itemizedlist>
  493. </listitem>
  494. <listitem>
  495. <para>November 17, 2005</para>
  496. <itemizedlist>
  497. <listitem>
  498. <para>[matt]: LFS-6.1.1-pre1 release.</para>
  499. </listitem>
  500. </itemizedlist>
  501. </listitem>
  502. <listitem>
  503. <para>November 16, 2005</para>
  504. <itemizedlist>
  505. <listitem>
  506. <para>[jhuntwork]: Textual correction concerning gettext in
  507. chapter 5 and the use of --disable-shared</para>
  508. </listitem>
  509. </itemizedlist>
  510. </listitem>
  511. <listitem>
  512. <para>November 15, 2005</para>
  513. <itemizedlist>
  514. <listitem>
  515. <para>[archaic]: Changed the chapter 6 Perl Dpager configure option
  516. to reflect the new location of the less binary.</para>
  517. </listitem>
  518. </itemizedlist>
  519. </listitem>
  520. <listitem>
  521. <para>November 14, 2005</para>
  522. <itemizedlist>
  523. <listitem>
  524. <para>[jhuntwork]: Only install <command>msgfmt</command> from
  525. gettext in chapter 5. This is all that is necessary and prevents
  526. gettext from trying to pull in unnecessary elements from the host.
  527. Thanks to Greg Schafer for pointing this out.</para>
  528. </listitem>
  529. </itemizedlist>
  530. </listitem>
  531. <listitem>
  532. <para>November 12, 2005</para>
  533. <itemizedlist>
  534. <listitem>
  535. <para>[matt]: Improve the heuristic for determining a locale that
  536. is supported by both Glibc and packages outside LFS (bug 1642).
  537. Many thanks to Alexander Patrakov for highlighting the numerous
  538. issues and for reviewing the various suggested fixes.</para>
  539. </listitem>
  540. </itemizedlist>
  541. </listitem>
  542. <listitem>
  543. <para>November 11, 2005</para>
  544. <itemizedlist>
  545. <listitem>
  546. <para>[matt]: Omit running Bzip2's testsuite as a separate step,
  547. as <command>make</command> runs it automatically (bug 1652).</para>
  548. </listitem>
  549. </itemizedlist>
  550. </listitem>
  551. <listitem>
  552. <para>November 7, 2005</para>
  553. <itemizedlist>
  554. <listitem>
  555. <para>[matt]: Install the binaries from Less to /usr/bin instead
  556. of /bin (fixes bug 1643).</para>
  557. </listitem>
  558. <listitem>
  559. <para>[matt]: Remove the --libexecdir option from both passes of
  560. GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
  561. option for Findutils to conform with the /usr/lib/packagename
  562. convention already prevalent in the book (fixes bug 1644).</para>
  563. </listitem>
  564. </itemizedlist>
  565. </listitem>
  566. <listitem>
  567. <para>November 6, 2005</para>
  568. <itemizedlist>
  569. <listitem>
  570. <para>[matt]: Remove the optimization related warnings from the
  571. toolchain packages (bug 1650).</para>
  572. </listitem>
  573. <listitem>
  574. <para>[matt]: Install Vim's documentation to
  575. /usr/share/doc/vim-&vim-version; instead of /usr/share/vim/vim64/doc
  576. (bug 1610). Thanks to Randy McMurchy for the report, and Jeremy
  577. Huntwork for the fix.</para>
  578. </listitem>
  579. <listitem>
  580. <para>[matt]: Stop Udev from killing udevd processes on the host
  581. system (fixes bug 1651). Thanks to Alexander Patrakov for the
  582. report and the fix.</para>
  583. </listitem>
  584. <listitem>
  585. <para>[matt]: Upgrade to Coreutils 5.93.</para>
  586. </listitem>
  587. <listitem>
  588. <para>[matt]: Upgrade to Psmisc 21.8.</para>
  589. </listitem>
  590. <listitem>
  591. <para>[matt]: Upgrade to Glibc 2.3.6.</para>
  592. </listitem>
  593. </itemizedlist>
  594. </listitem>
  595. <listitem>
  596. <para>November 5, 2005</para>
  597. <itemizedlist>
  598. <listitem>
  599. <para>[matt]: Add a note to the toolchain sanity check in chapter 5
  600. to explain that if TCL fails to build, it's an indication of a broken
  601. toolchain (bug 1581).</para>
  602. </listitem>
  603. </itemizedlist>
  604. </listitem>
  605. <listitem>
  606. <para>November 3, 2005</para>
  607. <itemizedlist>
  608. <listitem>
  609. <para>[matt]: Upgrade to man-pages 2.13.</para>
  610. </listitem>
  611. <listitem>
  612. <para>[matt]: Correct the instructions for running Module-Init-Tools'
  613. testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar Teredesai
  614. and to Randy McMurchy for providing the patch.</para>
  615. </listitem>
  616. </itemizedlist>
  617. </listitem>
  618. <listitem>
  619. <para>October 31, 2005</para>
  620. <itemizedlist>
  621. <listitem>
  622. <para>[matt]: Upgrade to shadow-4.0.13.</para>
  623. </listitem>
  624. <listitem>
  625. <para>[matt]: Upgrade to vim-6.4.</para>
  626. </listitem>
  627. <listitem>
  628. <para>[matt]: Upgrade to procps-3.2.6.</para>
  629. </listitem>
  630. <listitem>
  631. <para>[matt]: Build udev_run_devd and udev_run_hotplugd and alter
  632. the udev rules file so that udev once again executes programs in
  633. the /etc/dev.d and /etc/hotplug.d directories (fixes bug 1635).
  634. Also change the udev rules to prevent udev from handling the "card"
  635. and "dm" devices as these are managed entirely by programs outside
  636. of LFS.</para>
  637. </listitem>
  638. </itemizedlist>
  639. </listitem>
  640. <listitem>
  641. <para>October 29, 2005</para>
  642. <itemizedlist>
  643. <listitem>
  644. <para>[matt]: Upgrade to udev-071</para>
  645. </listitem>
  646. <listitem>
  647. <para>[matt]: Upgrade to man-pages 2.11.</para>
  648. </listitem>
  649. <listitem>
  650. <para>[matt]: Upgrade to coreutils-5.92. This involved removing
  651. the DEFAULT_POSIX2_VERSION environment variable as it is no longer
  652. required. The testsuite also requires the Data::Dumper module from
  653. Perl, so it is now built in chapter05/perl.xml.</para>
  654. </listitem>
  655. </itemizedlist>
  656. </listitem>
  657. <listitem>
  658. <para>October 22, 2005</para>
  659. <itemizedlist>
  660. <listitem>
  661. <para>[archaic]: Upgrade to m4-1.4.4.</para>
  662. </listitem>
  663. </itemizedlist>
  664. </listitem>
  665. <listitem>
  666. <para>October 21, 2005</para>
  667. <itemizedlist>
  668. <listitem>
  669. <para>[matt]: Upgrade to file-4.16.</para>
  670. </listitem>
  671. <listitem>
  672. <para>[matt]: Upgrade to man-pages 2.10.</para>
  673. </listitem>
  674. <listitem>
  675. <para>[matt]: Upgrade to ncurses 5.5.</para>
  676. </listitem>
  677. </itemizedlist>
  678. </listitem>
  679. <listitem>
  680. <para>October 15, 2005</para>
  681. <itemizedlist>
  682. <listitem>
  683. <para>[matt]: Upgrade to man-pages 2.09.</para>
  684. </listitem>
  685. <listitem>
  686. <para>[matt]: Use an updated version of the Udev rules file
  687. (fixes bug 1639).</para>
  688. </listitem>
  689. <listitem>
  690. <para>[matt]: Add a cdrom group as required by the Udev rules
  691. file</para>
  692. </listitem>
  693. </itemizedlist>
  694. </listitem>
  695. <listitem>
  696. <para>October 9, 2005</para>
  697. <itemizedlist>
  698. <listitem>
  699. <para>[matt]: Emphasise the fact that one must delete the source
  700. directory after each package has been installed. Fixes bug 1638.
  701. Thanks to Chris Staub.</para>
  702. </listitem>
  703. </itemizedlist>
  704. </listitem>
  705. <listitem>
  706. <para>October 8, 2005</para>
  707. <itemizedlist>
  708. <listitem>
  709. <para>[archaic]: Added patch to fix poor tempfile creation in
  710. Texinfo-4.8 that can lead to a symlink attack.</para>
  711. </listitem>
  712. <listitem>
  713. <para>[matt]: Upgrade to iproute2-051007.</para>
  714. </listitem>
  715. </itemizedlist>
  716. </listitem>
  717. <listitem>
  718. <para>October 7, 2005</para>
  719. <itemizedlist>
  720. <listitem>
  721. <para>[matt]: Upgrade to gcc-4.0.2.</para>
  722. </listitem>
  723. </itemizedlist>
  724. </listitem>
  725. <listitem>
  726. <para>October 4, 2005</para>
  727. <itemizedlist>
  728. <listitem>
  729. <para>[matt]: Prevent GCC from running the <command>fixincludes</command>
  730. script in chapter5 pass2 and chapter 6 (fixes bug 1636). Thanks to Tushar
  731. and Greg for their contributions on this issue.</para>
  732. </listitem>
  733. </itemizedlist>
  734. </listitem>
  735. <listitem>
  736. <para>September 29, 2005</para>
  737. <itemizedlist>
  738. <listitem>
  739. <para>[matt]: Add more explicit reader prerequisites (fixes
  740. bug 1629).</para>
  741. </listitem>
  742. <listitem>
  743. <para>[matt]: Add <option>-v</option> to commands that accept it
  744. (fixes bug 1612).</para>
  745. </listitem>
  746. </itemizedlist>
  747. </listitem>
  748. <listitem>
  749. <para>September 26, 2005</para>
  750. <itemizedlist>
  751. <listitem>
  752. <para>[matt]: Upgrade to man-pages-2.08.</para>
  753. </listitem>
  754. </itemizedlist>
  755. </listitem>
  756. <listitem>
  757. <para>September 24, 2005</para>
  758. <itemizedlist>
  759. <listitem>
  760. <para>[matt]: Upgrade to gawk-3.1.5.</para>
  761. </listitem>
  762. <listitem>
  763. <para>[matt]: Upgrade to man-1.6b.</para>
  764. </listitem>
  765. <listitem>
  766. <para>[matt]: Upgrade to util-linux-2.12r.</para>
  767. </listitem>
  768. </itemizedlist>
  769. </listitem>
  770. <listitem>
  771. <para>September 20, 2005</para>
  772. <itemizedlist>
  773. <listitem>
  774. <para>[matt]: Upgrade to bison-2.1.</para>
  775. </listitem>
  776. </itemizedlist>
  777. </listitem>
  778. <listitem>
  779. <para>September 17, 2005</para>
  780. <itemizedlist>
  781. <listitem>
  782. <para>[matt]: Upgrade to udev-070 and remove the unnecessary
  783. &quot;udevdir=/dev&quot; parameter.</para>
  784. </listitem>
  785. <listitem>
  786. <para>[matt]: Added patch for coreutils to improve echo's POSIX
  787. and bash compatibility and to recognise &quot;\xhh&quot; syntax
  788. as required by the test suite in udev-069 and later.</para>
  789. </listitem>
  790. </itemizedlist>
  791. </listitem>
  792. <listitem>
  793. <para>September 15, 2005</para>
  794. <itemizedlist>
  795. <listitem>
  796. <para>[archaic]: Added patch for util-linux to prevent a umount
  797. vulnerability.</para>
  798. </listitem>
  799. </itemizedlist>
  800. </listitem>
  801. <listitem>
  802. <para>September 8, 2005</para>
  803. <itemizedlist>
  804. <listitem>
  805. <para>[jhuntwork]: Upgrade to groff-1.19.2</para>
  806. </listitem>
  807. </itemizedlist>
  808. </listitem>
  809. <listitem>
  810. <para>September 6, 2005</para>
  811. <itemizedlist>
  812. <listitem>
  813. <para>[ken]: Reworded the glibc text to expect test failures.</para>
  814. </listitem>
  815. </itemizedlist>
  816. </listitem>
  817. <listitem>
  818. <para>September 5, 2005</para>
  819. <itemizedlist>
  820. <listitem>
  821. <para>[ken]: Add patch to fix some of the math tests in glibc.</para>
  822. </listitem>
  823. </itemizedlist>
  824. </listitem>
  825. <listitem><para>September 4, 2005</para>
  826. <itemizedlist>
  827. <listitem>
  828. <para>[matt]: Add patch to stop <command>cfdisk</command> segfaulting
  829. when invoked on devices with partitions that don't contain an ext2,
  830. ext3, xfs or jfs filesystem (see bug 1604)</para>
  831. </listitem>
  832. <listitem>
  833. <para>[matt]: Upgrade to libtool-1.5.20</para>
  834. </listitem>
  835. <listitem>
  836. <para>[matt]: Upgrade to findutils-4.2.25</para>
  837. </listitem>
  838. </itemizedlist>
  839. </listitem>
  840. <listitem>
  841. <para>September 2, 2005</para>
  842. <itemizedlist>
  843. <listitem>
  844. <para>[matt]: The optimization flag for util-linux comes from
  845. <filename>configure</filename> rather than <filename>MCONFIG</filename>,
  846. so adjust the <command>sed</command> in order for the segfault fix
  847. to actually work.</para>
  848. </listitem>
  849. <listitem>
  850. <para>[matt]: Avoid the potential race condition when invoking
  851. <command>find</command> to remove GCC's fixed headers.</para>
  852. </listitem>
  853. </itemizedlist>
  854. </listitem>
  855. <listitem>
  856. <para>August 30th, 2005</para>
  857. <itemizedlist>
  858. <listitem>
  859. <para>[matt]: Work around a segfault in cfdisk by compiling with -O
  860. instead of the default -O2 optimization setting (fixes bug 1604).</para>
  861. </listitem>
  862. <listitem>
  863. <para>[matt]: Update the inetutils patch to use the upstream fix
  864. for GCC-4.x compilation problems (fixes bug 1602).</para>
  865. </listitem>
  866. <listitem>
  867. <para>[matt]: Upgrade to shadow-2.0.12</para>
  868. </listitem>
  869. <listitem>
  870. <para>[ken]: Remove <command>sed -i</command> commands from
  871. gcc-pass2.</para>
  872. </listitem>
  873. </itemizedlist>
  874. </listitem>
  875. <listitem>
  876. <para>August 28th, 2005</para>
  877. <itemizedlist>
  878. <listitem>
  879. <para>[jhuntwork]: Adjusted tar commands in Bash and Glibc chapter 6
  880. builds for consistency</para>
  881. </listitem>
  882. </itemizedlist>
  883. </listitem>
  884. <listitem>
  885. <para>August 23rd, 2005</para>
  886. <itemizedlist>
  887. <listitem>
  888. <para>[matt]: <command>find</command> may fail due to a race
  889. condition when deleting files. Remove the &amp;&amp; construct in
  890. chapter05/adjusting.xml so that the rest of the commands for removing
  891. fixed headers will be executed (fixes bug 1621).</para>
  892. </listitem>
  893. <listitem>
  894. <para>[matt]: Install Udev's documentation relating to configuring
  895. rules (fixes bug 1622)</para>
  896. </listitem>
  897. <listitem>
  898. <para>[matt]: Upgrade to Man-1.6a</para>
  899. </listitem>
  900. </itemizedlist>
  901. </listitem>
  902. <listitem>
  903. <para>August 20th, 2005</para>
  904. <itemizedlist>
  905. <listitem>
  906. <para>[matt]: Stop moving some of coreutils binaries to /bin as
  907. they aren't required to be there (fixes bug 1620).</para>
  908. </listitem>
  909. </itemizedlist>
  910. </listitem>
  911. <listitem>
  912. <para>August 19th, 2005</para>
  913. <itemizedlist>
  914. <listitem>
  915. <para>[matt]: Upgrade to Udev-068</para>
  916. </listitem>
  917. <listitem>
  918. <para>[matt]: Upgrade to IANA-etc-2.00</para>
  919. </listitem>
  920. <listitem>
  921. <para>[matt]: Upgrade to file-4.15</para>
  922. </listitem>
  923. </itemizedlist>
  924. </listitem>
  925. <listitem>
  926. <para>August 18th, 2005</para>
  927. <itemizedlist>
  928. <listitem>
  929. <para>[matt]: Simplify the method for finding where GCC's default
  930. specs file and private include directory live. Additionally, don't
  931. assume the host's sed supports the -i switch.</para>
  932. </listitem>
  933. <listitem>
  934. <para>[ken]: Add a patch to sanitise bzgrep's handling of
  935. filenames.</para>
  936. </listitem>
  937. </itemizedlist>
  938. </listitem>
  939. <listitem>
  940. <para>August 16th, 2005</para>
  941. <itemizedlist>
  942. <listitem>
  943. <para>[matt]: Install sed's man page to /usr/share/doc/sed-4.1.4
  944. instead of /usr/share/doc (fixes bug 1600).</para>
  945. </listitem>
  946. <listitem>
  947. <para>[matt]: Upgraded to linux-2.6.12.5.</para>
  948. </listitem>
  949. </itemizedlist>
  950. </listitem>
  951. <listitem>
  952. <para>August 15th, 2005</para>
  953. <itemizedlist>
  954. <listitem>
  955. <para>[matt]: Alter the GCC -fomit-frame-pointer sed to protect
  956. from multiple invocations (Greg Schafer)</para>
  957. </listitem>
  958. </itemizedlist>
  959. </listitem>
  960. <listitem>
  961. <para>August 14th, 2005</para>
  962. <itemizedlist>
  963. <listitem>
  964. <para>[ken]: Upgrade shadow to 4.0.11.1 with --enable-shadowgrp as
  965. advised by Greg Schafer.</para>
  966. </listitem>
  967. <listitem>
  968. <para>[matt]: Mention the common libmudflap test failures in GCC
  969. (fixes bug 1615).</para>
  970. </listitem>
  971. <listitem>
  972. <para>[matt]: Added patch to install documentation for bzip2 (fixes
  973. bug 1603).</para>
  974. </listitem>
  975. <listitem>
  976. <para>[matt]: Upgrade to linux-2.6.12.4.</para>
  977. </listitem>
  978. <listitem>
  979. <para>[matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to
  980. ensure they get built with -fomit-frame-pointer so it matches the
  981. bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para>
  982. </listitem>
  983. <listitem>
  984. <para>[matt]: Upgrade to udev-067 including a fix for the failing
  985. test (bug 1611).</para>
  986. </listitem>
  987. </itemizedlist>
  988. </listitem>
  989. <listitem>
  990. <para>August 12th, 2005</para>
  991. <itemizedlist>
  992. <listitem>
  993. <para>[matt]: Explain that libiconv isn't required on an LFS
  994. system (fixes bug 1614).</para>
  995. </listitem>
  996. <listitem>
  997. <para>[matt]: Fix ownership of libtool's libltdl data files
  998. (fixes bug 1601).</para>
  999. </listitem>
  1000. <listitem>
  1001. <para>[matt]: Change findutils and vim's configure switch explanations
  1002. to the convention used in the rest of the book (Bug 1613).</para>
  1003. </listitem>
  1004. <listitem>
  1005. <para>[matt]: Expand explanation of device node creation at the start
  1006. of chapter 6.</para>
  1007. </listitem>
  1008. <listitem>
  1009. <para>[matt]: Fix incorrect version number for expect's installed
  1010. library (Bug 1608)</para>
  1011. </listitem>
  1012. </itemizedlist>
  1013. </listitem>
  1014. <listitem>
  1015. <para>August 7th, 2005</para>
  1016. <itemizedlist>
  1017. <listitem>
  1018. <para>[archaic]: Added note in Shadow regarding building Cracklib
  1019. from BLFS first.</para>
  1020. </listitem>
  1021. </itemizedlist>
  1022. </listitem>
  1023. <listitem>
  1024. <para>August 6th, 2005</para>
  1025. <itemizedlist>
  1026. <listitem>
  1027. <para>[matt]: Add texi2pdf to list of Texinfo's installed files.</para>
  1028. </listitem>
  1029. <listitem>
  1030. <para>[matt]: Updated Vim's security patch to address the latest
  1031. modeline vulnerability.</para>
  1032. </listitem>
  1033. </itemizedlist>
  1034. </listitem>
  1035. <listitem>
  1036. <para>July 30th, 2005</para>
  1037. <itemizedlist>
  1038. <listitem>
  1039. <para>[matt]: Added instructions for installing Bash documentation
  1040. (Randy McMurchy).</para>
  1041. </listitem>
  1042. <listitem>
  1043. <para>[matt]: Remove GCC linkonce patch from chapter03/patches.xml
  1044. as it's no longer used in the book</para>
  1045. </listitem>
  1046. </itemizedlist>
  1047. </listitem>
  1048. <listitem>
  1049. <para>July 29th, 2005</para>
  1050. <itemizedlist>
  1051. <listitem>
  1052. <para>[manuel]: Removed the text about defining gvimrc.</para>
  1053. </listitem>
  1054. </itemizedlist>
  1055. </listitem>
  1056. <listitem>
  1057. <para>July 28th, 2005</para>
  1058. <itemizedlist>
  1059. <listitem>
  1060. <para>[matt]: Add GCC-4 related patch for kbd</para>
  1061. </listitem>
  1062. <listitem>
  1063. <para>[matt]: Add GCC-4 related patch for inetutils</para>
  1064. </listitem>
  1065. <listitem>
  1066. <para>[matt]: Remove the note regarding a known test failure in GRUB.
  1067. The test no longer fails under GCC-4</para>
  1068. </listitem>
  1069. <listitem>
  1070. <para>[matt]: Add GCC-4 related patch to chapter06 tar</para>
  1071. </listitem>
  1072. </itemizedlist>
  1073. </listitem>
  1074. <listitem>
  1075. <para>July 27th, 2005</para>
  1076. <itemizedlist>
  1077. <listitem>
  1078. <para>[matt]: Don't define gvim's configuration file as we don't
  1079. compile gvim in LFS (Bruce Dubbs).</para>
  1080. </listitem>
  1081. </itemizedlist>
  1082. </listitem>
  1083. <listitem>
  1084. <para>July 26th, 2005</para>
  1085. <itemizedlist>
  1086. <listitem>
  1087. <para>[matt]: Remove <quote>groups</quote> from the list of programs
  1088. installed by shadow, as we use the version provided by coreutils
  1089. instead (Randy McMurchy).</para>
  1090. </listitem>
  1091. <listitem>
  1092. <para>[matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds
  1093. license and copyright information to the previous version.</para>
  1094. </listitem>
  1095. </itemizedlist>
  1096. </listitem>
  1097. <listitem>
  1098. <para>July 23rd, 2005</para>
  1099. <itemizedlist>
  1100. <listitem>
  1101. <para>[matt]: Moved FORMER_CONTRIBUTORS information into the book,
  1102. so as people can actually see it. The space constraint argument in
  1103. that file was weak - it only added another 10 lines to a 255 page
  1104. document (PDF). Now at least we <emphasis>publically</emphasis>
  1105. acknowledge the efforts of previous contributors.</para>
  1106. </listitem>
  1107. <listitem>
  1108. <para>[matt]: Updated to man-pages-2.07.</para>
  1109. </listitem>
  1110. <listitem>
  1111. <para>[matt]: Updated to zlib-1.2.3.</para>
  1112. </listitem>
  1113. </itemizedlist>
  1114. </listitem>
  1115. <listitem>
  1116. <para>July 22nd, 2005</para>
  1117. <itemizedlist>
  1118. <listitem>
  1119. <para>[manuel]: Added obfuscate.sh and modified the Makefile to
  1120. obfuscate e-mail addresses in XHTML output.</para>
  1121. </listitem>
  1122. </itemizedlist>
  1123. </listitem>
  1124. <listitem>
  1125. <para>July 21st, 2005</para>
  1126. <itemizedlist>
  1127. <listitem>
  1128. <para>[matt]: Add GCC-4 related patches to chapter06 glibc</para>
  1129. </listitem>
  1130. <listitem>
  1131. <para>[matt]: Unset the GCC_INCLUDEDIR variable once it's no longer
  1132. needed.</para>
  1133. </listitem>
  1134. </itemizedlist>
  1135. </listitem>
  1136. <listitem>
  1137. <para>July 19th, 2005</para>
  1138. <itemizedlist>
  1139. <listitem>
  1140. <para>[matt]: Removed flex++ from the list of installed files, as
  1141. it is no longer present (Randy McMurchy)</para>
  1142. </listitem>
  1143. </itemizedlist>
  1144. </listitem>
  1145. <listitem>
  1146. <para>July 18th, 2005</para>
  1147. <itemizedlist>
  1148. <listitem>
  1149. <para>[matt]: Re-added the explanation of the fixincludes process
  1150. and rewording where necessary (Chris Staub), and reworded description
  1151. of the specs patch.</para>
  1152. </listitem>
  1153. <listitem>
  1154. <para>[matt]: Remove all host headers brought in via the fixincludes
  1155. process, not just pthread.h and sigaction.h</para>
  1156. </listitem>
  1157. </itemizedlist>
  1158. </listitem>
  1159. <listitem>
  1160. <para>July 17th, 2005</para>
  1161. <itemizedlist>
  1162. <listitem>
  1163. <para>[matt]: Slightly adjusted the specs file seds, to prevent
  1164. multiple seds from adversely affecting them.</para>
  1165. </listitem>
  1166. <listitem>
  1167. <para>[matt]: Removed the fixincludes sed from gcc-pass1 as we may
  1168. need to fix up host's headers. Also reinstate the associated removal
  1169. of pthread.h and sigthread.h.</para>
  1170. </listitem>
  1171. </itemizedlist>
  1172. </listitem>
  1173. <listitem>
  1174. <para>July 16th, 2005</para>
  1175. <itemizedlist>
  1176. <listitem>
  1177. <para>[jhuntwork]: Added sed to chapter 5 gcc builds to force the
  1178. fixincludes to use the headers in /tools and not the host.</para>
  1179. </listitem>
  1180. <listitem>
  1181. <para>[jhuntwork]: Removed no_fixincludes and linkonce patches for
  1182. gcc4. Also removed the command to remove the fixed pthread.h.</para>
  1183. </listitem>
  1184. <listitem>
  1185. <para>[jhuntwork]: Fixed adjusting toolchain sed for both chapters
  1186. 5 and 6.</para>
  1187. </listitem>
  1188. </itemizedlist>
  1189. </listitem>
  1190. <listitem>
  1191. <para>July 15th, 2005</para>
  1192. <itemizedlist>
  1193. <listitem>
  1194. <para>[matt]: Updated to Linux-2.6.12.3.</para>
  1195. </listitem>
  1196. <listitem>
  1197. <para>[matt]: Added a patch to enable tar to build with gcc-4.0.1</para>
  1198. </listitem>
  1199. <listitem>
  1200. <para>[matt]: GCC-4.x no longer installs its specs file by default.
  1201. Alter the toolchain adjustment stage to first dump the specs file
  1202. where GCC will find it, then alter it.</para>
  1203. </listitem>
  1204. <listitem>
  1205. <para>[matt]: Added patches for chapter 5's Glibc to build with
  1206. gcc-4.0.1</para>
  1207. </listitem>
  1208. <listitem>
  1209. <para>[matt]: Updated to gcc-4.0.1.</para>
  1210. </listitem>
  1211. <listitem>
  1212. <para>[matt]: Updated to udev-063.</para>
  1213. </listitem>
  1214. </itemizedlist>
  1215. </listitem>
  1216. <listitem>
  1217. <para>July 13th, 2005</para>
  1218. <itemizedlist>
  1219. <listitem>
  1220. <para>[matt]: Updated to automake-1.9.6.</para>
  1221. </listitem>
  1222. </itemizedlist>
  1223. </listitem>
  1224. <listitem>
  1225. <para>July 8th, 2005</para>
  1226. <itemizedlist>
  1227. <listitem>
  1228. <para>[matt]: Updated to udev-062.</para>
  1229. </listitem>
  1230. <listitem>
  1231. <para>[matt]: Updated to linux-libc-headers-2.6.12.0.</para>
  1232. </listitem>
  1233. <listitem>
  1234. <para>[matt]: Updated to linux-2.6.12.2.</para>
  1235. </listitem>
  1236. <listitem>
  1237. <para>[matt]: Updated to shadow-4.0.10.</para>
  1238. </listitem>
  1239. <listitem>
  1240. <para>[matt]: Updated to iana-etc-1.10.</para>
  1241. </listitem>
  1242. </itemizedlist>
  1243. </listitem>
  1244. <listitem>
  1245. <para>July 6th, 2005</para>
  1246. <itemizedlist>
  1247. <listitem>
  1248. <para>[archaic]: Pulled the inetutils kernel header patch out again
  1249. as it is not needed.</para>
  1250. </listitem>
  1251. <listitem>
  1252. <para>[matt]: Updated to e2fsprogs-1.38.</para>
  1253. </listitem>
  1254. <listitem>
  1255. <para>[matt]: Updated to binutils-2.16.1.</para>
  1256. </listitem>
  1257. </itemizedlist>
  1258. </listitem>
  1259. <listitem>
  1260. <para>July 5th, 2005</para>
  1261. <itemizedlist>
  1262. <listitem>
  1263. <para>[matt]: Updated to tcl-8.4.11.</para>
  1264. </listitem>
  1265. <listitem>
  1266. <para>[matt]: Updated to man-1.6.</para>
  1267. </listitem>
  1268. <listitem>
  1269. <para>[matt]: Updated to file 4.14.</para>
  1270. </listitem>
  1271. <listitem><para>[matt]: Updated to man-pages 2.05.</para>
  1272. </listitem>
  1273. </itemizedlist>
  1274. </listitem>
  1275. <listitem>
  1276. <para>June 12th, 2005</para>
  1277. <itemizedlist>
  1278. <listitem>
  1279. <para>[matt]: Upgraded to gettext-0.14.5.</para>
  1280. </listitem>
  1281. <listitem>
  1282. <para>[matt]: Upgraded to perl-5.8.7.</para>
  1283. </listitem>
  1284. <listitem>
  1285. <para>[matt]: Upgraded to tcl-8.4.10.</para>
  1286. </listitem>
  1287. <listitem>
  1288. <para>[matt]: Upgraded to man-pages-2.03.</para>
  1289. </listitem>
  1290. </itemizedlist>
  1291. </listitem>
  1292. <listitem>
  1293. <para>May 24th, 2005</para>
  1294. <itemizedlist>
  1295. <listitem>
  1296. <para>[jim]: Changed gcc-specs patch to -2.</para>
  1297. </listitem>
  1298. </itemizedlist>
  1299. </listitem>
  1300. <listitem>
  1301. <para>May 23nd, 2005</para>
  1302. <itemizedlist>
  1303. <listitem>
  1304. <para>[jim]: Changed changelog to use version entities.</para>
  1305. </listitem>
  1306. </itemizedlist>
  1307. </listitem>
  1308. <listitem>
  1309. <para>May 22nd, 2005</para>
  1310. <itemizedlist>
  1311. <listitem>
  1312. <para>[matt]: Updated to Udev-058.</para>
  1313. </listitem>
  1314. <listitem>
  1315. <para>[matt]: Updated to Libtool-1.5.18.</para>
  1316. </listitem>
  1317. <listitem>
  1318. <para>[matt]: Updated to Gcc-3.4.4.</para>
  1319. </listitem>
  1320. <listitem>
  1321. <para>[matt]: Updated to Binutils-2.16.</para>
  1322. </listitem>
  1323. </itemizedlist>
  1324. </listitem>
  1325. <listitem>
  1326. <para>May 15th, 2005</para>
  1327. <itemizedlist>
  1328. <listitem>
  1329. <para>[matt]: Updated to Grub 0.97.</para>
  1330. </listitem>
  1331. <listitem>
  1332. <para>[matt]: Updated to Libtool 1.5.16.</para>
  1333. </listitem>
  1334. <listitem>
  1335. <para>[jim]: Updated to udev 057.</para>
  1336. </listitem>
  1337. </itemizedlist>
  1338. </listitem>
  1339. <listitem>
  1340. <para>April 14, 2005</para>
  1341. <itemizedlist>
  1342. <listitem>
  1343. <para>[jim]: Updated to man-pages 2.02.</para>
  1344. </listitem>
  1345. </itemizedlist>
  1346. </listitem>
  1347. <listitem>
  1348. <para>April 13, 2005</para>
  1349. <itemizedlist>
  1350. <listitem>
  1351. <para>[jim]: Updated to glibc 2.3.5.</para>
  1352. </listitem>
  1353. <listitem>
  1354. <para>[jim]: Updated to gettext 0.14.4.</para>
  1355. </listitem>
  1356. </itemizedlist>
  1357. </listitem>
  1358. <listitem>
  1359. <para>April 12, 2005</para>
  1360. <itemizedlist>
  1361. <listitem>
  1362. <para>[manuel]: Small redaction changes.</para>
  1363. </listitem>
  1364. </itemizedlist>
  1365. </listitem>
  1366. <listitem>
  1367. <para>April 11, 2005</para>
  1368. <itemizedlist>
  1369. <listitem>
  1370. <para>[manuel]: Several tags and text corrections.</para>
  1371. </listitem>
  1372. </itemizedlist>
  1373. </listitem>
  1374. <listitem>
  1375. <para>April 6, 2005</para>
  1376. <itemizedlist>
  1377. <listitem>
  1378. <para>[jim]: Removed IPRoute2 patch for a sed (Ryan Oliver).</para>
  1379. </listitem>
  1380. </itemizedlist>
  1381. </listitem>
  1382. </itemizedlist>
  1383. <para>Branch frozen for LFS 6.1 as of April 5, 2005. Some packages
  1384. and patches updates related with security up to July 9, 2005.</para>
  1385. </sect1>