source: chapter01/changelog.xml@ 5a25e0a

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 5a25e0a was 5a25e0a, checked in by Randy McMurchy <randy@…>, 16 years ago

Updated Glibc to a 2.8 snapshot taken on 9/29/2008, the tarball of this snapshot includes the libidn data that previously was separately packaged

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

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