changelog.xml 37 KB

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