source: chapter01/changelog.xml@ 7696a2e

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 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 7696a2e was 7696a2e, checked in by Matthew Burgess <matthew@…>, 14 years ago

Upgrade to Udev-157. Fixes #2676.

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

  • Property mode set to 100644
File size: 16.0 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-06-21</para>
41 <itemizedlist>
42 <listitem>
43 <para>[matthew] - Upgrade to Udev-157. Fixes
44 <ulink url="&lfs-ticket-root;2676">#2676</ulink>.</para>
45 </listitem>
46 <listitem>
47 <para>[matthew] - Upgrade to Gettext-0.18.1.1. Fixes
48 <ulink url="&lfs-ticket-root;2686">#2686</ulink>.</para>
49 </listitem>
50 <listitem>
51 <para>[matthew] - Upgrade to Libtool-2.2.10. Fixes
52 <ulink url="&lfs-ticket-root;2690">#2690</ulink>.</para>
53 </listitem>
54 <listitem>
55 <para>[matthew] - Upgrade to Expect-5.44.1.15. Fixes
56 <ulink url="&lfs-ticket-root;2689">#2689</ulink>.</para>
57 </listitem>
58 </itemizedlist>
59 </listitem>
60
61 <listitem>
62 <para>2010-06-19</para>
63 <itemizedlist>
64 <listitem>
65 <para>[bdubbs] - Add a consolidated set of patches to DejaGNU.
66 Fixes <ulink url="&lfs-ticket-root;2684">#2684</ulink>.</para>
67 </listitem>
68 </itemizedlist>
69 </listitem>
70
71 <listitem>
72 <para>2010-06-18</para>
73 <itemizedlist>
74 <listitem>
75 <para>[bdubbs] - Update to Module-Init-Tools-3.12.
76 Fixes <ulink url="&lfs-ticket-root;2675">#2675</ulink>
77 and <ulink url="&lfs-ticket-root;2688">#2688</ulink>.</para>
78 </listitem>
79 <listitem>
80 <para>[bdubbs] - Add a sed to the current kernel to work around
81 a bug in linux-2.6.34 and earlier. This change will be removed
82 when incorporated into a subsequent verion of the kernel.
83 Fixes <ulink url="&lfs-ticket-root;2662">#2662</ulink>.</para>
84 </listitem>
85 </itemizedlist>
86 </listitem>
87
88 <listitem>
89 <para>2010-06-16</para>
90 <itemizedlist>
91 <listitem>
92 <para>[bdubbs] - Update kernel version specified in Chapter 5
93 glibc instructions to be consistent with host requirements and
94 Chapter 6 glibc.</para>
95 </listitem>
96 </itemizedlist>
97 </listitem>
98
99 <listitem>
100 <para>2010-06-14</para>
101 <itemizedlist>
102 <listitem>
103 <para>[robert] - Make rmdir verbose when installing udev.</para>
104 </listitem>
105 </itemizedlist>
106 </listitem>
107
108 <listitem>
109 <para>2010-06-01</para>
110 <itemizedlist>
111 <listitem>
112 <para>[bdubbs] - Update host requirements to those packages
113 built in LFS-6.3.</para>
114 </listitem>
115 </itemizedlist>
116 </listitem>
117
118 <listitem>
119 <para>2010-05-29</para>
120 <itemizedlist>
121 <listitem>
122 <para>[matthew] - Upgrade to Udev-156. Fixes
123 <ulink url="&lfs-ticket-root;2671">#2671</ulink>.</para>
124 </listitem>
125 <listitem>
126 <para>[matthew] - Upgrade to Pkg-config-0.25. Fixes
127 <ulink url="&lfs-ticket-root;2670">#2670</ulink>.</para>
128 </listitem>
129 <listitem>
130 <para>[matthew] - Upgrade to Glibc-2.11.2. Fixes
131 <ulink url="&lfs-ticket-root;2669">#2669</ulink>.</para>
132 </listitem>
133 <listitem>
134 <para>[matthew] - Upgrade to Gettext-0.18. Fixes
135 <ulink url="&lfs-ticket-root;2660">#2660</ulink>.</para>
136 </listitem>
137 </itemizedlist>
138 </listitem>
139
140 <listitem>
141 <para>2010-05-26</para>
142 <itemizedlist>
143 <listitem>
144 <para>[bdubbs] - Add additional information to clarify the
145 build process.</para>
146 </listitem>
147 </itemizedlist>
148 </listitem>
149
150 <listitem>
151 <para>2010-05-23</para>
152 <itemizedlist>
153 <listitem>
154 <para>[ken] - Reword the ABI note in gmp (chapter06) to correct
155 it, and to stress that it is for 32-bit. Fixes
156 <ulink url="&lfs-ticket-root;2648">#2648</ulink></para>
157 </listitem>
158 <listitem>
159 <para>[bdubbs] - Add a patch to fix some internal problems
160 in Man-DB when viewing some pages. Thanks to William Immendorf
161 for posting the patch. Fixes
162 <ulink url="&lfs-ticket-root;2652">#2652</ulink></para>
163 </listitem>
164 <listitem>
165 <para>[bdubbs] - Add installed directories information to
166 each package. Thanks to Chris Staub for the patch. Fixes
167 <ulink url="&lfs-ticket-root;2657">#2655</ulink></para>
168 </listitem>
169 </itemizedlist>
170 </listitem>
171
172 <listitem>
173 <para>2010-05-21</para>
174 <itemizedlist>
175 <listitem>
176 <para>[matthew] - Remove an empty documentation directory created by
177 Udev-154.</para>
178 </listitem>
179 <listitem>
180 <para>[matthew] - Upgrade to IPRoute2-2.6.34. Fixes
181 <ulink url="&lfs-ticket-root;2668">#2668</ulink>.</para>
182 </listitem>
183 <listitem>
184 <para>[matthew] - Upgrade to E2fsprogs-1.41.12. Fixes
185 <ulink url="&lfs-ticket-root;2667">#2667</ulink>.</para>
186 </listitem>
187 <listitem>
188 <para>[matthew] - Upgrade to Perl-5.12.1. Fixes
189 <ulink url="&lfs-ticket-root;2666">#2666</ulink>.</para>
190 </listitem>
191 <listitem>
192 <para>[matthew] - Added latest upstream patches for Bash. Fixes
193 <ulink url="&lfs-ticket-root;2665">#2665</ulink>.</para>
194 </listitem>
195 <listitem>
196 <para>[matthew] - Upgrade to MPC-0.8.2. Fixes
197 <ulink url="&lfs-ticket-root;2664">#2664</ulink>.</para>
198 </listitem>
199 <listitem>
200 <para>[matthew] - Upgrade to Inetutils-1.8. Fixes
201 <ulink url="&lfs-ticket-root;2663">#2663</ulink>.</para>
202 </listitem>
203 <listitem>
204 <para>[matthew] - Upgrade to Gawk-3.1.8. Fixes
205 <ulink url="&lfs-ticket-root;2659">#2659</ulink>.</para>
206 </listitem>
207 <listitem>
208 <para>[matthew] - Install Man-DB's documentation in a versioned
209 directory. Fixes
210 <ulink url="&lfs-ticket-root;2658">#2658</ulink>.</para>
211 </listitem>
212 <listitem>
213 <para>[matthew] - Upgrade to Diffutils-3.0. Fixes
214 <ulink url="&lfs-ticket-root;2656">#2656</ulink>.</para>
215 </listitem>
216 <listitem>
217 <para>[matthew] - Correct documentation installation instructions for
218 MPFR. Thanks to Chris Staub for the patch. Fixes
219 <ulink url="&lfs-ticket-root;2655">#2655</ulink>.</para>
220 </listitem>
221 <listitem>
222 <para>[matthew] - Upgrade to Coreutils-8.5. Fixes
223 <ulink url="&lfs-ticket-root;2643">#2643</ulink>.</para>
224 </listitem>
225 <listitem>
226 <para>[matthew] - Upgrade to Udev-154. Fixes
227 <ulink url="&lfs-ticket-root;2639">#2639</ulink>.</para>
228 </listitem>
229 <listitem>
230 <para>[matthew] - Upgrade to Zlib-1.2.5. Fixes
231 <ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para>
232 </listitem>
233 <listitem>
234 <para>[matthew] - Upgrade to Linux-2.6.34. Fixes
235 <ulink url="&lfs-ticket-root;2628">#2628</ulink>.</para>
236 </listitem>
237 <listitem>
238 <para>[matthew] - Add a patch to fix incorrect version numbers in
239 Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. Fixes
240 <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
241 </listitem>
242 </itemizedlist>
243 </listitem>
244
245 <listitem>
246 <para>2010-05-06</para>
247 <itemizedlist>
248 <listitem>
249 <para>[bdubbs] - Removed a sed in Chapter 6 GCC instructions that
250 has been fixed in GCC-4.5.0.
251 Fixes <ulink url="&lfs-ticket-root;2653">#2653</ulink>.</para>
252 </listitem>
253 </itemizedlist>
254 </listitem>
255
256 <listitem>
257 <para>2010-05-03</para>
258 <itemizedlist>
259 <listitem>
260 <para>[bdubbs] - Added a patch to fix a buffer overflow
261 errror in tar. The fix is specific to building with gcc-4.5
262 and later.
263 Fixes <ulink url="&lfs-ticket-root;2651">#2610</ulink>.</para>
264 </listitem>
265 <listitem>
266 <para>[bdubbs] - Added precedures for the new diffutils test
267 suite.
268 Thanks to Chris Staub.
269 Fixes <ulink url="&lfs-ticket-root;2650">#2650</ulink>.</para>
270 </listitem>
271 <listitem>
272 <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
273 and Chapter 6, patch.
274 Thanks to Chris Staub.
275 Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
276 </listitem>
277 <listitem>
278 <para>[bdubbs] - Made several text changes in Section v,
279 Rationale for Packages in the Book. Thanks to Chris
280 Staub for the patch.
281 Fixes <ulink url="&lfs-ticket-root;2644">#2644</ulink>.</para>
282 </listitem>
283 <listitem>
284 <para>[bdubbs] - Add file to Chapter 5 to remove several warning
285 messages in Chapter 6 binutils.
286 Fixes <ulink url="&lfs-ticket-root;2640">#2640</ulink>.</para>
287 </listitem>
288 </itemizedlist>
289 </listitem>
290
291 <listitem>
292 <para>2010-04-20</para>
293 <itemizedlist>
294 <listitem>
295 <para>[matthew] Upgrade to GCC-4.5.0, including the addition of its
296 new dependency, MPC. Fixes
297 <ulink url="&lfs-ticket-root;2636">#2636</ulink>.</para>
298 </listitem>
299 <listitem>
300 <para>[matthew] Upgrade to Perl-5.12.0. Fixes
301 <ulink url="&lfs-ticket-root;2635">#2635</ulink>.</para>
302 </listitem>
303 <listitem>
304 <para>[matthew] Upgrade to Kbd-1.15.2. Fixes
305 <ulink url="&lfs-ticket-root;2634">#2634</ulink>.</para>
306 </listitem>
307 <listitem>
308 <para>[matthew] Remove the now unused --docdir parameter for Udev.
309 Fixes <ulink url="&lfs-ticket-root;2633">#2633</ulink>.</para>
310 </listitem>
311 <listitem>
312 <para>[matthew] Upgrade to Psmisc-22.11. Fixes
313 <ulink url="&lfs-ticket-root;2631">#2631</ulink>.</para>
314 </listitem>
315 <listitem>
316 <para>[matthew] Move <command>killall</command> to
317 <filename class="directory">/bin</filename> so that installs with a
318 separate <filename class="directory">/usr</filename> partition and no
319 <package>Sysvinit</package> installed will boot. Fixes
320 <ulink url="&lfs-ticket-root;2622">#2622</ulink>.</para>
321 </listitem>
322 <listitem>
323 <para>[matthew] Upgrade to Grep-2.6.3. Fixes
324 <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
325 </listitem>
326 <listitem>
327 <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
328 <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
329 </listitem>
330 <listitem>
331 <para>[matthew] Remove the Vim fixes patch as it is out of date and
332 looks to be applying fixes still in upstream's development cycle.
333 Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para>
334 </listitem>
335 </itemizedlist>
336 </listitem>
337
338 <listitem>
339 <para>2010-04-12</para>
340 <itemizedlist>
341 <listitem>
342 <para>[bdubbs] - Adjust zlib instructions to ensure .pc
343 file and all libraries are in the proper location.
344 Thanks to Chris Staub.
345 Fixes <ulink url="&lfs-ticket-root;2630">#2630</ulink>.</para>
346 </listitem>
347 </itemizedlist>
348 </listitem>
349
350 <listitem>
351 <para>2010-03-27</para>
352 <itemizedlist>
353 <listitem>
354 <para>[matthew] Upgrade to Grep-2.6.1. Fixes
355 <ulink url="&lfs-ticket-root;2617">#2617</ulink>.</para>
356 </listitem>
357 <listitem>
358 <para>[matthew] Upgrade to Util-Linux-NG-2.17.2. Fixes
359 <ulink url="&lfs-ticket-root;2616">#2616</ulink>.</para>
360 </listitem>
361 <listitem>
362 <para>[matthew] Upgrade to Bison-2.4.2. Fixes
363 <ulink url="&lfs-ticket-root;2615">#2615</ulink>.</para>
364 </listitem>
365 </itemizedlist>
366 </listitem>
367
368 <listitem>
369 <para>2010-03-20</para>
370 <itemizedlist>
371 <listitem>
372 <para>[bdubbs] - Add a sed to the tar command to fix an
373 error in the latest release. The fix is from upstream.</para>
374 </listitem>
375 </itemizedlist>
376 </listitem>
377
378 <listitem>
379 <para>2010-03-18</para>
380 <itemizedlist>
381 <listitem>
382 <para>[matthew] Upgrade to Linux-2.6.33.1. Fixes
383 <ulink url="&lfs-ticket-root;2608">#2608</ulink>.</para>
384 </listitem>
385 <listitem>
386 <para>[matthew] Upgrade to E2fsprogs-1.41.11. Fixes
387 <ulink url="&lfs-ticket-root;2607">#2607</ulink>.</para>
388 </listitem>
389 <listitem>
390 <para>[matthew] Upgrade to Zlib-1.2.4. Fixes
391 <ulink url="&lfs-ticket-root;2606">#2606</ulink>.</para>
392 </listitem>
393 <listitem>
394 <para>[matthew] Upgrade to Tar-1.23. Fixes
395 <ulink url="&lfs-ticket-root;2603">#2603</ulink>.</para>
396 </listitem>
397 <listitem>
398 <para>[matthew] Upgrade to Grub-1.98. Fixes
399 <ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
400 </listitem>
401 <listitem>
402 <para>[matthew] Remove commands no longer necessary in order to run
403 the Bash test suite. Fixes
404 <ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
405 </listitem>
406 <listitem>
407 <para>[matthew] Upgrade to Binutils-2.20.1. Fixes
408 <ulink url="&lfs-ticket-root;2599">#2599</ulink>.</para>
409 </listitem>
410 </itemizedlist>
411 </listitem>
412
413 <listitem>
414 <para>2010-03-01</para>
415 <itemizedlist>
416 <listitem>
417 <para>[matthew] Upgrade to Man-pages-3.24. Fixes
418 <ulink url="&lfs-ticket-root;2596">#2596</ulink>.</para>
419 </listitem>
420 <listitem>
421 <para>[matthew] Upgrade to M4-1.4.14. Fixes
422 <ulink url="&lfs-ticket-root;2594">#2594</ulink>.</para>
423 </listitem>
424 <listitem>
425 <para>[matthew] Upgrade to IPRoute2-2.6.33. Fixes
426 <ulink url="&lfs-ticket-root;2592">#2592</ulink>.</para>
427 </listitem>
428 <listitem>
429 <para>[matthew] Upgrade to Linux-2.6.33. Fixes
430 <ulink url="&lfs-ticket-root;2587">#2587</ulink>.</para>
431 </listitem>
432 <listitem>
433 <para>[matthew] Upgrade to Man-DB-2.5.7. Fixes
434 <ulink url="&lfs-ticket-root;2583">#2583</ulink>.</para>
435 </listitem>
436 <listitem>
437 <para>[matthew] Upgrade to Util-Linux-NG-2.17.1. Fixes
438 <ulink url="&lfs-ticket-root;2581">#2581</ulink>.</para>
439 </listitem>
440 <listitem>
441 <para>[matthew] Upgrade to Diffutils-2.9. Fixes
442 <ulink url="&lfs-ticket-root;2577">#2577</ulink>. This also drops
443 the i18n patch as it has been rejected upstream.</para>
444 </listitem>
445 <listitem>
446 <para>[matthew] Upgrade to GMP-5.0.1. Fixes
447 <ulink url="&lfs-ticket-root;2572">#2572</ulink>.</para>
448 </listitem>
449 <listitem>
450 <para>[matthew] Post-LFS-6.6 cleanup.</para>
451 </listitem>
452 </itemizedlist>
453 </listitem>
454
455 </itemizedlist>
456</sect1>
Note: See TracBrowser for help on using the repository browser.