changelog.xml 50 KB

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