source: chapter01/changelog.xml@ 058a975

Last change on this file since 058a975 was 058a975, checked in by Bruce Dubbs <bdubbs@…>, 14 years ago

Setup for 6.7-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.7-rc1/BOOK@9368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 25.1 KB
Line 
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
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>
37
38-->
39 <listitem>
40 <para>2010-08-31</para>
41 <itemizedlist>
42 <listitem>
43 <para>[bdubbs] - Update to linux-2.6.35.4. Fixes
44 <ulink url="&lfs-ticket-root;2743">#2743</ulink>.</para>
45 </listitem>
46 </itemizedlist>
47 </listitem>
48
49 <listitem>
50 <para>2010-08-17</para>
51 <itemizedlist>
52 <listitem>
53 <para>[matthew] - Correct the fix for the iproute2 bug. Thanks to
54 Gilles Espinasse for the pointer.</para>
55 </listitem>
56 </itemizedlist>
57 </listitem>
58
59 <listitem>
60 <para>2010-08-16</para>
61 <itemizedlist>
62 <listitem>
63 <para>[bdubbs] - Updated to vim-7.3. Fixes
64 <ulink url="&lfs-ticket-root;2721">#2721</ulink>.</para>
65 </listitem>
66 </itemizedlist>
67 </listitem>
68
69 <listitem>
70 <para>2010-08-15</para>
71 <itemizedlist>
72 <listitem>
73 <para>[bdubbs] - Added a note to the zlib build options
74 explanation that -mstackrealign may cause build failures
75 on non-Intel architectures. Fixes
76 <ulink url="&lfs-ticket-root;2733">#2733</ulink>.</para>
77 </listitem>
78 <listitem>
79 <para>[matthew] - Fix a bug in iproute2 that prevents
80 <command>ip route get</command> from producing any output. Thanks to
81 Thomas Trepl for the report, and to Andrew Benton for the fix.</para>
82 </listitem>
83 <listitem>
84 <para>[matthew] - Upgrade to Udev-161. Fixes
85 <ulink url="&lfs-ticket-root;2739">#2739</ulink>.</para>
86 </listitem>
87 <listitem>
88 <para>[matthew] - Upgrade to Linux-2.6.35.2. Fixes
89 <ulink url="&lfs-ticket-root;2737">#2737</ulink>.</para>
90 </listitem>
91 <listitem>
92 <para>[matthew] - Move the fuser program to the root filesystem as it
93 is used in the netfs bootscript. Fixes
94 <ulink url="&lfs-ticket-root;2736">#2736</ulink>.</para>
95 </listitem>
96 <listitem>
97 <para>[matthew] - Build peekfd on x86_64 as well as x86. Fixes
98 <ulink url="&lfs-ticket-root;2734">#2734</ulink>.</para>
99 </listitem>
100 </itemizedlist>
101 </listitem>
102
103 <listitem>
104 <para>2010-08-10</para>
105 <itemizedlist>
106 <listitem>
107 <para>[bdubbs] - Added fstab-decode to list of progrms installed
108 by sysvinit.</para>
109 </listitem>
110 </itemizedlist>
111 </listitem>
112
113 <listitem>
114 <para>2010-08-08</para>
115 <itemizedlist>
116 <listitem>
117 <para>[matthew] - Upgrade to Bison-2.4.3. Fixes
118 <ulink url="&lfs-ticket-root;2732">#2732</ulink>.</para>
119 </listitem>
120 <listitem>
121 <para>[matthew] - Upgrade to IPRoute2-2.6.35. Fixes
122 <ulink url="&lfs-ticket-root;2731">#2731</ulink>.</para>
123 </listitem>
124 <listitem>
125 <para>[matthew] - Upgrade to Glibc-2.12.1. Fixes
126 <ulink url="&lfs-ticket-root;2730">#2730</ulink>.</para>
127 </listitem>
128 </itemizedlist>
129 </listitem>
130
131 <listitem>
132 <para>2010-08-03</para>
133 <itemizedlist>
134 <listitem>
135 <para>[matthew] - Upgrade to Autoconf-2.67. Fixes
136 <ulink url="&lfs-ticket-root;2729">#2729</ulink>.</para>
137 </listitem>
138 <listitem>
139 <para>[matthew] - Add parameters to prevent chapter 5 GCC builds
140 from linking to the host system's CLooG and PPL libraries that will
141 not be present in chapter 6. Fixes
142 <ulink url="&lfs-ticket-root;2723">#2723</ulink>.</para>
143 </listitem>
144 <listitem>
145 <para>[matthew] - Upgrade to Linux-2.6.35. Fixes
146 <ulink url="&lfs-ticket-root;2728">#2728</ulink>.</para>
147 </listitem>
148 <listitem>
149 <para>[matthew] - Upgrade to GCC-4.5.1. Fixes
150 <ulink url="&lfs-ticket-root;2727">#2727</ulink>.</para>
151 </listitem>
152 <listitem>
153 <para>[matthew] - Upgrade to Make-3.82. Fixes
154 <ulink url="&lfs-ticket-root;2726">#2726</ulink>.</para>
155 </listitem>
156 </itemizedlist>
157 </listitem>
158
159 <listitem>
160 <para>2010-07-26</para>
161 <itemizedlist>
162 <listitem>
163 <para>[matthew] - Make GCC use the system-wide copy of Zlib rather
164 than its bundled version. Fixes
165 <ulink url="&lfs-ticket-root;2718">#2718</ulink>.</para>
166 </listitem>
167 <listitem>
168 <para>[matthew] - Upgrade to Psmisc-22.12. Fixes
169 <ulink url="&lfs-ticket-root;2717">#2717</ulink>.</para>
170 </listitem>
171 <listitem>
172 <para>[matthew] - Upgrade to Udev-160. Fixes
173 <ulink url="&lfs-ticket-root;2711">#2711</ulink>.</para>
174 </listitem>
175 <listitem>
176 <para>[matthew] - Upgrade to Linux-2.6.34.1. Fixes
177 <ulink url="&lfs-ticket-root;2709">#2709</ulink>.</para>
178 </listitem>
179 <listitem>
180 <para>[matthew] - Upgrade to Autoconf-2.66. Fixes
181 <ulink url="&lfs-ticket-root;2705">#2705</ulink>.</para>
182 </listitem>
183 </itemizedlist>
184 </listitem>
185
186 <listitem>
187 <para>2010-07-18</para>
188 <itemizedlist>
189 <listitem>
190 <para>[bdubbs] - Updated discussion of building packages
191 in parallel. Fixes
192 <ulink url="&lfs-ticket-root;2712">#2712</ulink>.</para>
193 </listitem>
194 <listitem>
195 <para>[bdubbs] - Updated dependencies for GRUB and Glibc.
196 Thanks to splotz90 for the patch. Fixes
197 <ulink url="&lfs-ticket-root;2716">#2716</ulink>.</para>
198 </listitem>
199 <listitem>
200 <para>[bdubbs] - Clarified wording about device creation
201 when mounting virtual filesystems. Fixes
202 <ulink url="&lfs-ticket-root;2715">#2715</ulink>.</para>
203 </listitem>
204 </itemizedlist>
205 </listitem>
206
207 <listitem>
208 <para>2010-07-07</para>
209 <itemizedlist>
210 <listitem>
211 <para>[matthew] - Fixed creation of a GRUB boot disk. Fixes
212 <ulink url="&lfs-ticket-root;2706">#2706</ulink>. Thanks to
213 Sebastian Plotz for the report and fix.</para>
214 </listitem>
215 </itemizedlist>
216 </listitem>
217
218 <listitem>
219 <para>2010-07-04</para>
220 <itemizedlist>
221 <listitem>
222 <para>[robert] - Fixed the util-linux tarball url.</para>
223 </listitem>
224 </itemizedlist>
225 </listitem>
226
227 <listitem>
228 <para>2010-07-02</para>
229 <itemizedlist>
230 <listitem>
231 <para>[bdubbs] - Clarified that SBU data is not included in
232 Chapter 5, but is included in Chapter 6. Thanks to
233 littlebat for the patch.
234 Fixes
235 <ulink url="&lfs-ticket-root;2702">#2702</ulink>.</para>
236 </listitem>
237 <listitem>
238 <para>[bdubbs] - Expand and reformat notes concerning
239 grub.cfg.</para>
240 </listitem>
241 <listitem>
242 <para>[bdubbs] - Updated to util-linix-ng-2.18.
243 Fixes
244 <ulink url="&lfs-ticket-root;2681">#2681</ulink>.</para>
245 </listitem>
246 </itemizedlist>
247 </listitem>
248
249 <listitem>
250 <para>2010-07-01</para>
251 <itemizedlist>
252 <listitem>
253 <para>[ken] - Minor text correction.
254 Fixes
255 <ulink url="&lfs-ticket-root;2701">#2701</ulink>.</para>
256 </listitem>
257 </itemizedlist>
258 </listitem>
259
260 <listitem>
261 <para>2010-06-27</para>
262 <itemizedlist>
263 <listitem>
264 <para>[bdubbs] - Update to udev-158. Also add a new
265 udev-testfiles tarball and an instuction to make check.
266 Fixes
267 <ulink url="&lfs-ticket-root;2692">#2692</ulink> and
268 <ulink url="&lfs-ticket-root;2700">#2700</ulink>.</para>
269 </listitem>
270 <listitem>
271 <para>[bdubbs] - Update to sysvinit-2.88dsf.
272 Fixes
273 <ulink url="&lfs-ticket-root;2677">#2677</ulink>.</para>
274 </listitem>
275 <listitem>
276 <para>[bdubbs] - Added new CFLAGS options to zlib configure
277 instruction in order to prevent some seg faults when building
278 with gcc-4.5.
279 Fixes
280 <ulink url="&lfs-ticket-root;2691">#2691</ulink>.</para>
281 </listitem>
282 <listitem>
283 <para>[bdubbs] - Updated explanation of glibc timeout
284 errors and added TIMEOUTFACTOR as a possible solution.
285 Fixes
286 <ulink url="&lfs-ticket-root;2683">#2683</ulink>.</para>
287 </listitem>
288 <listitem>
289 <para>[bdubbs] - Update installed programs lists.
290 Thanks to Chris Staub for the patch. Fixes
291 <ulink url="&lfs-ticket-root;2678">#2678</ulink>.</para>
292 </listitem>
293 </itemizedlist>
294 </listitem>
295
296 <listitem>
297 <para>2010-06-22</para>
298 <itemizedlist>
299 <listitem>
300 <para>[matthew] - Upgrade to Man-Pages-3.25. Fixes
301 <ulink url="&lfs-ticket-root;2695">#2695</ulink>.</para>
302 </listitem>
303 <listitem>
304 <para>[matthew] - Upgrade to MPFR-3.0.0. Fixes
305 <ulink url="&lfs-ticket-root;2687">#2687</ulink>.</para>
306 </listitem>
307 </itemizedlist>
308 </listitem>
309
310 <listitem>
311 <para>2010-06-21</para>
312 <itemizedlist>
313 <listitem>
314 <para>[matthew] - Upgrade to Udev-157. Fixes
315 <ulink url="&lfs-ticket-root;2676">#2676</ulink>.</para>
316 </listitem>
317 <listitem>
318 <para>[matthew] - Upgrade to Gettext-0.18.1.1. Fixes
319 <ulink url="&lfs-ticket-root;2686">#2686</ulink>.</para>
320 </listitem>
321 <listitem>
322 <para>[matthew] - Upgrade to Libtool-2.2.10. Fixes
323 <ulink url="&lfs-ticket-root;2690">#2690</ulink>.</para>
324 </listitem>
325 <listitem>
326 <para>[matthew] - Upgrade to Expect-5.44.1.15. Fixes
327 <ulink url="&lfs-ticket-root;2689">#2689</ulink>.</para>
328 </listitem>
329 </itemizedlist>
330 </listitem>
331
332 <listitem>
333 <para>2010-06-19</para>
334 <itemizedlist>
335 <listitem>
336 <para>[bdubbs] - Add a consolidated set of patches to DejaGNU.
337 Fixes <ulink url="&lfs-ticket-root;2684">#2684</ulink>.</para>
338 </listitem>
339 </itemizedlist>
340 </listitem>
341
342 <listitem>
343 <para>2010-06-18</para>
344 <itemizedlist>
345 <listitem>
346 <para>[bdubbs] - Update to Module-Init-Tools-3.12.
347 Fixes <ulink url="&lfs-ticket-root;2675">#2675</ulink>
348 and <ulink url="&lfs-ticket-root;2688">#2688</ulink>.</para>
349 </listitem>
350 <listitem>
351 <para>[bdubbs] - Add a sed to the current kernel to work around
352 a bug in linux-2.6.34 and earlier. This change will be removed
353 when incorporated into a subsequent version of the kernel.
354 Fixes <ulink url="&lfs-ticket-root;2662">#2662</ulink>.</para>
355 </listitem>
356 </itemizedlist>
357 </listitem>
358
359 <listitem>
360 <para>2010-06-16</para>
361 <itemizedlist>
362 <listitem>
363 <para>[bdubbs] - Update kernel version specified in Chapter 5
364 glibc instructions to be consistent with host requirements and
365 Chapter 6 glibc.</para>
366 </listitem>
367 </itemizedlist>
368 </listitem>
369
370 <listitem>
371 <para>2010-06-14</para>
372 <itemizedlist>
373 <listitem>
374 <para>[robert] - Make rmdir verbose when installing udev.</para>
375 </listitem>
376 </itemizedlist>
377 </listitem>
378
379 <listitem>
380 <para>2010-06-01</para>
381 <itemizedlist>
382 <listitem>
383 <para>[bdubbs] - Update host requirements to those packages
384 built in LFS-6.3.</para>
385 </listitem>
386 </itemizedlist>
387 </listitem>
388
389 <listitem>
390 <para>2010-05-29</para>
391 <itemizedlist>
392 <listitem>
393 <para>[matthew] - Upgrade to Udev-156. Fixes
394 <ulink url="&lfs-ticket-root;2671">#2671</ulink>.</para>
395 </listitem>
396 <listitem>
397 <para>[matthew] - Upgrade to Pkg-config-0.25. Fixes
398 <ulink url="&lfs-ticket-root;2670">#2670</ulink>.</para>
399 </listitem>
400 <listitem>
401 <para>[matthew] - Upgrade to Glibc-2.11.2. Fixes
402 <ulink url="&lfs-ticket-root;2669">#2669</ulink>.</para>
403 </listitem>
404 <listitem>
405 <para>[matthew] - Upgrade to Gettext-0.18. Fixes
406 <ulink url="&lfs-ticket-root;2660">#2660</ulink>.</para>
407 </listitem>
408 </itemizedlist>
409 </listitem>
410
411 <listitem>
412 <para>2010-05-26</para>
413 <itemizedlist>
414 <listitem>
415 <para>[bdubbs] - Add additional information to clarify the
416 build process.</para>
417 </listitem>
418 </itemizedlist>
419 </listitem>
420
421 <listitem>
422 <para>2010-05-23</para>
423 <itemizedlist>
424 <listitem>
425 <para>[ken] - Reword the ABI note in gmp (chapter06) to correct
426 it, and to stress that it is for 32-bit. Fixes
427 <ulink url="&lfs-ticket-root;2648">#2648</ulink></para>
428 </listitem>
429 <listitem>
430 <para>[bdubbs] - Add a patch to fix some internal problems
431 in Man-DB when viewing some pages. Thanks to William Immendorf
432 for posting the patch. Fixes
433 <ulink url="&lfs-ticket-root;2652">#2652</ulink></para>
434 </listitem>
435 <listitem>
436 <para>[bdubbs] - Add installed directories information to
437 each package. Thanks to Chris Staub for the patch. Fixes
438 <ulink url="&lfs-ticket-root;2657">#2655</ulink></para>
439 </listitem>
440 </itemizedlist>
441 </listitem>
442
443 <listitem>
444 <para>2010-05-21</para>
445 <itemizedlist>
446 <listitem>
447 <para>[matthew] - Remove an empty documentation directory created by
448 Udev-154.</para>
449 </listitem>
450 <listitem>
451 <para>[matthew] - Upgrade to IPRoute2-2.6.34. Fixes
452 <ulink url="&lfs-ticket-root;2668">#2668</ulink>.</para>
453 </listitem>
454 <listitem>
455 <para>[matthew] - Upgrade to E2fsprogs-1.41.12. Fixes
456 <ulink url="&lfs-ticket-root;2667">#2667</ulink>.</para>
457 </listitem>
458 <listitem>
459 <para>[matthew] - Upgrade to Perl-5.12.1. Fixes
460 <ulink url="&lfs-ticket-root;2666">#2666</ulink>.</para>
461 </listitem>
462 <listitem>
463 <para>[matthew] - Added latest upstream patches for Bash. Fixes
464 <ulink url="&lfs-ticket-root;2665">#2665</ulink>.</para>
465 </listitem>
466 <listitem>
467 <para>[matthew] - Upgrade to MPC-0.8.2. Fixes
468 <ulink url="&lfs-ticket-root;2664">#2664</ulink>.</para>
469 </listitem>
470 <listitem>
471 <para>[matthew] - Upgrade to Inetutils-1.8. Fixes
472 <ulink url="&lfs-ticket-root;2663">#2663</ulink>.</para>
473 </listitem>
474 <listitem>
475 <para>[matthew] - Upgrade to Gawk-3.1.8. Fixes
476 <ulink url="&lfs-ticket-root;2659">#2659</ulink>.</para>
477 </listitem>
478 <listitem>
479 <para>[matthew] - Install Man-DB's documentation in a versioned
480 directory. Fixes
481 <ulink url="&lfs-ticket-root;2658">#2658</ulink>.</para>
482 </listitem>
483 <listitem>
484 <para>[matthew] - Upgrade to Diffutils-3.0. Fixes
485 <ulink url="&lfs-ticket-root;2656">#2656</ulink>.</para>
486 </listitem>
487 <listitem>
488 <para>[matthew] - Correct documentation installation instructions for
489 MPFR. Thanks to Chris Staub for the patch. Fixes
490 <ulink url="&lfs-ticket-root;2655">#2655</ulink>.</para>
491 </listitem>
492 <listitem>
493 <para>[matthew] - Upgrade to Coreutils-8.5. Fixes
494 <ulink url="&lfs-ticket-root;2643">#2643</ulink>.</para>
495 </listitem>
496 <listitem>
497 <para>[matthew] - Upgrade to Udev-154. Fixes
498 <ulink url="&lfs-ticket-root;2639">#2639</ulink>.</para>
499 </listitem>
500 <listitem>
501 <para>[matthew] - Upgrade to Zlib-1.2.5. Fixes
502 <ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para>
503 </listitem>
504 <listitem>
505 <para>[matthew] - Upgrade to Linux-2.6.34. Fixes
506 <ulink url="&lfs-ticket-root;2628">#2628</ulink>.</para>
507 </listitem>
508 <listitem>
509 <para>[matthew] - Add a patch to fix incorrect version numbers in
510 Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. Fixes
511 <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
512 </listitem>
513 </itemizedlist>
514 </listitem>
515
516 <listitem>
517 <para>2010-05-06</para>
518 <itemizedlist>
519 <listitem>
520 <para>[bdubbs] - Removed a sed in Chapter 6 GCC instructions that
521 has been fixed in GCC-4.5.0.
522 Fixes <ulink url="&lfs-ticket-root;2653">#2653</ulink>.</para>
523 </listitem>
524 </itemizedlist>
525 </listitem>
526
527 <listitem>
528 <para>2010-05-03</para>
529 <itemizedlist>
530 <listitem>
531 <para>[bdubbs] - Added a patch to fix a buffer overflow
532 errror in tar. The fix is specific to building with gcc-4.5
533 and later.
534 Fixes <ulink url="&lfs-ticket-root;2651">#2610</ulink>.</para>
535 </listitem>
536 <listitem>
537 <para>[bdubbs] - Added precedures for the new diffutils test
538 suite.
539 Thanks to Chris Staub.
540 Fixes <ulink url="&lfs-ticket-root;2650">#2650</ulink>.</para>
541 </listitem>
542 <listitem>
543 <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
544 and Chapter 6, patch.
545 Thanks to Chris Staub.
546 Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
547 </listitem>
548 <listitem>
549 <para>[bdubbs] - Made several text changes in Section v,
550 Rationale for Packages in the Book. Thanks to Chris
551 Staub for the patch.
552 Fixes <ulink url="&lfs-ticket-root;2644">#2644</ulink>.</para>
553 </listitem>
554 <listitem>
555 <para>[bdubbs] - Add file to Chapter 5 to remove several warning
556 messages in Chapter 6 binutils.
557 Fixes <ulink url="&lfs-ticket-root;2640">#2640</ulink>.</para>
558 </listitem>
559 </itemizedlist>
560 </listitem>
561
562 <listitem>
563 <para>2010-04-20</para>
564 <itemizedlist>
565 <listitem>
566 <para>[matthew] Upgrade to GCC-4.5.0, including the addition of its
567 new dependency, MPC. Fixes
568 <ulink url="&lfs-ticket-root;2636">#2636</ulink>.</para>
569 </listitem>
570 <listitem>
571 <para>[matthew] Upgrade to Perl-5.12.0. Fixes
572 <ulink url="&lfs-ticket-root;2635">#2635</ulink>.</para>
573 </listitem>
574 <listitem>
575 <para>[matthew] Upgrade to Kbd-1.15.2. Fixes
576 <ulink url="&lfs-ticket-root;2634">#2634</ulink>.</para>
577 </listitem>
578 <listitem>
579 <para>[matthew] Remove the now unused --docdir parameter for Udev.
580 Fixes <ulink url="&lfs-ticket-root;2633">#2633</ulink>.</para>
581 </listitem>
582 <listitem>
583 <para>[matthew] Upgrade to Psmisc-22.11. Fixes
584 <ulink url="&lfs-ticket-root;2631">#2631</ulink>.</para>
585 </listitem>
586 <listitem>
587 <para>[matthew] Move <command>killall</command> to
588 <filename class="directory">/bin</filename> so that installs with a
589 separate <filename class="directory">/usr</filename> partition and no
590 <package>Sysvinit</package> installed will boot. Fixes
591 <ulink url="&lfs-ticket-root;2622">#2622</ulink>.</para>
592 </listitem>
593 <listitem>
594 <para>[matthew] Upgrade to Grep-2.6.3. Fixes
595 <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
596 </listitem>
597 <listitem>
598 <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
599 <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
600 </listitem>
601 <listitem>
602 <para>[matthew] Remove the Vim fixes patch as it is out of date and
603 looks to be applying fixes still in upstream's development cycle.
604 Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para>
605 </listitem>
606 </itemizedlist>
607 </listitem>
608
609 <listitem>
610 <para>2010-04-12</para>
611 <itemizedlist>
612 <listitem>
613 <para>[bdubbs] - Adjust zlib instructions to ensure .pc
614 file and all libraries are in the proper location.
615 Thanks to Chris Staub.
616 Fixes <ulink url="&lfs-ticket-root;2630">#2630</ulink>.</para>
617 </listitem>
618 </itemizedlist>
619 </listitem>
620
621 <listitem>
622 <para>2010-03-27</para>
623 <itemizedlist>
624 <listitem>
625 <para>[matthew] Upgrade to Grep-2.6.1. Fixes
626 <ulink url="&lfs-ticket-root;2617">#2617</ulink>.</para>
627 </listitem>
628 <listitem>
629 <para>[matthew] Upgrade to Util-Linux-NG-2.17.2. Fixes
630 <ulink url="&lfs-ticket-root;2616">#2616</ulink>.</para>
631 </listitem>
632 <listitem>
633 <para>[matthew] Upgrade to Bison-2.4.2. Fixes
634 <ulink url="&lfs-ticket-root;2615">#2615</ulink>.</para>
635 </listitem>
636 </itemizedlist>
637 </listitem>
638
639 <listitem>
640 <para>2010-03-20</para>
641 <itemizedlist>
642 <listitem>
643 <para>[bdubbs] - Add a sed to the tar command to fix an
644 error in the latest release. The fix is from upstream.</para>
645 </listitem>
646 </itemizedlist>
647 </listitem>
648
649 <listitem>
650 <para>2010-03-18</para>
651 <itemizedlist>
652 <listitem>
653 <para>[matthew] Upgrade to Linux-2.6.33.1. Fixes
654 <ulink url="&lfs-ticket-root;2608">#2608</ulink>.</para>
655 </listitem>
656 <listitem>
657 <para>[matthew] Upgrade to E2fsprogs-1.41.11. Fixes
658 <ulink url="&lfs-ticket-root;2607">#2607</ulink>.</para>
659 </listitem>
660 <listitem>
661 <para>[matthew] Upgrade to Zlib-1.2.4. Fixes
662 <ulink url="&lfs-ticket-root;2606">#2606</ulink>.</para>
663 </listitem>
664 <listitem>
665 <para>[matthew] Upgrade to Tar-1.23. Fixes
666 <ulink url="&lfs-ticket-root;2603">#2603</ulink>.</para>
667 </listitem>
668 <listitem>
669 <para>[matthew] Upgrade to Grub-1.98. Fixes
670 <ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
671 </listitem>
672 <listitem>
673 <para>[matthew] Remove commands no longer necessary in order to run
674 the Bash test suite. Fixes
675 <ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
676 </listitem>
677 <listitem>
678 <para>[matthew] Upgrade to Binutils-2.20.1. Fixes
679 <ulink url="&lfs-ticket-root;2599">#2599</ulink>.</para>
680 </listitem>
681 </itemizedlist>
682 </listitem>
683
684 <listitem>
685 <para>2010-03-01</para>
686 <itemizedlist>
687 <listitem>
688 <para>[matthew] Upgrade to Man-pages-3.24. Fixes
689 <ulink url="&lfs-ticket-root;2596">#2596</ulink>.</para>
690 </listitem>
691 <listitem>
692 <para>[matthew] Upgrade to M4-1.4.14. Fixes
693 <ulink url="&lfs-ticket-root;2594">#2594</ulink>.</para>
694 </listitem>
695 <listitem>
696 <para>[matthew] Upgrade to IPRoute2-2.6.33. Fixes
697 <ulink url="&lfs-ticket-root;2592">#2592</ulink>.</para>
698 </listitem>
699 <listitem>
700 <para>[matthew] Upgrade to Linux-2.6.33. Fixes
701 <ulink url="&lfs-ticket-root;2587">#2587</ulink>.</para>
702 </listitem>
703 <listitem>
704 <para>[matthew] Upgrade to Man-DB-2.5.7. Fixes
705 <ulink url="&lfs-ticket-root;2583">#2583</ulink>.</para>
706 </listitem>
707 <listitem>
708 <para>[matthew] Upgrade to Util-Linux-NG-2.17.1. Fixes
709 <ulink url="&lfs-ticket-root;2581">#2581</ulink>.</para>
710 </listitem>
711 <listitem>
712 <para>[matthew] Upgrade to Diffutils-2.9. Fixes
713 <ulink url="&lfs-ticket-root;2577">#2577</ulink>. This also drops
714 the i18n patch as it has been rejected upstream.</para>
715 </listitem>
716 <listitem>
717 <para>[matthew] Upgrade to GMP-5.0.1. Fixes
718 <ulink url="&lfs-ticket-root;2572">#2572</ulink>.</para>
719 </listitem>
720 <listitem>
721 <para>[matthew] Post-LFS-6.6 cleanup.</para>
722 </listitem>
723 </itemizedlist>
724 </listitem>
725
726 </itemizedlist>
727</sect1>
Note: See TracBrowser for help on using the repository browser.