source: chapter01/changelog.xml@ 935435b

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 935435b was 52da399, checked in by Matthew Burgess <matthew@…>, 14 years ago

Upgrade to Man-Pages-3.25. Fixes #2695.

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

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