source: chapter01/changelog.xml@ ce69610

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ce69610 was 2e1fb0ca, checked in by Randy McMurchy <randy@…>, 16 years ago

Added some documentation installation commands to the Chapter 6 Ncurses instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 27.2 KB
RevLine 
[2380f02]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[e054f07]7
[35edd52]8<sect1 id="ch-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Changelog</title>
12
13 <para>This is version &version; of the Linux From Scratch book, dated
14 &releasedate;. If this book is more than six months old, a newer and better
15 version is probably already available. To find out, please check one of the
16 mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
17
18 <para>Below is a list of changes made since the previous release of the
19 book.</para>
20
21 <itemizedlist>
22 <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
30 <para>[name] - New changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Previous changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
[6d7b95a]37
[bb61f4f0]38-->
[6cc0516]39
[2e1fb0ca]40 <listitem>
41 <para>2008-10-11</para>
42 <itemizedlist>
43 <listitem>
44 <para>[randy] - Added some documentation installation commands to the
45 Chapter 6 Ncurses instructions.</para>
46 </listitem>
47 </itemizedlist>
48 </listitem>
49
[166a9db]50 <listitem>
51 <para>2008-10-10</para>
52 <itemizedlist>
[64941f4]53 <listitem>
54 <para>[randy] - Added documentation enhancements to the E2fsprogs
55 package.</para>
56 </listitem>
[e990ec99]57 <listitem>
58 <para>[randy] - Removed an unnecessary parameter from the
[c267768]59 Util-linux-ng Chapter 6 make command. Thanks to Greg Schafer for
[e990ec99]60 pointing it out.</para>
61 </listitem>
[59af1dc]62 <listitem>
[c267768]63 <para>[randy] - Updated the Perl instructions. Thanks to Greg Schafer
[59af1dc]64 for pointing out the issues. This change also required that the Zlib
[e990ec99]65 package is built right before the Perl package in Chapter 6.</para>
[59af1dc]66 </listitem>
[a737f40]67 <listitem>
68 <para>[randy] - Updated Vim to 7.2.</para>
69 </listitem>
[166a9db]70 <listitem>
71 <para>[randy] - Updated Udev to 130.</para>
72 </listitem>
73 </itemizedlist>
74 </listitem>
75
[97951fc]76 <listitem>
77 <para>2008-10-09</para>
78 <itemizedlist>
[db9c33e]79 <listitem>
80 <para>[randy] - Updated File to 4.26</para>
81 </listitem>
[c466df68]82 <listitem>
83 <para>[randy] - Updated Shadow to 4.1.2.1.</para>
84 </listitem>
[f2f15e5]85 <listitem>
86 <para>[randy] - Updated Man-DB to 2.5.2.</para>
87 </listitem>
[f003bf7]88 <listitem>
89 <para>[randy] - Updated Iproute to 2.6.26.</para>
90 </listitem>
[97951fc]91 <listitem>
92 <para>[randy] - Added a command to the Inetutils instructions to
93 correct an issue with GCC-&gcc-version;.</para>
94 </listitem>
95 </itemizedlist>
96 </listitem>
97
[b3d709a]98 <listitem>
99 <para>2008-10-07</para>
100 <itemizedlist>
[cb48ead]101 <listitem>
102 <para>[randy] - Updated Autoconf to 2.63.</para>
103 </listitem>
[22f2462]104 <listitem>
105 <para>[randy] - Updated Libtool to 2.2.6a.</para>
106 </listitem>
[293164a]107 <listitem>
108 <para>[randy] - Corrected the instruction to untar the E2fsprogs
109 tarball in Section 2.3. Thanks to William Immendorf for pointing
110 out the error.</para>
111 </listitem>
[580b4f7]112 <listitem>
113 <para>[randy] - Updated Berkeley DB to 4.7.25.</para>
114 </listitem>
[62b9779]115 <listitem>
116 <para>[randy] - Updated Man-pages to 3.11.</para>
117 </listitem>
[0556946]118 <listitem>
119 <para>[randy] - Updated Util-linux-ng to 2.14.1.</para>
120 </listitem>
[b3d709a]121 <listitem>
122 <para>[randy] - Updated Texinfo to 4.13.</para>
123 </listitem>
124 </itemizedlist>
125 </listitem>
126
[c6bbdf3]127 <listitem>
128 <para>2008-10-06</para>
129 <itemizedlist>
[a877994]130 <listitem>
[b3d709a]131 <para>[robert] - Added -v to the cp command in the Chapter 5 Expect
132 instructions.</para>
[a877994]133 </listitem>
[a215474]134 <listitem>
135 <para>[randy] - Updated Tar to 1.20.</para>
136 </listitem>
[080e8f8]137 <listitem>
138 <para>[randy] - Updated Perl to 5.10.0.</para>
139 </listitem>
[a926480]140 <listitem>
141 <para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
142 build as it is required by the GMP package in Chapter 6.</para>
143 </listitem>
[c6bbdf3]144 <listitem>
145 <para>[randy] - Updated Findutils to 4.4.0.</para>
146 </listitem>
147 </itemizedlist>
148 </listitem>
149
[6d7b95a]150 <listitem>
[5a25e0a]151 <para>2008-10-05</para>
[6d7b95a]152 <itemizedlist>
[97645eb]153 <listitem>
154 <para>[randy] - Updated E2fsprogs to 1.41.1.</para>
155 </listitem>
[f950b79]156 <listitem>
157 <para>[randy] - Added the Mktemp-1.5 package to the list of
158 removed items in the Chapter3 'What's new ...' page.</para>
159 </listitem>
[a5933e2]160 <listitem>
161 <para>[randy] - Updated Coreutils to 6.12. Thanks to William
162 Immendorf for contributing a patch to add the mktemp program
163 information to the Coreutils page.</para>
164 </listitem>
[43523c3]165 <listitem>
166 <para>[randy] - Updated the Bash Fixes patch to the -8 version.</para>
167 </listitem>
[1100dfc]168 <listitem>
169 <para>[randy] - Added a patch to the Expect instructions to fix an
170 issue with recent Tcl versions.</para>
171 </listitem>
[85ca28c]172 <listitem>
173 <para>[randy] - Updated Tcl to 8.5.4.</para>
174 </listitem>
[2b694e7]175 <listitem>
176 <para>[randy] - Updated the Linux kernel to 2.6.26.5.</para>
177 </listitem>
[5a25e0a]178 <listitem>
179 <para>[randy] - Updated Glibc to a 2.8 snapshot taken on
180 9/29/2008. The tarball of this snapshot includes the libidn
181 data that previously was separately packaged.</para>
182 </listitem>
[6d7b95a]183 <listitem>
184 <para>[randy] - Added the GMP and MPFR packages to the list of
185 packages in Chapter 3. Thanks to Lefteris Dimitroulakis for
186 pointing out the omission.</para>
187 </listitem>
188 </itemizedlist>
189 </listitem>
190
[6cc0516]191 <listitem>
192 <para>2008-10-03</para>
193 <itemizedlist>
[eb745c8]194 <listitem>
[6d7b95a]195 <para>[bdubbs] - Added version check for Perl in Host System
[cad8a81]196 Requirements.</para>
[eb745c8]197 </listitem>
[6cc0516]198 <listitem>
199 <para>[randy] - Updated GCC to 4.3.2 which includes adding the
200 GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires
201 the added packages. Thanks to DJ Lucas for the stimulus and initial
202 work resulting in this and all of the other package updates coming
203 up.</para>
204 </listitem>
205 </itemizedlist>
206 </listitem>
207
[0a69835]208 <listitem>
209 <para>2008-07-11</para>
210 <itemizedlist>
211 <listitem>
212 <para>[ken] - Belatedly fixed known vulnerabilities in perl.</para>
213 </listitem>
214 </itemizedlist>
215 </listitem>
[0e6d3c0]216
[1c48007]217 <listitem>
218 <para>2008-06-03</para>
219 <itemizedlist>
220 <listitem>
[6d7b95a]221 <para>[bdubbs] - Added udev-config scripts to appendices.</para>
[1c48007]222 </listitem>
223 <listitem>
[6d7b95a]224 <para>[bdubbs] - Added lfs-bootscripts to appendices.</para>
[1c48007]225 </listitem>
226 <listitem>
227 <para>[bdubbs] - Updated license to Creative Commons with
228 extracted code under the MIT license.</para>
229 </listitem>
230 </itemizedlist>
231 </listitem>
232
[9faa3e2]233 <listitem>
234 <para>2008-05-23</para>
235 <itemizedlist>
236 <listitem>
237 <para>[bryan] - Install a few extra rules from the
238 etc/udev/packages directory in udev. Thanks to Dan
239 Nicholson for noticing the issue.</para>
240 </listitem>
241 </itemizedlist>
242 </listitem>
243
[a65fcb24]244 <listitem>
[61e63d3]245 <para>2008-05-22</para>
246 <itemizedlist>
247 <listitem>
248 <para>[bryan] - Updated Udev to 122, udev-config to
249 20080522, and lfs-bootscripts to 20080522. Also made
250 persistent-net rules able to be pre-generated, using
251 udevadm test. Fixes #2057, #2079 (I think), #2170, and
252 #2186.</para>
253 </listitem>
254 </itemizedlist>
255 </listitem>
256
257 <listitem>
[a65fcb24]258 <para>2008-04-23</para>
259 <itemizedlist>
[1c6f1c1]260 <listitem>
261 <para>[jhuntwork] - Use -mtune=native for glibc. We don't
[1c48007]262 want our libc optimized for 486. It should be optimized
263 for the local machine.</para>
[1c6f1c1]264 </listitem>
[0fcbd17]265 <listitem>
266 <para>[jhuntwork] - Updated Autoconf to 2.62.</para>
267 </listitem>
[1c48007]268 <listitem>
269 <para>[jhuntwork] - Updated E2fsprogs to 1.40.8. Fixes #2173.
270 </para>
271 </listitem>
272 <listitem>
273 <para>[jhuntwork] - Fixed behavior in kbd where man pages
[c267768]274 for optional programs that aren't built are installed.
[1c48007]275 Thanks Greg Schafer for spotting this.
276 </para>
277 </listitem>
[a65fcb24]278 <listitem>
279 <para>[jhuntwork] - Fixed kbd to install getkeycodes,
[1c48007]280 setkeycodes and resizecons. Also moved loadkeys to /bin from
[a65fcb24]281 /usr/bin. Thanks, Greg Schafer.</para>
282 </listitem>
283 </itemizedlist>
284 </listitem>
285
[0ddb173]286 <listitem>
287 <para>2008-04-22</para>
288 <itemizedlist>
[4e6c0c5]289 <listitem>
290 <para>[jhuntwork] - Updated Kbd to 1.14.1. Fixes #2162.</para>
291 </listitem>
[0ddb173]292 <listitem>
293 <para>[jhuntwork] - Updated Flex to 2.5.35. Fixes #2179.</para>
294 </listitem>
295 </itemizedlist>
296 </listitem>
297
[067e51d]298 <listitem>
299 <para>2008-04-11</para>
300 <itemizedlist>
301 <listitem>
302 <para>[bdubbs] - Updated host requirments to check for
303 symbolic links from sh, awk, and yacc.</para>
304 </listitem>
305 </itemizedlist>
306 </listitem>
307
[c468484e]308 <listitem>
309 <para>2008-04-03</para>
310 <itemizedlist>
311 <listitem>
312 <para>[jhuntwork] - Suppress installation of uptime in coreutils.
313 Thanks to Randy McMurchy. Fixes #2133.</para>
314 </listitem>
[0da5de3]315 <listitem>
316 <para>[jhuntwork] - Upgraded to iana-etc-2.30. Fixes #2174.</para>
317 </listitem>
[6bf97d68]318 <listitem>
319 <para>[jhuntwork] - Added patch for 256-byte inode support in GRUB.
[067e51d]320 Fixes #2161.</para>
[6bf97d68]321 </listitem>
[c468484e]322 </itemizedlist>
323 </listitem>
324
[20f8deb]325 <listitem>
326 <para>2008-04-02</para>
327 <itemizedlist>
328 <listitem>
329 <para>[jhuntwork] - Updated to linux-2.6.24.4, fixes #2157.</para>
330 </listitem>
[24acdca]331 <listitem>
332 <para>[jhuntwork] - Added an upstream patch for db-4.6.21, thanks
333 Randy McMurchy for the report. Fixes #2164.</para>
334 </listitem>
[20f8deb]335 </itemizedlist>
336 </listitem>
337
[3526661]338 <listitem>
339 <para>2008-03-30</para>
340 <itemizedlist>
341 <listitem>
342 <para>[dnicholson] - Added <parameter>--sysconfdir</parameter>
343 parameter to Man-db's configure command so that
344 <filename>man_db.conf</filename> is installed in <filename
345 class="directory">/etc</filename>.</para>
346 </listitem>
347 </itemizedlist>
348 </listitem>
349
[a355a64]350 <listitem>
351 <para>2008-03-27</para>
352 <itemizedlist>
353 <listitem>
354 <para>[ken] - Updated bzip2 to 1.0.5, fixes CVE-2008-1372.</para>
355 </listitem>
356 </itemizedlist>
357 </listitem>
358
[10c9f9c]359 <listitem>
360 <para>2008-02-26</para>
361 <itemizedlist>
362 <listitem>
363 <para>[ken] - Corrected typo in name of ru-ms keymap.</para>
[2ec973e]364 </listitem>
365 <listitem>
[067e51d]366 <para>[ken] - Updated Kbd to 1.13.</para>
[10c9f9c]367 </listitem>
368 </itemizedlist>
369 </listitem>
370
[f9dcd750]371 <listitem>
372 <para>2008-02-24</para>
373 <itemizedlist>
374 <listitem>
375 <para>[matthew] - Add --libexecdir parameter to Man-db's configure
376 command so that <command>globbing</command> and
377 <command>manconv</command> are installed into /usr/libexec/man-db.
378 Fixes <ulink url="&lfs-ticket-root;2153">#2153</ulink>. Also, remove
379 the --enable-mb-groff parameter, as this is now detected
380 automatically.</para>
381 </listitem>
382 </itemizedlist>
383 </listitem>
384
[e577c86e]385 <listitem>
386 <para>2008-02-19</para>
387 <itemizedlist>
388 <listitem>
389 <para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix
[067e51d]390 for automated builds.</para>
[2ec973e]391 </listitem>
392 <listitem>
[067e51d]393 <para>[ken] - Updated Flex to 2.5.34.</para>
[2ec973e]394 </listitem>
395 <listitem>
[067e51d]396 <para>[ken] - Updated Module-Init-Tools to 3.4.</para>
[e577c86e]397 </listitem>
398 </itemizedlist>
399 </listitem>
400
[0b1b7d3]401 <listitem>
402 <para>2008-02-17</para>
403 <itemizedlist>
[af09574]404 <listitem>
405 <para>[matthew] - Upgraded to latest upstream Vim patches.</para>
406 </listitem>
[c7f37ab2]407 <listitem>
408 <para>[matthew] - Upgraded to Tcl-8.4.18. Fixes
409 <ulink url="&lfs-ticket-root;2146">#2146</ulink>.</para>
410 </listitem>
[10d5a89]411 <listitem>
412 <para>[matthew] - Upgraded to Man-pages-2.78. Fixes
413 <ulink url="&lfs-ticket-root;2152">#2152</ulink>.</para>
414 </listitem>
[66d6a2e]415 <listitem>
416 <para>[matthew] - Upgraded to Man-DB-2.5.1. Fixes
417 <ulink url="&lfs-ticket-root;2148">#2148</ulink>.</para>
418 </listitem>
[49f1c97]419 <listitem>
420 <para>[matthew] - Upgraded to Linux-2.6.24.2. Fixes
421 <ulink url="&lfs-ticket-root;2147">#2147</ulink>.</para>
422 </listitem>
[f7eea1d]423 <listitem>
424 <para>[matthew] - Now that <command>mktemp</command> is installed by
425 Coreutils in chapter 5, there is no need to fix up GCC's
426 <command>gccbug</command> in chapter 6. Thanks to Greg Schafer for
427 the report.</para>
428 </listitem>
[7adacb9]429 <listitem>
430 <para>[matthew] - Upgraded to Findutils-4.2.33. Fixes
431 <ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para>
432 </listitem>
[0b1b7d3]433 <listitem>
434 <para>[matthew] - Upgraded to E2fsprogs-1.40.6. Fixes
435 <ulink url="&lfs-ticket-root;2149">#2149</ulink>.</para>
436 </listitem>
437 </itemizedlist>
438 </listitem>
439
[f0fecc7]440 <listitem>
441 <para>2008-02-07</para>
442 <itemizedlist>
[8f3b4cdc]443 <listitem>
444 <para>[matthew] - Added a patch to fix a known issue in the Automake
445 test suite. Fixes
446 <ulink url="&lfs-ticket-root;2143">#2143</ulink>.</para>
447 </listitem>
[a8cce92]448 <listitem>
449 <para>[matthew] - Upgraded to Man-pages-2.77. Fixes
450 <ulink url="&lfs-ticket-root;2142">#2142</ulink>.</para>
451 </listitem>
[934e034]452 <listitem>
453 <para>[matthew] - Upgraded to Libtool-1.5.26. Fixes
454 <ulink url="&lfs-ticket-root;2141">#2141</ulink>.</para>
455 </listitem>
[9f5d040]456 <listitem>
457 <para>[matthew] - Upgraded to GCC-4.2.3. Fixes
458 <ulink url="&lfs-ticket-root;2140">#2140</ulink>.</para>
459 </listitem>
[615a565]460 <listitem>
461 <para>[matthew] - Upgraded to Coreutils-6.10. Removed Mktemp-1.5 as
462 Coreutils provides its own implementation now. Removed the coreutils
463 binary suppression patch as the configure script can now be given a
464 list of programs not to install. Fixes
465 <ulink url="&lfs-ticket-root;2133">#2133</ulink>.</para>
466 </listitem>
[f0fecc7]467 <listitem>
468 <para>[matthew] - Upgraded to E2fsprogs-1.40.5. Fixes
469 <ulink url="&lfs-ticket-root;2138">#2138</ulink>.</para>
470 </listitem>
471 </itemizedlist>
472 </listitem>
473
[d7587f3]474 <listitem>
475 <para>2008-01-29</para>
476 <itemizedlist>
[fadce7a]477 <listitem>
478 <para>[matthew] - Upgraded to Linux-2.6.24. Fixes
479 <ulink url="&lfs-ticket-root;2137">#2137</ulink>.</para>
480 </listitem>
[9e69c32]481 <listitem>
482 <para>[matthew] - Upgraded to Findutils-4.2.32. Fixes
483 <ulink url="&lfs-ticket-root;2136">#2136</ulink>.</para>
484 </listitem>
[d7587f3]485 <listitem>
486 <para>[matthew] - Upgraded to Automake-1.10.1. Fixes
487 <ulink url="&lfs-ticket-root;2132">#2132</ulink>.</para>
488 </listitem>
489 </itemizedlist>
490 </listitem>
491
[ed41d75]492 <listitem>
493 <para>2008-01-22</para>
494 <itemizedlist>
[4bac71c]495 <listitem>
496 <para>[matthew] - Replaced Util-Linux-2.12r, with
497 Util-Linux-NG-2.13.1. Fixes
498 <ulink url="&lfs-ticket-root;2077">#2077</ulink>.</para>
499 </listitem>
[6e79b0d]500 <listitem>
501 <para>[matthew] - Upgraded to Tcl-8.4.17. Fixes
502 <ulink url="&lfs-ticket-root;2131">#2131</ulink>.</para>
503 </listitem>
[e73f443]504 <listitem>
505 <para>[matthew] - Upgraded to Man-Pages-2.76. Fixes
506 <ulink url="&lfs-ticket-root;2129">#2129</ulink>.</para>
507 </listitem>
[ed41d75]508 <listitem>
509 <para>[matthew] - Upgraded to Linux-2.6.23.14. Fixes
510 <ulink url="&lfs-ticket-root;2128">#2128</ulink>.</para>
511 </listitem>
512 </itemizedlist>
513 </listitem>
514
[d327d74]515 <listitem>
516 <para>2008-01-19</para>
517 <itemizedlist>
[9692a57]518 <listitem>
519 <para>[matthew] - Add Perl to the list of host requirements, as it is
520 required by Glibc. Thanks to Ben Collver for the report. Fixes
521 <ulink url="&lfs-ticket-root;2112">#2112</ulink>.</para>
522 </listitem>
[d327d74]523 <listitem>
524 <para>[matthew] - Mention <command>strace</command> as another means
525 of logging installed files, and correct the URL of the Linux Standard
526 Base specifications. Fixes
527 <ulink url="&lfs-ticket-root;2073">#2073</ulink> and
528 <ulink url="&lfs-ticket-root;2130">#2130</ulink>.</para>
529 </listitem>
530 </itemizedlist>
531 </listitem>
532
[fe1f5e8]533 <listitem>
534 <para>2008-01-04</para>
535 <itemizedlist>
[9750afc]536 <listitem>
537 <para>[matthew] - Upgraded to latest upstream fixes for Vim.</para>
538 </listitem>
[4ca7b47b]539 <listitem>
540 <para>[matthew] - Upgraded to Less-418. Fixes
541 <ulink url="&lfs-ticket-root;2124">#2124</ulink>.</para>
542 </listitem>
[ffb9935]543 <listitem>
544 <para>[matthew] - Upgraded to File-4.23. Fixes
545 <ulink url="&lfs-ticket-root;2125">#2125</ulink>.</para>
546 </listitem>
[fe1f5e8]547 <listitem>
548 <para>[matthew] - Upgraded to E2fsprogs-1.40.4. Fixes
549 <ulink url="&lfs-ticket-root;2123">#2123</ulink>.</para>
550 </listitem>
551 </itemizedlist>
552 </listitem>
553
[b830584]554 <listitem>
555 <para>2007-12-23</para>
556 <itemizedlist>
[79d9346]557 <listitem>
558 <para>[matthew] - Upgraded to latest upstream fixes for Readline.
559 Fixes <ulink url="&lfs-ticket-root;2122">#2122</ulink>.</para>
560 </listitem>
[6e7a88b]561 <listitem>
562 <para>[matthew] - Upgraded to Man-Pages-2.74. Fixes
563 <ulink url="&lfs-ticket-root;2119">#2119</ulink>.</para>
564 </listitem>
[02e6045]565 <listitem>
566 <para>[matthew] - Upgraded to Linux-2.6.23.12. Fixes
567 <ulink url="&lfs-ticket-root;2118">#2118</ulink>.</para>
568 </listitem>
[b830584]569 <listitem>
570 <para>[matthew] - Upgraded to latest upstream fixes for Bash. Fixes
571 <ulink url="&lfs-ticket-root;2121">#2121</ulink>.</para>
572 </listitem>
573 </itemizedlist>
574 </listitem>
575
[baead6b]576 <listitem>
577 <para>2007-12-08</para>
578 <itemizedlist>
[45462294]579 <listitem>
580 <para>[matthew] - Upgraded to latest upstream fixes for Vim. Fixes
581 <ulink url="&lfs-ticket-root;2108">#2108</ulink>.</para>
582 </listitem>
[93ee748]583 <listitem>
584 <para>[matthew] - Upgraded to Texinfo-4.11. Fixes
585 <ulink url="&lfs-ticket-root;2074">#2074</ulink>.</para>
586 </listitem>
[24c820c]587 <listitem>
588 <para>[matthew] - Upgraded to Psmisc-22.6. Fixes
589 <ulink url="&lfs-ticket-root;2104">#2104</ulink>.</para>
590 </listitem>
[7c6131f]591 <listitem>
592 <para>[matthew] - Upgraded to Man-Pages-2.70. Fixes
593 <ulink url="&lfs-ticket-root;2110">#2110</ulink>.</para>
594 </listitem>
[c569ab7]595 <listitem>
596 <para>[matthew] - Upgraded to Man-DB-2.5.0. Fixes
597 <ulink url="&lfs-ticket-root;2109">#2109</ulink>.</para>
[cfd2663]598 </listitem>
[6a902c0]599 <listitem>
600 <para>[matthew] - Upgraded to Linux-2.6.23.9. Fixes
601 <ulink url="&lfs-ticket-root;2106">#2106</ulink>.</para>
602 </listitem>
[9be714b]603 <listitem>
604 <para>[matthew] - Upgraded to Less-416. Fixes
605 <ulink url="&lfs-ticket-root;2105">#2105</ulink>.</para>
606 </listitem>
[9d19185]607 <listitem>
608 <para>[matthew] - Upgraded to Gettext-0.17. Fixes
609 <ulink url="&lfs-ticket-root;2103">#2103</ulink>.</para>
610 </listitem>
[1ef69ed]611 <listitem>
612 <para>[matthew] - Removed the modifications to Gawk's config.h as
613 Gawk-3.1.6 fixes the bug that they were working around. Fixes
614 <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
615 for the report.</para>
616 </listitem>
617 <listitem>
618 <para>[matthew] - Removed the modifications to Gawk's config.h as
619 Gawk-3.1.6 fixes the bug that they were working around. Fixes
620 <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
621 for the report.</para>
622 </listitem>
[baead6b]623 <listitem>
624 <para>[matthew] - Upgraded to E2fsprogs-1.40.3. Fixes
625 <ulink url="&lfs-ticket-root;2116">#2116</ulink>.</para>
626 </listitem>
627 </itemizedlist>
628 </listitem>
629
[727a610]630 <listitem>
631 <para>2007-11-25</para>
632 <itemizedlist>
633 <listitem>
634 <para>[bdubbs] - Fixed test for Debian binutils.</para>
635 </listitem>
636 </itemizedlist>
637 </listitem>
638
[c1ccf1d]639 <listitem>
[5b5ef39]640 <para>2007-10-29</para>
[c1ccf1d]641 <itemizedlist>
[8857ace2]642 <listitem>
643 <para>[bdubbs] - Removed obsolete note from Creating Symlinks section
644 about continuation lines in udev rules. Changed dailout group
645 to uucp for udev rule compatability.</para>
646 </listitem>
[cc639f7]647 <listitem>
648 <para>[matthew] - Upgrade to the latest upstream patches for
649 Vim.</para>
650 </listitem>
[408d21f]651 <listitem>
652 <para>[matthew] - Add a patch to fix a segfault in usb_id.</para>
653 </listitem>
[877657a]654 <listitem>
655 <para>[matthew] - Upgrade to Tcl-8.4.16. Fixes
656 <ulink url="&lfs-ticket-root;2084">#2084</ulink>.</para>
657 </listitem>
[3ed9fdf]658 <listitem>
659 <para>[matthew] - Upgrade to Tar-1.19. Fixes
660 <ulink url="&lfs-ticket-root;2090">#2090</ulink>.</para>
661 </listitem>
[d5ec9dd]662 <listitem>
663 <para>[matthew] - Upgrade to Man-Pages-2.67. Fixes
664 <ulink url="&lfs-ticket-root;2078">#2078</ulink>.</para>
665 </listitem>
[fbd2b1a]666 <listitem>
667 <para>[matthew] - Upgrade to Linux-2.6.23.1. Fixes
668 <ulink url="&lfs-ticket-root;2088">#2088</ulink>.</para>
669 </listitem>
[1dc0b85]670 <listitem>
671 <para>[matthew] - Upgrade to Less-409. Fixes
672 <ulink url="&lfs-ticket-root;2087">#2087</ulink>.</para>
673 </listitem>
[4ec50c8]674 <listitem>
675 <para>[matthew] - Upgrade to IPRoute2-2.6.23. Fixes
676 <ulink url="&lfs-ticket-root;2091">#2091</ulink>.</para>
677 </listitem>
[99f99e5]678 <listitem>
679 <para>[matthew] - Upgrade to Glibc-2.7. Fixes
680 <ulink url="&lfs-ticket-root;2095">#2095</ulink>.</para>
681 </listitem>
[3d8e912]682 <listitem>
683 <para>[matthew] - Upgrade to GCC-4.2.2. Fixes
684 <ulink url="&lfs-ticket-root;2089">#2089</ulink>.</para>
685 </listitem>
[c057b24]686 <listitem>
687 <para>[matthew] - Upgrade to Gawk-3.1.6. Fixes
688 <ulink url="&lfs-ticket-root;2098">#2098</ulink>.</para>
689 </listitem>
[c1ccf1d]690 <listitem>
691 <para>[matthew] - Upgrade to DB-4.6.21. Fixes
692 <ulink url="&lfs-ticket-root;2086">#2086</ulink>.</para>
693 </listitem>
694 </itemizedlist>
695 </listitem>
696
[f70fb9f]697 <listitem>
698 <para>2007-09-25</para>
699 <itemizedlist>
700 <listitem>
701 <para>[manuel] - More updates in dependencies list. Thanks to
702 Chris Staub for the patch.</para>
703 </listitem>
704 </itemizedlist>
705 </listitem>
706
[ff42490]707 <listitem>
708 <para>2007-09-23</para>
709 <itemizedlist>
710 <listitem>
711 <para>[manuel] - Updated dependencies list. Thanks to
712 Chris Staub for the patch.</para>
713 </listitem>
714 </itemizedlist>
715 </listitem>
716
[81d71c26]717 <listitem>
718 <para>2007-09-21</para>
719 <itemizedlist>
720 <listitem>
721 <para>[manuel] - Fixed glibc-libidn tarball extension.</para>
722 </listitem>
723 </itemizedlist>
724 </listitem>
725
[0445a3d]726 <listitem>
[e1ad8a8]727 <para>2007-09-18</para>
[0445a3d]728 <itemizedlist>
729 <listitem>
730 <para>[manuel] - Added remap attributes to userinput tags in packages
731 pages to help adding package manager support and other extensions
732 into jhalfs. Made all testsuite commands screen blocks for
733 consistency.</para>
734 </listitem>
735 </itemizedlist>
736 </listitem>
737
[9058aa1]738 <listitem>
739 <para>2007-09-16</para>
740 <itemizedlist>
741 <listitem>
742 <para>[manuel] - Updated Ncurses contents list and fixes some typos.
743 Thanks to Chris Staub for the patch.</para>
744 </listitem>
745 </itemizedlist>
746 </listitem>
747
[d4ce7bec]748 <listitem>
749 <para>2007-09-15</para>
750 <itemizedlist>
[fc02f27]751 <listitem>
752 <para>[matthew] - Add latest upstream patches for Vim.</para>
753 </listitem>
[ebab29a3]754 <listitem>
[9627f8b]755 <para>[matthew] - Upgrade to Sysklogd-1.5. Fixes
756 <ulink url="&lfs-ticket-root;2055">#2055</ulink>.</para>
757 </listitem>
758 <listitem>
[ebab29a3]759 <para>[matthew] - Add latest upstream patches for Readline. Fixes
760 <ulink url="&lfs-ticket-root;2068">#2068</ulink>.</para>
761 </listitem>
[8fa5034]762 <listitem>
763 <para>[matthew] - Upgrade to Man-pages 2.64. Fixes
764 <ulink url="&lfs-ticket-root;2061">#2061</ulink>.</para>
765 </listitem>
[8eeac78]766 <listitem>
767 <para>[matthew] - Upgrade to Linux-2.6.22.6. Fixes
768 <ulink url="&lfs-ticket-root;2070">#2070</ulink>.</para>
769 </listitem>
[2a7ac34]770 <listitem>
771 <para>[jhuntwork] - Upgrade to Glibc-2.6.1. Fixes
772 <ulink url="&lfs-ticket-root;2018">#2018</ulink>.
[9058aa1]773 Thanks to Matthew Burgess for preparing a discrete patch,
774 Robert Connolly and Dan Nicholson for investigating how best
775 to adjust CFLAGS, and Greg Schafer for showing the technical
776 benefits of using CFLAGS with Glibc.</para>
[2a7ac34]777 </listitem>
[b0a4c9a]778 <listitem>
779 <para>[jhuntwork] - Upgrade to GCC-4.2.1. Fixes
780 <ulink url="&lfs-ticket-root;2002">#2002</ulink>.
[9058aa1]781 Thanks to Matthew Burgess for preparing a discrete patch.</para>
[b0a4c9a]782 </listitem>
[232aa73]783 <listitem>
784 <para>[matthew] - Upgrade to DB-4.6.19. Fixes
785 <ulink url="&lfs-ticket-root;2051">#2051</ulink>.</para>
786 </listitem>
[20d4c8a]787 <listitem>
788 <para>[matthew] - Upgrade to Binutils-2.18. Fixes
789 <ulink url="&lfs-ticket-root;2069">#2069</ulink>.</para>
790 </listitem>
[d4ce7bec]791 <listitem>
792 <para>[matthew] - Add latest upstream patches for Bash. Fixes
793 <ulink url="&lfs-ticket-root;2067">#2067</ulink>.</para>
794 </listitem>
795 </itemizedlist>
796 </listitem>
797
[e747759]798 <listitem>
799 <para>2007-09-07</para>
[6a12592e]800 <itemizedlist>
[86587ec]801 <listitem>
[e747759]802 <para>[manuel] - Added sect1info metainformation blocks to packages
803 pages to help adding package manager support into jhalfs.</para>
[d05f275]804 </listitem>
805 </itemizedlist>
[470441c6]806 </listitem>
807
[35edd52]808 </itemizedlist>
809
[227fe23]810 <para>LFS 6.3 released August 28, 2007.</para>
[81fd230]811
[6370fa6]812</sect1>
Note: See TracBrowser for help on using the repository browser.