source: chapter01/changelog.xml@ 4aff396

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 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 4aff396 was 4aff396, checked in by Matthew Burgess <matthew@…>, 12 years ago

Upgrade to MPFR-3.1.1. Fixes #3133.

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

  • Property mode set to 100644
File size: 25.2 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
40 <listitem>
41 <para>2012-07-13</para>
42 <itemizedlist>
43 <listitem>
44 <para>[matthew] - Upgrade to MPFR-3.1.1. Fixes
45 <ulink url="&lfs-ticket-root;3133">#3133</ulink>.</para>
46 </listitem>
47 <listitem>
48 <para>[matthew] - Upgrade to Grep-2.13. Fixes
49 <ulink url="&lfs-ticket-root;3132">#3132</ulink>.</para>
50 </listitem>
51 <listitem>
52 <para>[matthew] - Fix Kmod's test suite on x86 hosts. Fixes
53 <ulink url="&lfs-ticket-root;3129">#3129</ulink>.</para>
54 </listitem>
55 <listitem>
56 <para>[matthew] - Upgrade to Psmisc-22.19. Fixes
57 <ulink url="&lfs-ticket-root;3127">#3127</ulink>.</para>
58 </listitem>
59 <listitem>
60 <para>[matthew] - Upgrade to Linux-3.4.11. Fixes
61 <ulink url="&lfs-ticket-root;3126">#3126</ulink>.</para>
62 </listitem>
63 </itemizedlist>
64 </listitem>
65
66 <listitem>
67 <para>2012-07-11</para>
68 <itemizedlist>
69 <listitem>
70 <para>[bdubbs] - Update to GRUB-2.00. Fixes
71 <ulink url="&lfs-ticket-root;3130">#3130</ulink>.</para>
72 </listitem>
73 </itemizedlist>
74 </listitem>
75
76 <listitem>
77 <para>2012-07-10</para>
78 <itemizedlist>
79 <listitem>
80 <para>[bdubbs] - Specify PKG_CONFIG_PATH for libpipeline
81 checks. Fixes
82 <ulink url="&lfs-ticket-root;3120">#3120</ulink>.</para>
83 </listitem>
84 </itemizedlist>
85 </listitem>
86
87 <listitem>
88 <para>2012-06-23</para>
89 <itemizedlist>
90 <listitem>
91 <para>[matthew] - Upgrade to XZ-5.0.4. Fixes
92 <ulink url="&lfs-ticket-root;3125">#3125</ulink>.</para>
93 </listitem>
94 <listitem>
95 <para>[matthew] - Upgrade to Kmod-9. Fixes
96 <ulink url="&lfs-ticket-root;3124">#3124</ulink>.</para>
97 </listitem>
98 <listitem>
99 <para>[matthew] - Upgrade to Psmisc-22.18. Fixes
100 <ulink url="&lfs-ticket-root;3123">#3123</ulink>.</para>
101 </listitem>
102 <listitem>
103 <para>[matthew] - Upgrade to Man-DB-2.6.2. Fixes
104 <ulink url="&lfs-ticket-root;3122">#3122</ulink>.</para>
105 </listitem>
106 <listitem>
107 <para>[matthew] - Upgrade to Gzip-1.5. Fixes
108 <ulink url="&lfs-ticket-root;3121">#3121</ulink>.</para>
109 </listitem>
110 <listitem>
111 <para>[matthew] - Upgrade to GCC-4.7.1. Fixes
112 <ulink url="&lfs-ticket-root;3117">#3117</ulink>.</para>
113 </listitem>
114 <listitem>
115 <para>[matthew] - Upgrade to E2fsprogs-1.42.4. Fixes
116 <ulink url="&lfs-ticket-root;3116">#3116</ulink>.</para>
117 </listitem>
118 <listitem>
119 <para>[matthew] - Upgrade to Linux-3.4.3. Fixes
120 <ulink url="&lfs-ticket-root;3114">#3114</ulink>.</para>
121 </listitem>
122 </itemizedlist>
123 </listitem>
124
125 <listitem>
126 <para>2012-06-17</para>
127 <itemizedlist>
128 <listitem>
129 <para>[bdubbs] - Fix install error in iproute2. Fixes
130 <ulink url="&lfs-ticket-root;3119">#3119</ulink>.</para>
131 </listitem>
132 <listitem>
133 <para>[bdubbs] - Update rare issues in bootscripts when using LVM
134 or initramfs.</para>
135 </listitem>
136 <listitem>
137 <para>[bdubbs] - Add note about automake run time for tests.
138 Fixes <ulink url="&lfs-ticket-root;3118">#3118</ulink>.</para>
139 </listitem>
140 </itemizedlist>
141 </listitem>
142
143 <listitem>
144 <para>2012-06-10</para>
145 <itemizedlist>
146 <listitem>
147 <para>[ken] - kbd-1.15.3 : go back to changing configure, and touch
148 aclocal.m4 : thanks to Bryan for explaining the problem.</para>
149 </listitem>
150 </itemizedlist>
151 </listitem>
152
153 <listitem>
154 <para>2012-06-07</para>
155 <itemizedlist>
156 <listitem>
157 <para>[matthew] - Remove --disable-perl-regexp switch from chapter
158 5's Grep instruction. It should be unnecessary now as there should
159 be no way for the host's libraries to leak through to the chapter 5
160 toolchain. Thanks to Jeremy Huntwork for the report.</para>
161 </listitem>
162 </itemizedlist>
163 </listitem>
164
165 <listitem>
166 <para>2012-06-06</para>
167 <itemizedlist>
168 <listitem>
169 <para>[matthew] - Upgrade to Bison-2.5.1. Fixes
170 <ulink url="&lfs-ticket-root;3112">#3112</ulink>.</para>
171 </listitem>
172 </itemizedlist>
173 </listitem>
174
175 <listitem>
176 <para>2012-06-05</para>
177 <itemizedlist>
178 <listitem>
179 <para>[matthew] - Remove a couple of sed commands from Binutils'
180 instructions, as the tests have been fixed upstream. Thanks to Waleed
181 Hamra for the report.</para>
182 </listitem>
183 <listitem>
184 <para>[matthew] - Upgrade to Linux-3.4.1. Fixes
185 <ulink url="&lfs-ticket-root;3110">#3110</ulink>.</para>
186 </listitem>
187 <listitem>
188 <para>[ken] - Really remove the redundant program resizecons from kbd,
189 by changing configure.ac instead of configure. Thanks to xinglp.</para>
190 </listitem>
191 </itemizedlist>
192 </listitem>
193
194 <listitem>
195 <para>2012-06-04</para>
196 <itemizedlist>
197 <listitem>
198 <para>[bdubbs] - Incorporate perl fixes from 2012-06-03
199 in the perl patch.</para>
200 </listitem>
201 <listitem>
202 <para>[matthew] - Upgrade to Psmisc-22.17. Fixes
203 <ulink url="&lfs-ticket-root;3109">#3109</ulink>.</para>
204 </listitem>
205 <listitem>
206 <para>[matthew] - Upgrade to Automake-1.12.1. Fixes
207 <ulink url="&lfs-ticket-root;3106">#3106</ulink>.</para>
208 </listitem>
209 <listitem>
210 <para>[matthew] - Apply latest upstream patches for Bash. Fixes
211 <ulink url="&lfs-ticket-root;3103">#3103</ulink>.</para>
212 </listitem>
213 </itemizedlist>
214 </listitem>
215
216 <listitem>
217 <para>2012-06-03</para>
218 <itemizedlist>
219 <listitem>
220 <para>[bdubbs] - Add pkg-config-0.26-internal-glib to the
221 book. Fixes
222 <ulink url="&lfs-ticket-root;3105">#3105</ulink>.</para>
223 </listitem>
224 <listitem>
225 <para>[bdubbs] - Add popt-1.16 to the book.</para>
226 </listitem>
227 <listitem>
228 <para>[bdubbs] - Update Chapter 5 perl instructions
229 for the LFS environment. Fixes
230 <ulink url="&lfs-ticket-root;3104">#3104</ulink>.</para>
231 </listitem>
232 </itemizedlist>
233 </listitem>
234
235 <listitem>
236 <para>2012-05-30</para>
237 <itemizedlist>
238 <listitem>
239 <para>[bdubbs] - Copy all entries in /lib/udev/devices to
240 /dev in mountvirtfs. Fixes
241 <ulink url="&lfs-ticket-root;3102">#3102</ulink>.</para>
242 </listitem>
243 <listitem>
244 <para>[matthew] - Correct the location of various package's man
245 pages. Fixes <ulink url="&lfs-ticket-root;3097">#3097</ulink>.</para>
246 </listitem>
247 <listitem>
248 <para>[matthew] - Upgrade to Util-Linux-2.21.2. Fixes
249 <ulink url="&lfs-ticket-root;3100">#3100</ulink>.</para>
250 </listitem>
251 <listitem>
252 <para>[matthew] - Upgrade to Perl-5.16.0. Fixes
253 <ulink url="&lfs-ticket-root;3094">#3094</ulink>.</para>
254 </listitem>
255 <listitem>
256 <para>[matthew] - Upgrade to IPRoute2-3.4.0. Fixes
257 <ulink url="&lfs-ticket-root;3096">#3096</ulink>.</para>
258 </listitem>
259 <listitem>
260 <para>[matthew] - Upgrade to Linux-3.4. Fixes
261 <ulink url="&lfs-ticket-root;3092">#3092</ulink>.</para>
262 </listitem>
263 <listitem>
264 <para>[matthew] - Upgrade to E2fsprogs-1.42.3. Fixes
265 <ulink url="&lfs-ticket-root;3091">#3091</ulink>.</para>
266 </listitem>
267 </itemizedlist>
268 </listitem>
269
270 <listitem>
271 <para>2012-05-24</para>
272 <itemizedlist>
273 <listitem>
274 <para>[bdubbs] - Minor tweaks to mountkernfs boot script.
275 Also fixes <ulink url="&lfs-ticket-root;3093">#3093</ulink>.</para>
276 </listitem>
277 </itemizedlist>
278 </listitem>
279
280 <listitem>
281 <para>2012-05-20</para>
282 <itemizedlist>
283 <listitem>
284 <para>[bdubbs] - Remove a bashism from the mountkernfs boot script.
285 </para>
286 </listitem>
287 <listitem>
288 <para>[bdubbs] - Move the $time init capability from setclock
289 to udev. Fixes
290 <ulink url="&lfs-ticket-root;3085">#3085</ulink>.</para>
291 </listitem>
292 <listitem>
293 <para>[bdubbs] - Remove and recreate $LFS/dev/shm in Section 6.2
294 if it is a symbolic link. Fixes
295 <ulink url="&lfs-ticket-root;3085">#3085</ulink>.</para>
296 </listitem>
297 </itemizedlist>
298 </listitem>
299
300 <listitem>
301 <para>2012-05-18</para>
302 <itemizedlist>
303 <listitem>
304 <para>[ken] - Remove the redundant program resizecons from kbd and
305 remove its man page (program was only installed on i?86, but man page
306 was always installed).</para>
307 </listitem>
308 </itemizedlist>
309 </listitem>
310
311 <listitem>
312 <para>2012-05-14</para>
313 <itemizedlist>
314 <listitem>
315 <para>[matthew] - Upgrade to Linux-3.3.6. Fixes
316 <ulink url="&lfs-ticket-root;3089">#3089</ulink>.</para>
317 </listitem>
318 </itemizedlist>
319 </listitem>
320
321 <listitem>
322 <para>2012-05-13</para>
323 <itemizedlist>
324 <listitem>
325 <para>[matthew] - Upgrade to Coreutils-8.17. Fixes
326 <ulink url="&lfs-ticket-root;3083">#3083</ulink>.</para>
327 </listitem>
328 </itemizedlist>
329 </listitem>
330
331 <listitem>
332 <para>2012-05-11</para>
333 <itemizedlist>
334 <listitem>
335 <para>[matthew] - Upgrade to Man-Pages-3.41. Fixes
336 <ulink url="&lfs-ticket-root;3084">#3084</ulink>.</para>
337 </listitem>
338 <listitem>
339 <para>[matthew] - Upgrade to Linux-3.3.5. Fixes
340 <ulink url="&lfs-ticket-root;3080">#3080</ulink>.</para>
341 </listitem>
342 <listitem>
343 <para>[matthew] - Upgrade to GMP-5.0.5. Fixes
344 <ulink url="&lfs-ticket-root;3079">#3079</ulink>.</para>
345 </listitem>
346 <listitem>
347 <para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which
348 prevented the fixincludes script from being run; it is no longer run
349 by default. Reported by Jeremy Huntwork.</para>
350 </listitem>
351 </itemizedlist>
352 </listitem>
353
354 <listitem>
355 <para>2012-05-10</para>
356 <itemizedlist>
357 <listitem>
358 <para>[bdubbs] - Add /etc/lsb-release file in Chapter 9.</para>
359 </listitem>
360 </itemizedlist>
361 </listitem>
362
363 <listitem>
364 <para>2012-05-09</para>
365 <itemizedlist>
366 <listitem>
367 <para>[bdubbs] - Update LSB packages in BLFS.</para>
368 </listitem>
369 </itemizedlist>
370 </listitem>
371
372 <listitem>
373 <para>2012-05-06</para>
374 <itemizedlist>
375 <listitem>
376 <para>[matthew] - Upgrade to Zlib-1.2.7. Fixes
377 <ulink url="&lfs-ticket-root;3078">#3078</ulink>.</para>
378 </listitem>
379 <listitem>
380 <para>[matthew] - Apply latest upstream patches for Bash. Fixes
381 <ulink url="&lfs-ticket-root;3077">#3077</ulink>.</para>
382 </listitem>
383 <listitem>
384 <para>[matthew] - Add back a patch for Glibc that prevents various
385 BLFS programs, such as aplay, from segfaulting.</para>
386 </listitem>
387 </itemizedlist>
388 </listitem>
389
390 <listitem>
391 <para>2012-05-05</para>
392 <itemizedlist>
393 <listitem>
394 <para>[bdubbs] - Various minor text changes to
395 both book and bootscripts.</para>
396 </listitem>
397 </itemizedlist>
398 </listitem>
399
400 <listitem>
401 <para>2012-05-01</para>
402 <itemizedlist>
403 <listitem>
404 <para>[ken] - Upgrade to Kbd-1.15.3. Fixes
405 <ulink url="&lfs-ticket-root;2990">#2990</ulink>.</para>
406 </listitem>
407 </itemizedlist>
408 </listitem>
409
410 <listitem>
411 <para>2012-04-29</para>
412 <itemizedlist>
413 <listitem>
414 <para>[matthew] - Upgrade to Linux-3.3.4. Fixes
415 <ulink url="&lfs-ticket-root;3074">#3074</ulink>.</para>
416 </listitem>
417 <listitem>
418 <para>[matthew] - Upgrade to Man-Pages-3.40. Fixes
419 <ulink url="&lfs-ticket-root;3072">#3072</ulink>.</para>
420 </listitem>
421 <listitem>
422 <para>[matthew] - Upgrade to Autoconf-2.69. Fixes
423 <ulink url="&lfs-ticket-root;3071">#3071</ulink>.</para>
424 </listitem>
425 <listitem>
426 <para>[matthew] - Upgrade to Automake-1.12. Fixes
427 <ulink url="&lfs-ticket-root;3070">#3070</ulink>.</para>
428 </listitem>
429 <listitem>
430 <para>[matthew] - Upgrade to Grep-2.12. Fixes
431 <ulink url="&lfs-ticket-root;3068">#3068</ulink>.</para>
432 </listitem>
433 </itemizedlist>
434 </listitem>
435
436 <listitem>
437 <para>2012-04-26</para>
438 <itemizedlist>
439 <listitem>
440 <para>[ken] - tidy some minor issues from the merge.
441 </para>
442 </listitem>
443 </itemizedlist>
444 </listitem>
445
446 <listitem>
447 <para>2012-04-25</para>
448 <itemizedlist>
449 <listitem>
450 <para>[bdubbs] - Incorporate changes developed and tested in the jh branch.
451 </para>
452 </listitem>
453 <listitem>
454 <para>[jhuntwork] - Update chapter 5 toolchain technical notes to match changes
455 in build method.</para>
456 </listitem>
457 <listitem>
458 <para>[jhuntwork] - Use --with-native-system-header-dir
459 switch in chapter 5 gcc. This replaces seds that were used previously
460 to alter the CROSS_SYSTEM_HEADER_DIR and NATIVE_SYSTEM_HEADER_DIR
461 values to keep the toolchain searching for headers only in
462 /tools/include and not /usr/include. Thanks to Pierre Labastie. Fixes
463 <ulink url="&lfs-ticket-root;3066">#3066</ulink>.</para>
464 </listitem>
465 <listitem>
466 <para>[jhuntwork] - Remove --without-cloog and --without-ppl from chapter 5 gcc.
467 These are unnecessary since it doesn't matter if pass 1 gcc is linked against
468 host libs and it should be impossible for the build of pass 2 gcc to find host
469 headers or libs.</para>
470 </listitem>
471 <listitem>
472 <para>[jhuntwork] - Adjust build method to use sysroot.</para>
473 </listitem>
474 </itemizedlist>
475 </listitem>
476
477 <listitem>
478 <para>2012-04-24</para>
479 <itemizedlist>
480 <listitem>
481 <para>[matthew] - Upgrade to Linux-3.3.3. Fixes
482 <ulink url="&lfs-ticket-root;3067">#3067</ulink>.</para>
483 </listitem>
484 <listitem>
485 <para>[matthew] - Upgrade to Man-Pages-3.39. Fixes
486 <ulink url="&lfs-ticket-root;3065">#3065</ulink>.</para>
487 </listitem>
488 <listitem>
489 <para>[matthew] - Upgrade to Kmod-8. Fixes
490 <ulink url="&lfs-ticket-root;3064">#3064</ulink>.</para>
491 </listitem>
492 </itemizedlist>
493 </listitem>
494
495 <listitem>
496 <para>2012-04-19</para>
497 <itemizedlist>
498 <listitem>
499 <para>[bdubbs] - Change two group IDs to support a
500 legacy program. Fixes
501 <ulink url="&lfs-ticket-root;3061">#3061</ulink>.</para>
502 </listitem>
503 </itemizedlist>
504 </listitem>
505
506 <listitem>
507 <para>2012-04-15</para>
508 <itemizedlist>
509 <listitem>
510 <para>[matthew] - Upgrade to Linux-3.3.2. Fixes
511 <ulink url="&lfs-ticket-root;3063">#3063</ulink>.</para>
512 </listitem>
513 <listitem>
514 <para>[matthew] - Upgrade to Automake-1.11.5. Fixes
515 <ulink url="&lfs-ticket-root;3062">#3062</ulink>.</para>
516 </listitem>
517 <listitem>
518 <para>[matthew] - Use su from chapter 6 Coreutils in the Bash
519 instructions, instead of the one from chapter 5. Install su as su
520 rather than su-tools in chapter 5. Fixes
521 <ulink url="&lfs-ticket-root;3057">#3057</ulink>.</para>
522 </listitem>
523 </itemizedlist>
524 </listitem>
525
526 <listitem>
527 <para>2012-04-09</para>
528 <itemizedlist>
529 <listitem>
530 <para>[bdubbs] - Update networking bootscripts. See
531 bootscripts change log for details.
532 Fixes
533 <ulink url="&lfs-ticket-root;3053">#3053</ulink>.</para>
534 </listitem>
535 </itemizedlist>
536 </listitem>
537
538 <listitem>
539 <para>2012-04-05</para>
540 <itemizedlist>
541 <listitem>
542 <para>[bdubbs] - Change the location for the python gdb module
543 generated by gcc to the correct location. Fixes (again)
544 <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
545 </listitem>
546 </itemizedlist>
547 </listitem>
548
549 <listitem>
550 <para>2012-04-03</para>
551 <itemizedlist>
552 <listitem>
553 <para>[matthew] - Upgrade to Linux-3.3.1. Fixes
554 <ulink url="&lfs-ticket-root;3059">#3059</ulink>.</para>
555 </listitem>
556 <listitem>
557 <para>[matthew] - Upgrade to Automake-1.11.4. Fixes
558 <ulink url="&lfs-ticket-root;3058">#3058</ulink>.</para>
559 </listitem>
560 <listitem>
561 <para>[matthew] - Upgrade to Gawk-4.0.1. Fixes
562 <ulink url="&lfs-ticket-root;3056">#3056</ulink>.</para>
563 </listitem>
564 <listitem>
565 <para>[matthew] - Upgrade to Util-Linux-2.21.1. Fixes
566 <ulink url="&lfs-ticket-root;3055">#3055</ulink>.</para>
567 </listitem>
568 <listitem>
569 <para>[matthew] - Upgrade to E2fsprogs-1.42.2. Fixes
570 <ulink url="&lfs-ticket-root;3051">#3051</ulink>.</para>
571 </listitem>
572 <listitem>
573 <para>[matthew] - Upgrade to Coreutils-8.16 and drop the uname patch.
574 Fixes <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
575 </listitem>
576 </itemizedlist>
577 </listitem>
578
579 <listitem>
580 <para>2012-03-28</para>
581 <itemizedlist>
582 <listitem>
583 <para>[bdubbs] - Move a python module for gdb generated by gcc
584 to a better location. Fixes
585 <ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
586 </listitem>
587 <listitem>
588 <para>[bdubbs] - Adjust minimum version of xz-utils in Host
589 Requirements.</para>
590 </listitem>
591 <listitem>
592 <para>[bdubbs] - Reword description of log files in section
593 Creating Essential Files.</para>
594 </listitem>
595 </itemizedlist>
596 </listitem>
597
598 <listitem>
599 <para>2012-03-27</para>
600 <itemizedlist>
601 <listitem>
602 <para>[matthew] - Add a patch to fix building of Binutils with the
603 -O3 compiler flag. Thanks to Pierre Labastie for the report.</para>
604 </listitem>
605 <listitem>
606 <para>[matthew] - Add the GCC fix patch back to Glibc instructions
607 to fix a build issue on 32-bit hosts. Thanks to Pierre Labastie for
608 the report.</para>
609 </listitem>
610 </itemizedlist>
611 </listitem>
612
613 <listitem>
614 <para>2012-03-26</para>
615 <itemizedlist>
616 <listitem>
617 <para>[matthew] - Upgrade to Man-Pages-3.38. Fixes
618 <ulink url="&lfs-ticket-root;3047">#3047</ulink>.</para>
619 </listitem>
620 <listitem>
621 <para>[matthew] - Upgrade to E2fsprogs-1.42.1. Fixes
622 <ulink url="&lfs-ticket-root;3046">#3046</ulink>.</para>
623 </listitem>
624 <listitem>
625 <para>[matthew] - Upgrade to Glibc-2.15. Fixes
626 <ulink url="&lfs-ticket-root;3045">#3045</ulink>. Thanks to Andy
627 Benton for the patch.</para>
628 </listitem>
629 <listitem>
630 <para>[matthew] - Upgrade to GCC-4.7.0. Fixes
631 <ulink url="&lfs-ticket-root;3044">#3044</ulink>. Thanks to Andy
632 Benton for the patch.</para>
633 </listitem>
634 <listitem>
635 <para>[matthew] - Upgrade to IPRoute2-3.3.0. Fixes
636 <ulink url="&lfs-ticket-root;3043">#3043</ulink>.</para>
637 </listitem>
638 </itemizedlist>
639 </listitem>
640
641 <listitem>
642 <para>2012-03-22</para>
643 <itemizedlist>
644 <listitem>
645 <para>[bdubbs] - Fix corner case in ipv4-static script. </para>
646 </listitem>
647 </itemizedlist>
648 </listitem>
649
650 <listitem>
651 <para>2012-03-20</para>
652 <itemizedlist>
653 <listitem>
654 <para>[matthew] - Upgrade to Linux-3.3. Fixes
655 <ulink url="&lfs-ticket-root;3042">#3042</ulink>.</para>
656 </listitem>
657 <listitem>
658 <para>[matthew] - Upgrade to Kmod-7. Fixes
659 <ulink url="&lfs-ticket-root;3041">#3041</ulink>.</para>
660 </listitem>
661 <listitem>
662 <para>[matthew] - Upgrade to Udev-182. Fixes
663 <ulink url="&lfs-ticket-root;3040">#3040</ulink>.</para>
664 </listitem>
665 </itemizedlist>
666 </listitem>
667
668 <listitem>
669 <para>2012-03-19</para>
670 <itemizedlist>
671 <listitem>
672 <para>[bdubbs] - Move optional LVM initialization to the end
673 of the udev boot script so an LVM partition can be used for swap.
674 </para>
675 </listitem>
676 </itemizedlist>
677 </listitem>
678
679 <listitem>
680 <para>2012-03-14</para>
681 <itemizedlist>
682 <listitem>
683 <para>[matthew] - Remove GCC's cross-compile patch as it isn't
684 required.</para>
685 </listitem>
686 <listitem>
687 <para>[matthew] - Apply new upstream patches for Bash. Fixes
688 <ulink url="&lfs-ticket-root;3037">#3037</ulink>.</para>
689 </listitem>
690 <listitem>
691 <para>[matthew] - Upgrade to Linux-3.2.11. Fixes
692 <ulink url="&lfs-ticket-root;3036">#3036</ulink>.</para>
693 </listitem>
694 <listitem>
695 <para>[matthew] - Upgrade to Man-Pages-3.37. Fixes
696 <ulink url="&lfs-ticket-root;3034">#3034</ulink>.</para>
697 </listitem>
698 </itemizedlist>
699 </listitem>
700
701 <listitem>
702 <para>2012-03-11</para>
703 <itemizedlist>
704 <listitem>
705 <para>[matthew] - Workaround an issue in Gettext's configure script
706 that can cause it to hang on certain hosts when determining the path
707 for Emacs Lisp files on certain hosts. Reported by and fix provided
708 by DJ Lucas.</para>
709 </listitem>
710 </itemizedlist>
711 </listitem>
712
713 <listitem>
714 <para>2012-03-06</para>
715 <itemizedlist>
716 <listitem>
717 <para>[matthew] - Upgrade to Libpipeline-1.2.1. Fixes
718 <ulink url="&lfs-ticket-root;3031">#3031</ulink>.</para>
719 </listitem>
720 <listitem>
721 <para>[matthew] - Upgrade to Kmod-6. Fixes
722 <ulink url="&lfs-ticket-root;3030">#3030</ulink>.</para>
723 </listitem>
724 <listitem>
725 <para>[matthew] - Upgrade to Grep-2.11. Fixes
726 <ulink url="&lfs-ticket-root;3029">#3029</ulink>.</para>
727 </listitem>
728 <listitem>
729 <para>[matthew] - Upgrade to GCC-4.6.3. Fixes
730 <ulink url="&lfs-ticket-root;3028">#3028</ulink>.</para>
731 </listitem>
732 <listitem>
733 <para>[matthew] - Upgrade to Psmisc-22.16. Fixes
734 <ulink url="&lfs-ticket-root;3026">#3026</ulink>.</para>
735 </listitem>
736 <listitem>
737 <para>[matthew] - Upgrade to File-5.11. Fixes
738 <ulink url="&lfs-ticket-root;3024">#3024</ulink>.</para>
739 </listitem>
740 <listitem>
741 <para>[matthew] - Upgrade to Linux-3.2.9. Fixes
742 <ulink url="&lfs-ticket-root;3023">#3023</ulink>.</para>
743 </listitem>
744 <listitem>
745 <para>[matthew] - Upgrade to Util-Linux-2.21. Fixes
746 <ulink url="&lfs-ticket-root;3002">#3002</ulink>.</para>
747 </listitem>
748 </itemizedlist>
749 </listitem>
750
751 <listitem>
752 <para>2012-03-02</para>
753 <itemizedlist>
754 <listitem>
755 <para>[bdubbs] - LFS-7.1 released.
756 </para>
757 </listitem>
758 </itemizedlist>
759 </listitem>
760
761 </itemizedlist>
762</sect1>
Note: See TracBrowser for help on using the repository browser.