source: chapter01/changelog.xml@ b7fa2b6

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.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 b7fa2b6 was b7fa2b6, checked in by Matthew Burgess <matthew@…>, 15 years ago

Upgrade to Udev-150. Fixes #2547.

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

  • Property mode set to 100644
File size: 17.6 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>2010-01-24</para>
42 <itemizedlist>
43 <listitem>
44 <para>[matthew] Upgrade to Udev-150. Fixes
45 <ulink url="&lfs-ticket-root;2547">#2547</ulink>.</para>
46 </listitem>
47 <listitem>
48 <para>[matthew] Upgrade to GMP-5.0.0. Fixes
49 <ulink url="&lfs-ticket-root;2546">#2546</ulink>.</para>
50 </listitem>
51 <listitem>
52 <para>[matthew] Upgrade to Coreutils-8.4. Fixes
53 <ulink url="&lfs-ticket-root;2545">#2545</ulink>.</para>
54 </listitem>
55 <listitem>
56 <para>[matthew] Upgrade to Util-Linux-NG-2.17. Fixes
57 <ulink url="&lfs-ticket-root;2544">#2544</ulink>.</para>
58 </listitem>
59 <listitem>
60 <para>[matthew] Upgrade to Linux-2.6.32.5. Fixes
61 <ulink url="&lfs-ticket-root;2542">#2542</ulink>.</para>
62 </listitem>
63 <listitem>
64 <para>[matthew] Upgrade to Psmisc-22.10. Fixes
65 <ulink url="&lfs-ticket-root;2541">#2541</ulink>.</para>
66 </listitem>
67 </itemizedlist>
68 </listitem>
69
70 <listitem>
71 <para>2010-01-09</para>
72 <itemizedlist>
73 <listitem>
74 <para>[bdubbs] Grammar and spelling updates from
75 Chris Staub. Fixes
76 <ulink url="&lfs-ticket-root;2548">#2548</ulink>.</para>
77 </listitem>
78 </itemizedlist>
79 </listitem>
80
81
82 <listitem>
83 <para>2010-01-03</para>
84 <itemizedlist>
85 <listitem>
86 <para>[matthew] Prevent a failure in GCC's testsuite due to a conflict
87 with Glibc's getline function.</para>
88 </listitem>
89 <listitem>
90 <para>[matthew] Upgrade to Readline-6.1. Fixes
91 <ulink url="&lfs-ticket-root;2540">#2540</ulink>.</para>
92 </listitem>
93 <listitem>
94 <para>[matthew] Upgrade to Bash-4.1. Fixes
95 <ulink url="&lfs-ticket-root;2539">#2539</ulink>.</para>
96 </listitem>
97 <listitem>
98 <para>[matthew] Upgrade to Patch-2.6.1. Fixes
99 <ulink url="&lfs-ticket-root;2538">#2538</ulink>.</para>
100 </listitem>
101 <listitem>
102 <para>[matthew] Upgrade to Glibc-2.11.1. Fixes
103 <ulink url="&lfs-ticket-root;2537">#2537</ulink>.</para>
104 </listitem>
105 <listitem>
106 <para>[matthew] Upgrade to Psmisc-22.9. Fixes
107 <ulink url="&lfs-ticket-root;2536">#2536</ulink>.</para>
108 </listitem>
109 <listitem>
110 <para>[matthew] Upgrade to IPRoute2-2.6.31. Fixes
111 <ulink url="&lfs-ticket-root;2535">#2535</ulink>.</para>
112 </listitem>
113 </itemizedlist>
114 </listitem>
115
116 <listitem>
117 <para>2009-12-21</para>
118 <itemizedlist>
119 <listitem>
120 <para>[matthew] Upgrade to Linux-2.6.32.2. Fixes
121 <ulink url="&lfs-ticket-root;2534">#2534</ulink>.</para>
122 </listitem>
123 <listitem>
124 <para>[matthew] Upgrade to Inetutils-1.7. Fixes
125 <ulink url="&lfs-ticket-root;2533">#2533</ulink>.</para>
126 </listitem>
127 </itemizedlist>
128 </listitem>
129
130 <listitem>
131 <para>2009-12-16</para>
132 <itemizedlist>
133 <listitem>
134 <para>[matthew] Upgrade to Linux-2.6.32.1. Fixes
135 <ulink url="&lfs-ticket-root;2532">#2532</ulink>.</para>
136 </listitem>
137 <listitem>
138 <para>[matthew] Upgrade to Automake-1.11.1. Fixes
139 <ulink url="&lfs-ticket-root;2529">#2529</ulink>.</para>
140 </listitem>
141 <listitem>
142 <para>[matthew] Upgrade to Coreutils-8.2. Fixes
143 <ulink url="&lfs-ticket-root;2524">#2524</ulink>.</para>
144 </listitem>
145 </itemizedlist>
146 </listitem>
147
148 <listitem>
149 <para>2009-12-06</para>
150 <itemizedlist>
151 <listitem>
152 <para>[matthew] Move some of inetutils' programs to an FHS-compliant
153 location. Fixes
154 <ulink url="&lfs-ticket-root;2524">#2524</ulink>.</para>
155 </listitem>
156 <listitem>
157 <para>[matthew] Upgrade to Linux-2.6.32. Fixes
158 <ulink url="&lfs-ticket-root;2526">#2526</ulink>.</para>
159 </listitem>
160 <listitem>
161 <para>[matthew] Upgrade to Udev-149. Fixes
162 <ulink url="&lfs-ticket-root;2525">#2525</ulink>.</para>
163 </listitem>
164 </itemizedlist>
165 </listitem>
166
167 <listitem>
168 <para>2009-12-02</para>
169 <itemizedlist>
170 <listitem>
171 <para>[matthew] Upgrade to Util-Linux-NG-2.16.2. Fixes
172 <ulink url="&lfs-ticket-root;2523">#2523</ulink>.</para>
173 </listitem>
174 <listitem>
175 <para>[matthew] Upgrade to MPFR-2.4.2. Fixes
176 <ulink url="&lfs-ticket-root;2522">#2522</ulink>.</para>
177 </listitem>
178 <listitem>
179 <para>[matthew] Upgrade to Autoconf-2.65. Fixes
180 <ulink url="&lfs-ticket-root;2520">#2520</ulink>.</para>
181 </listitem>
182 </itemizedlist>
183 </listitem>
184
185 <listitem>
186 <para>2009-11-29</para>
187 <itemizedlist>
188 <listitem>
189 <para>[bdubbs] Provided more information about grub
190 configuration.
191 </para>
192 </listitem>
193 </itemizedlist>
194 </listitem>
195
196 <listitem>
197 <para>2009-11-24</para>
198 <itemizedlist>
199 <listitem>
200 <para>[bdubbs] Create separate standards and rationale pages
201 and reformated. Provided more information about packages
202 needed to satisfy LSB.
203 </para>
204 </listitem>
205 </itemizedlist>
206 </listitem>
207
208 <listitem>
209 <para>2009-11-23</para>
210 <itemizedlist>
211 <listitem>
212 <para>[bdubbs] Add a page describing the Linux standards LFS
213 uses to guide its procedures. Included a sub-section on why
214 each package is in the book.
215 Fixes <ulink url="&lfs-ticket-root;1673">#1673</ulink>
216 and <ulink url="&lfs-ticket-root;2196">#2196</ulink></para>
217 </listitem>
218 </itemizedlist>
219 </listitem>
220
221 <listitem>
222 <para>2009-11-22</para>
223 <itemizedlist>
224 <listitem>
225 <para>[bdubbs] Update host requirements script to
226 print a comment that makeinfo is used to identify
227 the Texinfo package version.</para>
228 </listitem>
229 <listitem>
230 <para>[bdubbs] Added a section to each package's dependencies
231 in the Appendix to list external (non-LFS) dependencies for
232 LFS packages. Fixes
233 <ulink url="&lfs-ticket-root;1682">#1682</ulink>.</para>
234 </listitem>
235 </itemizedlist>
236 </listitem>
237
238 <listitem>
239 <para>2009-11-21</para>
240 <itemizedlist>
241 <listitem>
242 <para>[matthew] Remove unneccessary .install and ..install.cmd
243 files that were being installed by the Linux headers.</para>
244 </listitem>
245 <listitem>
246 <para>[matthew] Upgraded to Coreutils-8.1. Fixes
247 <ulink url="&lfs-ticket-root;2518">#2518</ulink>.</para>
248 </listitem>
249 <listitem>
250 <para>[matthew] Upgraded to Tcl-8.4.8. Fixes
251 <ulink url="&lfs-ticket-root;2517">#2517</ulink>.</para>
252 </listitem>
253 <listitem>
254 <para>[matthew] Upgraded to Libtool-2.2.6b. Fixes
255 <ulink url="&lfs-ticket-root;2514">#2514</ulink>.</para>
256 </listitem>
257 </itemizedlist>
258 </listitem>
259
260 <listitem>
261 <para>2009-11-16</para>
262 <itemizedlist>
263 <listitem>
264 <para>[bdubbs] Removed paragraph in LFS Target Architectures
265 that said that we can't build a 64-bit loader.</para>
266 </listitem>
267 </itemizedlist>
268 </listitem>
269
270 <listitem>
271 <para>2009-11-16</para>
272 <itemizedlist>
273 <listitem>
274 <para>[bdubbs] Clarified explanation of why we use cross
275 compilation techniques in the Toolchain Technical Notes.
276 Fixes <ulink url="&lfs-ticket-root;2412">#2412</ulink>.</para>
277 </listitem>
278 </itemizedlist>
279 </listitem>
280
281 <listitem>
282 <para>2009-11-15</para>
283 <itemizedlist>
284 <listitem>
285 <para>[matthew] Upgraded to Patch-2.6. Fixes
286 <ulink url="&lfs-ticket-root;2513">#2513</ulink>.</para>
287 </listitem>
288 <listitem>
289 <para>[matthew] Upgraded to Udev-147. Fixes
290 <ulink url="&lfs-ticket-root;2512">#2512</ulink>.</para>
291 </listitem>
292 <listitem>
293 <para>[matthew] Upgraded to Linux-2.6.31.6. Fixes
294 <ulink url="&lfs-ticket-root;2511">#2511</ulink>.</para>
295 </listitem>
296 </itemizedlist>
297 </listitem>
298
299 <listitem>
300 <para>2009-11-14</para>
301 <itemizedlist>
302 <listitem>
303 <para>[bdubbs] Removed obsolete note on the Host System
304 requirements page.</para>
305 </listitem>
306 </itemizedlist>
307 </listitem>
308
309 <listitem>
310 <para>2009-11-12</para>
311 <itemizedlist>
312 <listitem>
313 <para>[bdubbs] Added a note to 'About SBUs' to address
314 parallel make procedures and how SBU values will be
315 affected.</para>
316 </listitem>
317 <listitem>
318 <para>[bdubbs] Minor changes to GRUB-1.97.1 instructions.</para>
319 </listitem>
320 </itemizedlist>
321 </listitem>
322
323 <listitem>
324 <para>2009-11-09</para>
325 <itemizedlist>
326 <listitem>
327 <para>[bdubbs] Upgraded to GRUB-1.97.1 Fixes
328 <ulink url="&lfs-ticket-root;2510">#2510</ulink>.</para>
329 </listitem>
330 </itemizedlist>
331 </listitem>
332
333 <listitem>
334 <para>2009-11-06</para>
335 <itemizedlist>
336 <listitem>
337 <para>[matthew] Upgraded to Glibc-2.11. Fixes
338 <ulink url="&lfs-ticket-root;2509">#2509</ulink>.</para>
339 </listitem>
340 <listitem>
341 <para>[matthew] Upgraded to latest upstream patches for Bash.</para>
342 </listitem>
343 <listitem>
344 <para>[matthew] Upgraded to Linux-2.6.31.5. Fixes
345 <ulink url="&lfs-ticket-root;2508">#2508</ulink>.</para>
346 </listitem>
347 <listitem>
348 <para>[matthew] Upgraded to Module-Init-Tools-3.11.1. Fixes
349 <ulink url="&lfs-ticket-root;2507">#2507</ulink>.</para>
350 </listitem>
351 </itemizedlist>
352 </listitem>
353
354 <listitem>
355 <para>2009-10-29</para>
356 <itemizedlist>
357 <listitem>
358 <para>[bdubbs] Upgraded to GRUB-1.97. Split the
359 build/install portion from the configuration of /boot and
360 the mbr and placed the build portion in Chapter 6.
361 Expanded the discussion about the /boot mbr portion in Chapter 8.
362 Fixes <ulink url="&lfs-ticket-root;2093">#2093</ulink>.
363 This also eliminates the need for an initramfs as
364 specified in
365 <ulink url="&lfs-ticket-root;2033">#2033</ulink>.</para>
366 </listitem>
367 </itemizedlist>
368 </listitem>
369
370 <listitem>
371 <para>2009-10-20</para>
372 <itemizedlist>
373 <listitem>
374 <para>[matthew] Upgraded to Linux-2.6.31.4. Fixes
375 <ulink url="&lfs-ticket-root;2503">#2503</ulink>.</para>
376 </listitem>
377 <listitem>
378 <para>[matthew] Upgraded to GCC-4.4.2. Fixes
379 <ulink url="&lfs-ticket-root;2504">#2504</ulink>.</para>
380 </listitem>
381 <listitem>
382 <para>[matthew] Upgraded to Binutils-2.20. Fixes
383 <ulink url="&lfs-ticket-root;2505">#2505</ulink>.</para>
384 </listitem>
385 </itemizedlist>
386 </listitem>
387
388 <listitem>
389 <para>2009-10-12</para>
390 <itemizedlist>
391 <listitem>
392 <para>[matthew] Upgraded to Kbd-1.15.1. Fixes
393 <ulink url="&lfs-ticket-root;2501">#2501</ulink>.</para>
394 </listitem>
395 <listitem>
396 <para>[matthew] Upgraded to Man-Pages-3.23. Fixes
397 <ulink url="&lfs-ticket-root;2498">#2498</ulink>.</para>
398 </listitem>
399 <listitem>
400 <para>[matthew] Upgraded to Linux-2.6.31.3. Fixes
401 <ulink url="&lfs-ticket-root;2499">#2499</ulink>.</para>
402 </listitem>
403 <listitem>
404 <para>[matthew] Upgraded to Gzip-1.3.13. Fixes
405 <ulink url="&lfs-ticket-root;2500">#2500</ulink>.</para>
406 </listitem>
407 </itemizedlist>
408 </listitem>
409
410 <listitem>
411 <para>2009-09-29</para>
412 <itemizedlist>
413 <listitem>
414 <para>[matthew] Upgraded to Linux-2.6.31.1. Fixes
415 <ulink url="&lfs-ticket-root;2496">#2496</ulink>.</para>
416 </listitem>
417 <listitem>
418 <para>[matthew] Install psmisc's binaries in
419 <filename class="directory">/usr/bin</filename> instead of
420 <filename class="directory">/bin</filename> as they are only
421 called whilst <filename class="directory">/usr</filename> is mounted.
422 Fixes <ulink url="&lfs-ticket-root;2469">#2469</ulink>.</para>
423 </listitem>
424 </itemizedlist>
425 </listitem>
426
427 <listitem>
428 <para>2009-09-25</para>
429 <itemizedlist>
430 <listitem>
431 <para>[bryan] Upgrade to udev-config-20090925. Fixes <ulink
432 url="&lfs-ticket-root;2497">#2497</ulink>.</para>
433 </listitem>
434 </itemizedlist>
435 </listitem>
436
437 <listitem>
438 <para>2009-09-24</para>
439 <itemizedlist>
440 <listitem>
441 <para>[matthew] Update list of installed headers for Linux. Thanks to
442 Chris Staub for the patch. Fixes
443 <ulink url="&lfs-ticket-root;2495">#2495</ulink>.</para>
444 </listitem>
445 <listitem>
446 <para>[matthew] Update list of installed programs for various
447 packages. Thanks to Chris Staub for the patch. Fixes
448 <ulink url="&lfs-ticket-root;2494">#2494</ulink>.</para>
449 </listitem>
450 </itemizedlist>
451 </listitem>
452
453 <listitem>
454 <para>2009-09-17</para>
455 <itemizedlist>
456 <listitem>
457 <para>[matthew] Upgraded to Bash-4.0-fixes-4.patch. Fixes
458 <ulink url="&lfs-ticket-root;2484">#2484</ulink>.</para>
459 </listitem>
460 <listitem>
461 <para>[matthew] Upgraded to Linux-2.6.31. Fixes
462 <ulink url="&lfs-ticket-root;2485">#2485</ulink>.</para>
463 </listitem>
464 <listitem>
465 <para>[matthew] Upgraded to Util-Linux-NG-2.16.1. Fixes
466 <ulink url="&lfs-ticket-root;2483">#2483</ulink>.</para>
467 </listitem>
468 <listitem>
469 <para>[matthew] Upgraded to Coreutils-7.6. Fixes
470 <ulink url="&lfs-ticket-root;2487">#2487</ulink>.</para>
471 </listitem>
472 <listitem>
473 <para>[matthew] Upgraded to Man-DB-2.5.6. Fixes
474 <ulink url="&lfs-ticket-root;2481">#2481</ulink>.</para>
475 </listitem>
476 </itemizedlist>
477 </listitem>
478
479 <listitem>
480 <para>2009-09-11</para>
481 <itemizedlist>
482 <listitem>
483 <para>[bdubbs] - Deleted the reference to the outdated and
484 incomplete optimization hint.</para>
485 </listitem>
486 </itemizedlist>
487 </listitem>
488
489 <listitem>
490 <para>2009-09-10</para>
491 <itemizedlist>
492 <listitem>
493 <para>[bdubbs] - Added a section to the Preface about LFS
494 supported architectures.</para>
495 </listitem>
496 </itemizedlist>
497 </listitem>
498
499 <listitem>
500 <para>2009-09-02</para>
501 <itemizedlist>
502 <listitem>
503 <para>[bdubbs] - Removed more documentation in the Chapter 5
504 stripping section.</para>
505 </listitem>
506 </itemizedlist>
507 </listitem>
508
509 <listitem>
510 <para>2009-08-26</para>
511 <itemizedlist>
512 <listitem>
513 <para>[matthew] Upgraded to Udev-146. Fixes
514 <ulink url="&lfs-ticket-root;2473">#2473</ulink>.</para>
515 </listitem>
516 <listitem>
517 <para>[matthew] Upgraded to Perl-5.10.1. Fixes
518 <ulink url="&lfs-ticket-root;2479">#2479</ulink>.</para>
519 </listitem>
520 <listitem>
521 <para>[matthew] Upgraded to Linux-2.6.30.5. Fixes
522 <ulink url="&lfs-ticket-root;2475">#2475</ulink>.</para>
523 </listitem>
524 <listitem>
525 <para>[matthew] - Upgraded to Less-436. Fixes
526 <ulink url="&lfs-ticket-root;2471">2471</ulink>.</para>
527 </listitem>
528 <listitem>
529 <para>[matthew] - Upgraded to E2fsprogs-1.41.9. Fixes
530 <ulink url="&lfs-ticket-root;2478">2478</ulink>.</para>
531 </listitem>
532 <listitem>
533 <para>[matthew] - Upgraded to Coreutils-7.5. Fixes
534 <ulink url="&lfs-ticket-root;2477">#2477</ulink>.</para>
535 </listitem>
536 </itemizedlist>
537 </listitem>
538
539 <listitem>
540 <para>2009-08-19</para>
541 <itemizedlist>
542 <listitem>
543 <para>[bdubbs] - Reworded the notes in the General Compilation
544 Instructions and added a note to bin-utils to have users
545 actually read the General Compilation Instructions.</para>
546 </listitem>
547 </itemizedlist>
548 </listitem>
549
550
551 </itemizedlist>
552
553 <para>LFS 6.5 released August 16, 2009.</para>
554
555</sect1>
Note: See TracBrowser for help on using the repository browser.