changelog.xml 39 KB

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