changelog.xml 38 KB

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