changelog.xml 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  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>2008-10-19</para>
  33. <itemizedlist>
  34. <listitem>
  35. <para>[jhuntwork] - Move GCC's bootstrap back to pass 1 to correspond more closely
  36. with trunk. Cross compilation methods in the future can address the issues originally
  37. bypassed by moving the bootstrap to pass 2.</para>
  38. </listitem>
  39. </itemizedlist>
  40. </listitem>
  41. <listitem>
  42. <para>2008-10-18</para>
  43. <itemizedlist>
  44. <listitem>
  45. <para>[jhuntwork] - Fixed build locations of m4 so that it links against the
  46. glibc built in /tools and so that no packages in chapter 6 hard-code references
  47. to the temporarly location. Also made m4 a host prerequisite.</para>
  48. </listitem>
  49. </itemizedlist>
  50. </listitem>
  51. <listitem>
  52. <para>2008-10-15</para>
  53. <itemizedlist>
  54. <listitem>
  55. <para>[bdubbs] - Added --disable-libssp to glibc Pass 1 in Chapter 5
  56. to eliminate a build failure on some systems.</para>
  57. </listitem>
  58. <listitem>
  59. <para>[dj] - Updated to udev-config-20081015.</para>
  60. </listitem>
  61. <listitem>
  62. <para>[dj] - Modified udev instructions following upstream
  63. recommendations.</para>
  64. </listitem>
  65. </itemizedlist>
  66. </listitem>
  67. <listitem>
  68. <para>2008-10-13</para>
  69. <itemizedlist>
  70. <listitem>
  71. <para>[randy] - Modified the Chapter 5 instructions so that instead
  72. of building the GMP and MPFR packages separately for GCC Pass2, they
  73. are built by GCC internally.</para>
  74. </listitem>
  75. <listitem>
  76. <para>[randy] - Added a configure option to the Chapter 6 Gettext
  77. instructions so that the documentation is installed in a versioned
  78. directory.</para>
  79. </listitem>
  80. </itemizedlist>
  81. </listitem>
  82. <listitem>
  83. <para>2008-10-12</para>
  84. <itemizedlist>
  85. <listitem>
  86. <para>[dj] - Updated to E2fsprogs-1.41.2.</para>
  87. </listitem>
  88. <listitem>
  89. <para>[dj] - Corrected installation prefixes of Iproute2
  90. package with DESTDIR and MANDIR paths. Thanks to Steffen Pankratz
  91. for the fix.</para>
  92. </listitem>
  93. <listitem>
  94. <para>[randy] - Modified the Chapter 6 GMP instructions to include a
  95. method for determining all the tests in the test suite passed.</para>
  96. </listitem>
  97. <listitem>
  98. <para>[randy] - Modified the GCC search for correct headers command
  99. to account for the new include-fixed directory.</para>
  100. </listitem>
  101. <listitem>
  102. <para>[randy] - Added a patch to the Chapter 6 Binutils instructions
  103. to correct some errors in the test suite.</para>
  104. </listitem>
  105. <listitem>
  106. <para>[dj] - Corrected installation of udev rule files.</para>
  107. </listitem>
  108. <listitem>
  109. <para>[randy] - Moved the Chapter 6 M4 installation into alphabetical
  110. order as it is installed in Chapter 5 now and therefore doesn't need
  111. to precede the Bison installation.</para>
  112. </listitem>
  113. <listitem>
  114. <para>[randy] - Moved the Chapter 5 M4 installation to before GCC
  115. Pass1 so that the internal GCC build of GMP will not fail in case
  116. M4 doesn't exist on the host. Also updated GCC's dependencies to
  117. reflect GMP and MPFR.</para>
  118. </listitem>
  119. <listitem>
  120. <para>[dj] - Changed Chapter 5 GCC Pass 1 build to static. Thanks to
  121. Jeremy Huntwork for the suggestion and supporting text.</para>
  122. </listitem>
  123. <listitem>
  124. <para>[dj] - Added note to Chapter 6 GCC about the new include-fixed
  125. directory and changed the sample output to match.</para>
  126. </listitem>
  127. <listitem>
  128. <para>[dj] - Added instruction to keep Chapter 5 Glibc from honoring
  129. /etc/ld.so.preload. Thanks to Alexander Patrakov for the fix.</para>
  130. </listitem>
  131. <listitem>
  132. <para>[randy] - Added descriptions of the configure options used
  133. in the GMP instructions and updated the installed library
  134. descriptions.</para>
  135. </listitem>
  136. </itemizedlist>
  137. </listitem>
  138. <listitem>
  139. <para>2008-10-11</para>
  140. <itemizedlist>
  141. <listitem>
  142. <para>[dj] - Removed the Chapter 5 Glibc test suite information as
  143. it requires a working C++ compiler to run.</para>
  144. </listitem>
  145. <listitem>
  146. <para>[randy] - Added three configure parameters to the Chapter 6
  147. Util-linux-ng instructions so that additional programs are
  148. installed. Also updated the installed programs list.</para>
  149. </listitem>
  150. <listitem>
  151. <para>[randy] - Added a sed command to the Sysvinit instructions to
  152. suppress the installation of the wall program and its man page as a
  153. maintained version of this program is installed by
  154. Util-linux-ng.</para>
  155. </listitem>
  156. <listitem>
  157. <para>[randy] - Added commands to the Chapter 6 Binutils instructions
  158. to suppress the installation of standards.info. Thanks to Greg
  159. Schafer for contributing the fix.</para>
  160. </listitem>
  161. <listitem>
  162. <para>[randy] - Added a patch to the Procps instructions to fix a
  163. unicode related issue in the watch program.</para>
  164. </listitem>
  165. <listitem>
  166. <para>[randy] - Added documentation installation commands to the
  167. Chapter 6 Kbd instructions.</para>
  168. </listitem>
  169. <listitem>
  170. <para>[randy] - Modified the IPRoute2 installation command so that the
  171. docs are installed in a versioned directory.</para>
  172. </listitem>
  173. <listitem>
  174. <para>[randy] - Modified the Groff installation command so that the
  175. docs are installed in a standardized versioned directory.</para>
  176. </listitem>
  177. <listitem>
  178. <para>[randy] - Added documentation installation commands to the
  179. Chapter 6 Gawk instructions.</para>
  180. </listitem>
  181. <listitem>
  182. <para>[randy] - Added commands to the Chapter 6 Flex instructions
  183. to install a .pdf doc file.</para>
  184. </listitem>
  185. <listitem>
  186. <para>[randy] - Added a parameter to the configure command in the
  187. Automake instructions so that docs are installed in a versioned
  188. directory.</para>
  189. </listitem>
  190. <listitem>
  191. <para>[randy] - Updated Module-Init-Tools to 3.4.1.</para>
  192. </listitem>
  193. <listitem>
  194. <para>[randy] - Added documentation installation commands to the
  195. Chapter 6 Readline instructions.</para>
  196. </listitem>
  197. <listitem>
  198. <para>[randy] - Added documentation installation commands to the
  199. Chapter 6 Ncurses instructions.</para>
  200. </listitem>
  201. </itemizedlist>
  202. </listitem>
  203. <listitem>
  204. <para>2008-10-10</para>
  205. <itemizedlist>
  206. <listitem>
  207. <para>[randy] - Added documentation enhancements to the E2fsprogs
  208. package.</para>
  209. </listitem>
  210. <listitem>
  211. <para>[randy] - Removed an unnecessary parameter from the
  212. Util-linux-ng Chapter 6 make command. Thanks to Greg Schafer for
  213. pointing it out.</para>
  214. </listitem>
  215. <listitem>
  216. <para>[randy] - Updated the Perl instructions. Thanks to Greg Schafer
  217. for pointing out the issues. This change also required that the Zlib
  218. package is built right before the Perl package in Chapter 6.</para>
  219. </listitem>
  220. <listitem>
  221. <para>[randy] - Updated Vim to 7.2.</para>
  222. </listitem>
  223. <listitem>
  224. <para>[randy] - Updated Udev to 130.</para>
  225. </listitem>
  226. </itemizedlist>
  227. </listitem>
  228. <listitem>
  229. <para>2008-10-09</para>
  230. <itemizedlist>
  231. <listitem>
  232. <para>[randy] - Updated File to 4.26</para>
  233. </listitem>
  234. <listitem>
  235. <para>[randy] - Updated Shadow to 4.1.2.1.</para>
  236. </listitem>
  237. <listitem>
  238. <para>[randy] - Updated Man-DB to 2.5.2.</para>
  239. </listitem>
  240. <listitem>
  241. <para>[randy] - Updated Iproute to 2.6.26.</para>
  242. </listitem>
  243. <listitem>
  244. <para>[randy] - Added a command to the Inetutils instructions to
  245. correct an issue with GCC-&gcc-version;.</para>
  246. </listitem>
  247. </itemizedlist>
  248. </listitem>
  249. <listitem>
  250. <para>2008-10-07</para>
  251. <itemizedlist>
  252. <listitem>
  253. <para>[randy] - Updated Autoconf to 2.63.</para>
  254. </listitem>
  255. <listitem>
  256. <para>[randy] - Updated Libtool to 2.2.6a.</para>
  257. </listitem>
  258. <listitem>
  259. <para>[randy] - Corrected the instruction to untar the E2fsprogs
  260. tarball in Section 2.3. Thanks to William Immendorf for pointing
  261. out the error.</para>
  262. </listitem>
  263. <listitem>
  264. <para>[randy] - Updated Berkeley DB to 4.7.25.</para>
  265. </listitem>
  266. <listitem>
  267. <para>[randy] - Updated Man-pages to 3.11.</para>
  268. </listitem>
  269. <listitem>
  270. <para>[randy] - Updated Util-linux-ng to 2.14.1.</para>
  271. </listitem>
  272. <listitem>
  273. <para>[randy] - Updated Texinfo to 4.13.</para>
  274. </listitem>
  275. </itemizedlist>
  276. </listitem>
  277. <listitem>
  278. <para>2008-10-06</para>
  279. <itemizedlist>
  280. <listitem>
  281. <para>[robert] - Added -v to the cp command in the Chapter 5 Expect
  282. instructions.</para>
  283. </listitem>
  284. <listitem>
  285. <para>[randy] - Updated Tar to 1.20.</para>
  286. </listitem>
  287. <listitem>
  288. <para>[randy] - Updated Perl to 5.10.0.</para>
  289. </listitem>
  290. <listitem>
  291. <para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
  292. build as it is required by the GMP package in Chapter 6.</para>
  293. </listitem>
  294. <listitem>
  295. <para>[randy] - Updated Findutils to 4.4.0.</para>
  296. </listitem>
  297. </itemizedlist>
  298. </listitem>
  299. <listitem>
  300. <para>2008-10-05</para>
  301. <itemizedlist>
  302. <listitem>
  303. <para>[randy] - Updated E2fsprogs to 1.41.1.</para>
  304. </listitem>
  305. <listitem>
  306. <para>[randy] - Added the Mktemp-1.5 package to the list of
  307. removed items in the Chapter3 'What's new ...' page.</para>
  308. </listitem>
  309. <listitem>
  310. <para>[randy] - Updated Coreutils to 6.12. Thanks to William
  311. Immendorf for contributing a patch to add the mktemp program
  312. information to the Coreutils page.</para>
  313. </listitem>
  314. <listitem>
  315. <para>[randy] - Updated the Bash Fixes patch to the -8 version.</para>
  316. </listitem>
  317. <listitem>
  318. <para>[randy] - Added a patch to the Expect instructions to fix an
  319. issue with recent Tcl versions.</para>
  320. </listitem>
  321. <listitem>
  322. <para>[randy] - Updated Tcl to 8.5.4.</para>
  323. </listitem>
  324. <listitem>
  325. <para>[randy] - Updated the Linux kernel to 2.6.26.5.</para>
  326. </listitem>
  327. <listitem>
  328. <para>[randy] - Updated Glibc to a 2.8 snapshot taken on
  329. 9/29/2008. The tarball of this snapshot includes the libidn
  330. data that previously was separately packaged.</para>
  331. </listitem>
  332. <listitem>
  333. <para>[randy] - Added the GMP and MPFR packages to the list of
  334. packages in Chapter 3. Thanks to Lefteris Dimitroulakis for
  335. pointing out the omission.</para>
  336. </listitem>
  337. </itemizedlist>
  338. </listitem>
  339. <listitem>
  340. <para>2008-10-03</para>
  341. <itemizedlist>
  342. <listitem>
  343. <para>[bdubbs] - Added version check for Perl in Host System
  344. Requirements.</para>
  345. </listitem>
  346. <listitem>
  347. <para>[randy] - Updated GCC to 4.3.2 which includes adding the
  348. GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires
  349. the added packages. Thanks to DJ Lucas for the stimulus and initial
  350. work resulting in this and all of the other package updates coming
  351. up.</para>
  352. </listitem>
  353. </itemizedlist>
  354. </listitem>
  355. <listitem>
  356. <para>2008-07-11</para>
  357. <itemizedlist>
  358. <listitem>
  359. <para>[ken] - Belatedly fixed known vulnerabilities in perl.</para>
  360. </listitem>
  361. </itemizedlist>
  362. </listitem>
  363. <listitem>
  364. <para>2008-06-03</para>
  365. <itemizedlist>
  366. <listitem>
  367. <para>[bdubbs] - Added udev-config scripts to appendices.</para>
  368. </listitem>
  369. <listitem>
  370. <para>[bdubbs] - Added lfs-bootscripts to appendices.</para>
  371. </listitem>
  372. <listitem>
  373. <para>[bdubbs] - Updated license to Creative Commons with
  374. extracted code under the MIT license.</para>
  375. </listitem>
  376. </itemizedlist>
  377. </listitem>
  378. <listitem>
  379. <para>2008-05-23</para>
  380. <itemizedlist>
  381. <listitem>
  382. <para>[bryan] - Install a few extra rules from the
  383. etc/udev/packages directory in udev. Thanks to Dan
  384. Nicholson for noticing the issue.</para>
  385. </listitem>
  386. </itemizedlist>
  387. </listitem>
  388. <listitem>
  389. <para>2008-05-22</para>
  390. <itemizedlist>
  391. <listitem>
  392. <para>[bryan] - Updated Udev to 122, udev-config to
  393. 20080522, and lfs-bootscripts to 20080522. Also made
  394. persistent-net rules able to be pre-generated, using
  395. udevadm test. Fixes #2057, #2079 (I think), #2170, and
  396. #2186.</para>
  397. </listitem>
  398. </itemizedlist>
  399. </listitem>
  400. <listitem>
  401. <para>2008-04-23</para>
  402. <itemizedlist>
  403. <listitem>
  404. <para>[jhuntwork] - Use -mtune=native for glibc. We don't
  405. want our libc optimized for 486. It should be optimized
  406. for the local machine.</para>
  407. </listitem>
  408. <listitem>
  409. <para>[jhuntwork] - Updated Autoconf to 2.62.</para>
  410. </listitem>
  411. <listitem>
  412. <para>[jhuntwork] - Updated E2fsprogs to 1.40.8. Fixes #2173.
  413. </para>
  414. </listitem>
  415. <listitem>
  416. <para>[jhuntwork] - Fixed behavior in kbd where man pages
  417. for optional programs that aren't built are installed.
  418. Thanks Greg Schafer for spotting this.
  419. </para>
  420. </listitem>
  421. <listitem>
  422. <para>[jhuntwork] - Fixed kbd to install getkeycodes,
  423. setkeycodes and resizecons. Also moved loadkeys to /bin from
  424. /usr/bin. Thanks, Greg Schafer.</para>
  425. </listitem>
  426. </itemizedlist>
  427. </listitem>
  428. <listitem>
  429. <para>2008-04-22</para>
  430. <itemizedlist>
  431. <listitem>
  432. <para>[jhuntwork] - Updated Kbd to 1.14.1. Fixes #2162.</para>
  433. </listitem>
  434. <listitem>
  435. <para>[jhuntwork] - Updated Flex to 2.5.35. Fixes #2179.</para>
  436. </listitem>
  437. </itemizedlist>
  438. </listitem>
  439. <listitem>
  440. <para>2008-04-11</para>
  441. <itemizedlist>
  442. <listitem>
  443. <para>[bdubbs] - Updated host requirments to check for
  444. symbolic links from sh, awk, and yacc.</para>
  445. </listitem>
  446. </itemizedlist>
  447. </listitem>
  448. <listitem>
  449. <para>2008-04-03</para>
  450. <itemizedlist>
  451. <listitem>
  452. <para>[jhuntwork] - Suppress installation of uptime in coreutils.
  453. Thanks to Randy McMurchy. Fixes #2133.</para>
  454. </listitem>
  455. <listitem>
  456. <para>[jhuntwork] - Upgraded to iana-etc-2.30. Fixes #2174.</para>
  457. </listitem>
  458. <listitem>
  459. <para>[jhuntwork] - Added patch for 256-byte inode support in GRUB.
  460. Fixes #2161.</para>
  461. </listitem>
  462. </itemizedlist>
  463. </listitem>
  464. <listitem>
  465. <para>2008-04-02</para>
  466. <itemizedlist>
  467. <listitem>
  468. <para>[jhuntwork] - Updated to linux-2.6.24.4, fixes #2157.</para>
  469. </listitem>
  470. <listitem>
  471. <para>[jhuntwork] - Added an upstream patch for db-4.6.21, thanks
  472. Randy McMurchy for the report. Fixes #2164.</para>
  473. </listitem>
  474. </itemizedlist>
  475. </listitem>
  476. <listitem>
  477. <para>2008-03-30</para>
  478. <itemizedlist>
  479. <listitem>
  480. <para>[dnicholson] - Added <parameter>--sysconfdir</parameter>
  481. parameter to Man-db's configure command so that
  482. <filename>man_db.conf</filename> is installed in <filename
  483. class="directory">/etc</filename>.</para>
  484. </listitem>
  485. </itemizedlist>
  486. </listitem>
  487. <listitem>
  488. <para>2008-03-27</para>
  489. <itemizedlist>
  490. <listitem>
  491. <para>[ken] - Updated bzip2 to 1.0.5, fixes CVE-2008-1372.</para>
  492. </listitem>
  493. </itemizedlist>
  494. </listitem>
  495. <listitem>
  496. <para>2008-02-26</para>
  497. <itemizedlist>
  498. <listitem>
  499. <para>[ken] - Corrected typo in name of ru-ms keymap.</para>
  500. </listitem>
  501. <listitem>
  502. <para>[ken] - Updated Kbd to 1.13.</para>
  503. </listitem>
  504. </itemizedlist>
  505. </listitem>
  506. <listitem>
  507. <para>2008-02-24</para>
  508. <itemizedlist>
  509. <listitem>
  510. <para>[matthew] - Add --libexecdir parameter to Man-db's configure
  511. command so that <command>globbing</command> and
  512. <command>manconv</command> are installed into /usr/libexec/man-db.
  513. Fixes <ulink url="&lfs-ticket-root;2153">#2153</ulink>. Also, remove
  514. the --enable-mb-groff parameter, as this is now detected
  515. automatically.</para>
  516. </listitem>
  517. </itemizedlist>
  518. </listitem>
  519. <listitem>
  520. <para>2008-02-19</para>
  521. <itemizedlist>
  522. <listitem>
  523. <para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix
  524. for automated builds.</para>
  525. </listitem>
  526. <listitem>
  527. <para>[ken] - Updated Flex to 2.5.34.</para>
  528. </listitem>
  529. <listitem>
  530. <para>[ken] - Updated Module-Init-Tools to 3.4.</para>
  531. </listitem>
  532. </itemizedlist>
  533. </listitem>
  534. <listitem>
  535. <para>2008-02-17</para>
  536. <itemizedlist>
  537. <listitem>
  538. <para>[matthew] - Upgraded to latest upstream Vim patches.</para>
  539. </listitem>
  540. <listitem>
  541. <para>[matthew] - Upgraded to Tcl-8.4.18. Fixes
  542. <ulink url="&lfs-ticket-root;2146">#2146</ulink>.</para>
  543. </listitem>
  544. <listitem>
  545. <para>[matthew] - Upgraded to Man-pages-2.78. Fixes
  546. <ulink url="&lfs-ticket-root;2152">#2152</ulink>.</para>
  547. </listitem>
  548. <listitem>
  549. <para>[matthew] - Upgraded to Man-DB-2.5.1. Fixes
  550. <ulink url="&lfs-ticket-root;2148">#2148</ulink>.</para>
  551. </listitem>
  552. <listitem>
  553. <para>[matthew] - Upgraded to Linux-2.6.24.2. Fixes
  554. <ulink url="&lfs-ticket-root;2147">#2147</ulink>.</para>
  555. </listitem>
  556. <listitem>
  557. <para>[matthew] - Now that <command>mktemp</command> is installed by
  558. Coreutils in chapter 5, there is no need to fix up GCC's
  559. <command>gccbug</command> in chapter 6. Thanks to Greg Schafer for
  560. the report.</para>
  561. </listitem>
  562. <listitem>
  563. <para>[matthew] - Upgraded to Findutils-4.2.33. Fixes
  564. <ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para>
  565. </listitem>
  566. <listitem>
  567. <para>[matthew] - Upgraded to E2fsprogs-1.40.6. Fixes
  568. <ulink url="&lfs-ticket-root;2149">#2149</ulink>.</para>
  569. </listitem>
  570. </itemizedlist>
  571. </listitem>
  572. <listitem>
  573. <para>2008-02-07</para>
  574. <itemizedlist>
  575. <listitem>
  576. <para>[matthew] - Added a patch to fix a known issue in the Automake
  577. test suite. Fixes
  578. <ulink url="&lfs-ticket-root;2143">#2143</ulink>.</para>
  579. </listitem>
  580. <listitem>
  581. <para>[matthew] - Upgraded to Man-pages-2.77. Fixes
  582. <ulink url="&lfs-ticket-root;2142">#2142</ulink>.</para>
  583. </listitem>
  584. <listitem>
  585. <para>[matthew] - Upgraded to Libtool-1.5.26. Fixes
  586. <ulink url="&lfs-ticket-root;2141">#2141</ulink>.</para>
  587. </listitem>
  588. <listitem>
  589. <para>[matthew] - Upgraded to GCC-4.2.3. Fixes
  590. <ulink url="&lfs-ticket-root;2140">#2140</ulink>.</para>
  591. </listitem>
  592. <listitem>
  593. <para>[matthew] - Upgraded to Coreutils-6.10. Removed Mktemp-1.5 as
  594. Coreutils provides its own implementation now. Removed the coreutils
  595. binary suppression patch as the configure script can now be given a
  596. list of programs not to install. Fixes
  597. <ulink url="&lfs-ticket-root;2133">#2133</ulink>.</para>
  598. </listitem>
  599. <listitem>
  600. <para>[matthew] - Upgraded to E2fsprogs-1.40.5. Fixes
  601. <ulink url="&lfs-ticket-root;2138">#2138</ulink>.</para>
  602. </listitem>
  603. </itemizedlist>
  604. </listitem>
  605. <listitem>
  606. <para>2008-01-29</para>
  607. <itemizedlist>
  608. <listitem>
  609. <para>[matthew] - Upgraded to Linux-2.6.24. Fixes
  610. <ulink url="&lfs-ticket-root;2137">#2137</ulink>.</para>
  611. </listitem>
  612. <listitem>
  613. <para>[matthew] - Upgraded to Findutils-4.2.32. Fixes
  614. <ulink url="&lfs-ticket-root;2136">#2136</ulink>.</para>
  615. </listitem>
  616. <listitem>
  617. <para>[matthew] - Upgraded to Automake-1.10.1. Fixes
  618. <ulink url="&lfs-ticket-root;2132">#2132</ulink>.</para>
  619. </listitem>
  620. </itemizedlist>
  621. </listitem>
  622. <listitem>
  623. <para>2008-01-22</para>
  624. <itemizedlist>
  625. <listitem>
  626. <para>[matthew] - Replaced Util-Linux-2.12r, with
  627. Util-Linux-NG-2.13.1. Fixes
  628. <ulink url="&lfs-ticket-root;2077">#2077</ulink>.</para>
  629. </listitem>
  630. <listitem>
  631. <para>[matthew] - Upgraded to Tcl-8.4.17. Fixes
  632. <ulink url="&lfs-ticket-root;2131">#2131</ulink>.</para>
  633. </listitem>
  634. <listitem>
  635. <para>[matthew] - Upgraded to Man-Pages-2.76. Fixes
  636. <ulink url="&lfs-ticket-root;2129">#2129</ulink>.</para>
  637. </listitem>
  638. <listitem>
  639. <para>[matthew] - Upgraded to Linux-2.6.23.14. Fixes
  640. <ulink url="&lfs-ticket-root;2128">#2128</ulink>.</para>
  641. </listitem>
  642. </itemizedlist>
  643. </listitem>
  644. <listitem>
  645. <para>2008-01-19</para>
  646. <itemizedlist>
  647. <listitem>
  648. <para>[matthew] - Add Perl to the list of host requirements, as it is
  649. required by Glibc. Thanks to Ben Collver for the report. Fixes
  650. <ulink url="&lfs-ticket-root;2112">#2112</ulink>.</para>
  651. </listitem>
  652. <listitem>
  653. <para>[matthew] - Mention <command>strace</command> as another means
  654. of logging installed files, and correct the URL of the Linux Standard
  655. Base specifications. Fixes
  656. <ulink url="&lfs-ticket-root;2073">#2073</ulink> and
  657. <ulink url="&lfs-ticket-root;2130">#2130</ulink>.</para>
  658. </listitem>
  659. </itemizedlist>
  660. </listitem>
  661. <listitem>
  662. <para>2008-01-04</para>
  663. <itemizedlist>
  664. <listitem>
  665. <para>[matthew] - Upgraded to latest upstream fixes for Vim.</para>
  666. </listitem>
  667. <listitem>
  668. <para>[matthew] - Upgraded to Less-418. Fixes
  669. <ulink url="&lfs-ticket-root;2124">#2124</ulink>.</para>
  670. </listitem>
  671. <listitem>
  672. <para>[matthew] - Upgraded to File-4.23. Fixes
  673. <ulink url="&lfs-ticket-root;2125">#2125</ulink>.</para>
  674. </listitem>
  675. <listitem>
  676. <para>[matthew] - Upgraded to E2fsprogs-1.40.4. Fixes
  677. <ulink url="&lfs-ticket-root;2123">#2123</ulink>.</para>
  678. </listitem>
  679. </itemizedlist>
  680. </listitem>
  681. <listitem>
  682. <para>2007-12-23</para>
  683. <itemizedlist>
  684. <listitem>
  685. <para>[matthew] - Upgraded to latest upstream fixes for Readline.
  686. Fixes <ulink url="&lfs-ticket-root;2122">#2122</ulink>.</para>
  687. </listitem>
  688. <listitem>
  689. <para>[matthew] - Upgraded to Man-Pages-2.74. Fixes
  690. <ulink url="&lfs-ticket-root;2119">#2119</ulink>.</para>
  691. </listitem>
  692. <listitem>
  693. <para>[matthew] - Upgraded to Linux-2.6.23.12. Fixes
  694. <ulink url="&lfs-ticket-root;2118">#2118</ulink>.</para>
  695. </listitem>
  696. <listitem>
  697. <para>[matthew] - Upgraded to latest upstream fixes for Bash. Fixes
  698. <ulink url="&lfs-ticket-root;2121">#2121</ulink>.</para>
  699. </listitem>
  700. </itemizedlist>
  701. </listitem>
  702. <listitem>
  703. <para>2007-12-08</para>
  704. <itemizedlist>
  705. <listitem>
  706. <para>[matthew] - Upgraded to latest upstream fixes for Vim. Fixes
  707. <ulink url="&lfs-ticket-root;2108">#2108</ulink>.</para>
  708. </listitem>
  709. <listitem>
  710. <para>[matthew] - Upgraded to Texinfo-4.11. Fixes
  711. <ulink url="&lfs-ticket-root;2074">#2074</ulink>.</para>
  712. </listitem>
  713. <listitem>
  714. <para>[matthew] - Upgraded to Psmisc-22.6. Fixes
  715. <ulink url="&lfs-ticket-root;2104">#2104</ulink>.</para>
  716. </listitem>
  717. <listitem>
  718. <para>[matthew] - Upgraded to Man-Pages-2.70. Fixes
  719. <ulink url="&lfs-ticket-root;2110">#2110</ulink>.</para>
  720. </listitem>
  721. <listitem>
  722. <para>[matthew] - Upgraded to Man-DB-2.5.0. Fixes
  723. <ulink url="&lfs-ticket-root;2109">#2109</ulink>.</para>
  724. </listitem>
  725. <listitem>
  726. <para>[matthew] - Upgraded to Linux-2.6.23.9. Fixes
  727. <ulink url="&lfs-ticket-root;2106">#2106</ulink>.</para>
  728. </listitem>
  729. <listitem>
  730. <para>[matthew] - Upgraded to Less-416. Fixes
  731. <ulink url="&lfs-ticket-root;2105">#2105</ulink>.</para>
  732. </listitem>
  733. <listitem>
  734. <para>[matthew] - Upgraded to Gettext-0.17. Fixes
  735. <ulink url="&lfs-ticket-root;2103">#2103</ulink>.</para>
  736. </listitem>
  737. <listitem>
  738. <para>[matthew] - Removed the modifications to Gawk's config.h as
  739. Gawk-3.1.6 fixes the bug that they were working around. Fixes
  740. <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
  741. for the report.</para>
  742. </listitem>
  743. <listitem>
  744. <para>[matthew] - Removed the modifications to Gawk's config.h as
  745. Gawk-3.1.6 fixes the bug that they were working around. Fixes
  746. <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
  747. for the report.</para>
  748. </listitem>
  749. <listitem>
  750. <para>[matthew] - Upgraded to E2fsprogs-1.40.3. Fixes
  751. <ulink url="&lfs-ticket-root;2116">#2116</ulink>.</para>
  752. </listitem>
  753. </itemizedlist>
  754. </listitem>
  755. <listitem>
  756. <para>2007-11-25</para>
  757. <itemizedlist>
  758. <listitem>
  759. <para>[bdubbs] - Fixed test for Debian binutils.</para>
  760. </listitem>
  761. </itemizedlist>
  762. </listitem>
  763. <listitem>
  764. <para>2007-10-29</para>
  765. <itemizedlist>
  766. <listitem>
  767. <para>[bdubbs] - Removed obsolete note from Creating Symlinks section
  768. about continuation lines in udev rules. Changed dailout group
  769. to uucp for udev rule compatability.</para>
  770. </listitem>
  771. <listitem>
  772. <para>[matthew] - Upgrade to the latest upstream patches for
  773. Vim.</para>
  774. </listitem>
  775. <listitem>
  776. <para>[matthew] - Add a patch to fix a segfault in usb_id.</para>
  777. </listitem>
  778. <listitem>
  779. <para>[matthew] - Upgrade to Tcl-8.4.16. Fixes
  780. <ulink url="&lfs-ticket-root;2084">#2084</ulink>.</para>
  781. </listitem>
  782. <listitem>
  783. <para>[matthew] - Upgrade to Tar-1.19. Fixes
  784. <ulink url="&lfs-ticket-root;2090">#2090</ulink>.</para>
  785. </listitem>
  786. <listitem>
  787. <para>[matthew] - Upgrade to Man-Pages-2.67. Fixes
  788. <ulink url="&lfs-ticket-root;2078">#2078</ulink>.</para>
  789. </listitem>
  790. <listitem>
  791. <para>[matthew] - Upgrade to Linux-2.6.23.1. Fixes
  792. <ulink url="&lfs-ticket-root;2088">#2088</ulink>.</para>
  793. </listitem>
  794. <listitem>
  795. <para>[matthew] - Upgrade to Less-409. Fixes
  796. <ulink url="&lfs-ticket-root;2087">#2087</ulink>.</para>
  797. </listitem>
  798. <listitem>
  799. <para>[matthew] - Upgrade to IPRoute2-2.6.23. Fixes
  800. <ulink url="&lfs-ticket-root;2091">#2091</ulink>.</para>
  801. </listitem>
  802. <listitem>
  803. <para>[matthew] - Upgrade to Glibc-2.7. Fixes
  804. <ulink url="&lfs-ticket-root;2095">#2095</ulink>.</para>
  805. </listitem>
  806. <listitem>
  807. <para>[matthew] - Upgrade to GCC-4.2.2. Fixes
  808. <ulink url="&lfs-ticket-root;2089">#2089</ulink>.</para>
  809. </listitem>
  810. <listitem>
  811. <para>[matthew] - Upgrade to Gawk-3.1.6. Fixes
  812. <ulink url="&lfs-ticket-root;2098">#2098</ulink>.</para>
  813. </listitem>
  814. <listitem>
  815. <para>[matthew] - Upgrade to DB-4.6.21. Fixes
  816. <ulink url="&lfs-ticket-root;2086">#2086</ulink>.</para>
  817. </listitem>
  818. </itemizedlist>
  819. </listitem>
  820. <listitem>
  821. <para>2007-10-06</para>
  822. <itemizedlist>
  823. <listitem>
  824. <para>[jhuntwork] - Made book buildable by powerpc.</para>
  825. </listitem>
  826. <listitem>
  827. <para>[jhuntwork] - Moved GCC's bootstrap to pass 2.</para>
  828. </listitem>
  829. </itemizedlist>
  830. </listitem>
  831. <listitem>
  832. <para>2007-10-05</para>
  833. <itemizedlist>
  834. <listitem>
  835. <para>[bdubbs] - Added -mtune to Glibc CFLAGS.</para>
  836. </listitem>
  837. </itemizedlist>
  838. </listitem>
  839. <listitem>
  840. <para>2007-10-04</para>
  841. <itemizedlist>
  842. <listitem>
  843. <para>[jhuntwork] - Fixed grep syntax in Glibc.</para>
  844. </listitem>
  845. </itemizedlist>
  846. </listitem>
  847. <listitem>
  848. <para>2007-09-25</para>
  849. <itemizedlist>
  850. <listitem>
  851. <para>[manuel] - More updates in dependencies list. Thanks to
  852. Chris Staub for the patch.</para>
  853. </listitem>
  854. </itemizedlist>
  855. </listitem>
  856. <listitem>
  857. <para>2007-09-23</para>
  858. <itemizedlist>
  859. <listitem>
  860. <para>[manuel] - Updated dependencies list. Thanks to
  861. Chris Staub for the patch.</para>
  862. </listitem>
  863. </itemizedlist>
  864. </listitem>
  865. <listitem>
  866. <para>2007-09-21</para>
  867. <itemizedlist>
  868. <listitem>
  869. <para>[manuel] - Fixed glibc-libidn tarball extension.</para>
  870. </listitem>
  871. </itemizedlist>
  872. </listitem>
  873. <listitem>
  874. <para>2007-09-18</para>
  875. <itemizedlist>
  876. <listitem>
  877. <para>[manuel] - Added remap attributes to userinput tags in packages
  878. pages to help adding package manager support and other extensions
  879. into jhalfs. Made all testsuite commands screen blocks for
  880. consistency.</para>
  881. </listitem>
  882. </itemizedlist>
  883. </listitem>
  884. <listitem>
  885. <para>2007-09-16</para>
  886. <itemizedlist>
  887. <listitem>
  888. <para>[manuel] - Updated Ncurses contents list and fixes some typos.
  889. Thanks to Chris Staub for the patch.</para>
  890. </listitem>
  891. </itemizedlist>
  892. </listitem>
  893. <listitem>
  894. <para>2007-09-15</para>
  895. <itemizedlist>
  896. <listitem>
  897. <para>[matthew] - Add latest upstream patches for Vim.</para>
  898. </listitem>
  899. <listitem>
  900. <para>[matthew] - Upgrade to Sysklogd-1.5. Fixes
  901. <ulink url="&lfs-ticket-root;2055">#2055</ulink>.</para>
  902. </listitem>
  903. <listitem>
  904. <para>[matthew] - Add latest upstream patches for Readline. Fixes
  905. <ulink url="&lfs-ticket-root;2068">#2068</ulink>.</para>
  906. </listitem>
  907. <listitem>
  908. <para>[matthew] - Upgrade to Man-pages 2.64. Fixes
  909. <ulink url="&lfs-ticket-root;2061">#2061</ulink>.</para>
  910. </listitem>
  911. <listitem>
  912. <para>[matthew] - Upgrade to Linux-2.6.22.6. Fixes
  913. <ulink url="&lfs-ticket-root;2070">#2070</ulink>.</para>
  914. </listitem>
  915. <listitem>
  916. <para>[jhuntwork] - Remove --with-arch for GCC and adjust CFLAGS for
  917. Glibc instead.
  918. Thanks to Robert Connolly and Dan Nicholson for investigating how best
  919. to adjust CFLAGS, and Greg Schafer for showing the technical
  920. benefits of using CFLAGS with Glibc.</para>
  921. </listitem>
  922. <listitem>
  923. <para>[matthew] - Upgrade to DB-4.6.19. Fixes
  924. <ulink url="&lfs-ticket-root;2051">#2051</ulink>.</para>
  925. </listitem>
  926. <listitem>
  927. <para>[matthew] - Add latest upstream patches for Bash. Fixes
  928. <ulink url="&lfs-ticket-root;2067">#2067</ulink>.</para>
  929. </listitem>
  930. </itemizedlist>
  931. </listitem>
  932. <listitem>
  933. <para>2007-09-07</para>
  934. <itemizedlist>
  935. <listitem>
  936. <para>[manuel] - Added sect1info metainformation blocks to packages
  937. pages to help adding package manager support into jhalfs.</para>
  938. </listitem>
  939. </itemizedlist>
  940. </listitem>
  941. <listitem>
  942. <para>2007-09-03</para>
  943. <itemizedlist>
  944. <listitem>
  945. <para>[jhuntwork] - Remove -m64 from binutils and gcc pass 1. Tests show that the 32-bit binary
  946. versions still produce the wanted 64-bit code.</para>
  947. </listitem>
  948. </itemizedlist>
  949. </listitem>
  950. <listitem>
  951. <para>2007-08-31</para>
  952. <itemizedlist>
  953. <listitem>
  954. <para>[jhuntwork] - Update explanatory text for the use of -m64.</para>
  955. </listitem>
  956. <listitem>
  957. <para>[jhuntwork] - Update explanatory text for GCC's --with-arch parameter.</para>
  958. </listitem>
  959. <listitem>
  960. <para>[jhuntwork] - Add --disable-bootstrap flags to GCC pass 2 and chapter 6 GCC,
  961. to achieve traditional LFS build methods with GCC 4.2.1.</para>
  962. </listitem>
  963. </itemizedlist>
  964. </listitem>
  965. <listitem>
  966. <para>2007-08-30</para>
  967. <itemizedlist>
  968. <listitem>
  969. <para>[jhuntwork] - Upgraded to FSF Binutils version 2.18.</para>
  970. </listitem>
  971. <listitem>
  972. <para>[jhuntwork] - Use --with-arch=i486 only for x86. Also force '-m64' for 64-bit builds.
  973. Lastly, use 'make' instead of 'make bootstrap' on gcc pass 1. The bootstrap is now default.</para>
  974. </listitem>
  975. </itemizedlist>
  976. </listitem>
  977. <listitem>
  978. <para>2007-08-20</para>
  979. <itemizedlist>
  980. <listitem>
  981. <para>[jhuntwork] - Use --with-arch=i486 on GCC instead of -march=i486 with Glibc.</para>
  982. </listitem>
  983. </itemizedlist>
  984. </listitem>
  985. <listitem>
  986. <para>2007-08-11</para>
  987. <itemizedlist>
  988. <listitem>
  989. <para>[jhuntwork] - Add -march=i486 to Glibc for x86 builds as default of i386 is
  990. incompatible.</para>
  991. </listitem>
  992. <listitem>
  993. <para>[jhuntwork] - Make the sed to Glibc's test-installation.pl file
  994. architecture independent.</para>
  995. </listitem>
  996. </itemizedlist>
  997. </listitem>
  998. <listitem>
  999. <para>2007-08-07</para>
  1000. <itemizedlist>
  1001. <listitem>
  1002. <para>[jhuntwork] - Fix Perl-5.8.8 to build with GCC-4.2.1.
  1003. Have makedepend.SH check for 'command-line' as well as 'command line'.</para>
  1004. </listitem>
  1005. <listitem>
  1006. <para>[jhuntwork] - Fix Coreutils-6.9 and Gzip-1.3.12 to work with Glibc-2.6.1.
  1007. Rename the futimens function.</para>
  1008. </listitem>
  1009. <listitem>
  1010. <para>[jhuntwork] - Use a loop, find and sed instead of the gcc specs patch</para>
  1011. </listitem>
  1012. <listitem>
  1013. <para>[jhuntwork] - Upgraded to Glibc 2.6.1</para>
  1014. </listitem>
  1015. <listitem>
  1016. <para>[jhuntwork] - Add --disable-shared to gcc pass 1. Requires adding
  1017. a libgcc_eh.a -> libgcc.a symlink.</para>
  1018. </listitem>
  1019. <listitem>
  1020. <para>[jhuntwork] - Since we're using HJL Binutils, add m4, bison and flex
  1021. back to chatper 5.</para>
  1022. </listitem>
  1023. <listitem>
  1024. <para>[jhuntwork] - Upgraded to GCC 4.2.1</para>
  1025. </listitem>
  1026. <listitem>
  1027. <para>[jhuntwork] - Upgraded to HJL Binutils-2.17.50.0.18</para>
  1028. </listitem>
  1029. <listitem>
  1030. <para>[jhuntwork] - Update commands to work with both x86 and x86_64</para>
  1031. </listitem>
  1032. <listitem>
  1033. <para>[jhuntwork] - Use '-n' when creating /tools/lib64 symlink.
  1034. Will fail if that directory or symlink already exists, instead of
  1035. creating an unwanted lib -> lib symlink inside of /tools/lib. Fix
  1036. from Dan Nicholson.</para>
  1037. </listitem>
  1038. </itemizedlist>
  1039. </listitem>
  1040. </itemizedlist>
  1041. <para>LFS 6.3 released August 28, 2007.</para>
  1042. </sect1>