changelog.xml 51 KB

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