source: chapter01/changelog.xml@ c5528f7

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.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 c5528f7 was c5528f7, checked in by Bryan Kadzban <bryan@…>, 13 years ago

Fix the sed in the CD-ROM symlink section to handle newer Udev rules files

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

  • Property mode set to 100644
File size: 14.5 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>2011-02-18</para>
41 <itemizedlist>
42 <listitem>
43 <para>[bdubbs] Fix several urls in Chapter 3. Thanks to
44 splotz90 for the patch.</para>
45 </listitem>
46 <listitem>
47 <para>[bryan] Fix the sed in the CD-ROM symlinks section,
48 to sync with upstream changes to the file being modified.</para>
49 </listitem>
50 </itemizedlist>
51 </listitem>
52
53 <listitem>
54 <para>2011-02-16</para>
55 <itemizedlist>
56 <listitem>
57 <para>[matthew] Upgrade to Shadow-4.1.4.3. Fixes
58 <ulink url="&lfs-ticket-root;2832">#2832</ulink>.</para>
59 </listitem>
60 <listitem>
61 <para>[matthew] Upgrade to Readline-6.2. Fixes
62 <ulink url="&lfs-ticket-root;2831">#2831</ulink>.</para>
63 </listitem>
64 <listitem>
65 <para>[matthew] Upgrade to Bash-4.2. Fixes
66 <ulink url="&lfs-ticket-root;2830">#2830</ulink>.</para>
67 </listitem>
68 <listitem>
69 <para>[matthew] Upgrade to Udev-166. Fixes
70 <ulink url="&lfs-ticket-root;2829">#2829</ulink>.</para>
71 </listitem>
72 </itemizedlist>
73 </listitem>
74
75 <listitem>
76 <para>2011-02-10</para>
77 <itemizedlist>
78 <listitem>
79 <para>[bdubbs] Upgrade to coreutils-8.10.
80 Fixes
81 <ulink url="&lfs-ticket-root;2828">#2828</ulink>.</para>
82 </listitem>
83 <listitem>
84 <para>[bdubbs] Upgrade to Util-linux-2.19.
85 Changed name from util-linux-ng. Fixes
86 <ulink url="&lfs-ticket-root;2805">#2805</ulink>.</para>
87 </listitem>
88 </itemizedlist>
89 </listitem>
90
91 <listitem>
92 <para>2011-02-04</para>
93 <itemizedlist>
94 <listitem>
95 <para>[matthew] Upgrade to Glibc-2.13. Fixes
96 <ulink url="&lfs-ticket-root;2827">#2827</ulink>.</para>
97 </listitem>
98 <listitem>
99 <para>[matthew] Upgrade to XZ-5.0.1. Fixes
100 <ulink url="&lfs-ticket-root;2826">#2826</ulink>.</para>
101 </listitem>
102 <listitem>
103 <para>[matthew] Upgrade to Perl-5.12.3. Fixes
104 <ulink url="&lfs-ticket-root;2824">#2824</ulink>.</para>
105 </listitem>
106 </itemizedlist>
107 </listitem>
108
109 <listitem>
110 <para>2011-01-27</para>
111 <itemizedlist>
112 <listitem>
113 <para>[bdubbs] Add a sed that modifies incorrect defines in
114 glibc. Thanks to Bryan Kadzban for identifying the proper fix.
115 Fixes
116 <ulink url="&lfs-ticket-root;2820">#2820</ulink>.</para>
117 </listitem>
118 </itemizedlist>
119 </listitem>
120
121 <listitem>
122 <para>2011-01-25</para>
123 <itemizedlist>
124 <listitem>
125 <para>[bdubbs] Add a note about optionally building
126 popt before pkg-config. Fixes
127 <ulink url="&lfs-ticket-root;2781">#2781</ulink>.</para>
128 </listitem>
129 </itemizedlist>
130 </listitem>
131
132 <listitem>
133 <para>2011-01-24</para>
134 <itemizedlist>
135 <listitem>
136 <para>[bdubbs] Move chroot man page to man8. Fixes
137 <ulink url="&lfs-ticket-root;2782">#2782</ulink>.</para>
138 </listitem>
139 </itemizedlist>
140 </listitem>
141
142 <listitem>
143 <para>2011-01-23</para>
144 <itemizedlist>
145 <listitem>
146 <para>[matthew] Ignore failing tests in Man-DB as they're only due to
147 a change in Groff-1.21's warning output. Fixes
148 <ulink url="&lfs-ticket-root;2823">#2823</ulink>.</para>
149 </listitem>
150 <listitem>
151 <para>[matthew] Change password hashing from MD5 to SHA-512. Fixes
152 <ulink url="&lfs-ticket-root;2814">#2814</ulink>.</para>
153 </listitem>
154 <listitem>
155 <para>[matthew] Upgrade to File-5.05. Fixes
156 <ulink url="&lfs-ticket-root;2821">#2821</ulink>.</para>
157 </listitem>
158 <listitem>
159 <para>[matthew] Upgrade to IPRoute2-2.6.37. Fixes
160 <ulink url="&lfs-ticket-root;2817">#2817</ulink>.</para>
161 </listitem>
162 <listitem>
163 <para>[matthew] Upgrade to Coreutils-8.9. Fixes
164 <ulink url="&lfs-ticket-root;2815">#2815</ulink>.</para>
165 </listitem>
166 </itemizedlist>
167 </listitem>
168
169 <listitem>
170 <para>2011-01-10</para>
171 <itemizedlist>
172 <listitem>
173 <para>[ken] Updated to Linux-2.6.37. Fixes
174 <ulink url="&lfs-ticket-root;2816">#2816</ulink>.
175 </para>
176 </listitem>
177 <listitem>
178 <para>[ken] Updated to Groff-1.21. Fixes
179 <ulink url="&lfs-ticket-root;2813">#2813</ulink>.
180 </para>
181 </listitem>
182 </itemizedlist>
183 </listitem>
184
185 <listitem>
186 <para>2011-01-04</para>
187 <itemizedlist>
188 <listitem>
189 <para>[bdubbs] Move XZ-Utils to before Man-DB.
190 Tweak install instructions.
191 </para>
192 </listitem>
193 </itemizedlist>
194 </listitem>
195
196 <listitem>
197 <para>2011-01-02</para>
198 <itemizedlist>
199 <listitem>
200 <para>[bdubbs] Added XZ-Utils as a new compression
201 utility package for independent use or with tar. Fixes
202 <ulink url="&lfs-ticket-root;2619">#2619</ulink>.
203 </para>
204 </listitem>
205 </itemizedlist>
206 </listitem>
207
208 <listitem>
209 <para>2010-12-29</para>
210 <itemizedlist>
211 <listitem>
212 <para>[ken] Allow shadow to install its korean and chinese
213 man-pages, since man-db can now format them. Thanks to
214 William Immendorf for the report.</para>
215 </listitem>
216 </itemizedlist>
217 </listitem>
218
219 <listitem>
220 <para>2010-12-28</para>
221 <itemizedlist>
222 <listitem>
223 <para>[matthew] Upgrade to E2fsprogs-1.41.14. Fixes
224 <ulink url="&lfs-ticket-root;2812">#2812</ulink>.</para>
225 </listitem>
226 <listitem>
227 <para>[matthew] Upgrade to Coreutils-8.8. Fixes
228 <ulink url="&lfs-ticket-root;2811">#2811</ulink>.</para>
229 </listitem>
230 </itemizedlist>
231 </listitem>
232
233 <listitem>
234 <para>2010-12-19</para>
235 <itemizedlist>
236 <listitem>
237 <para>[matthew] Upgrade to Udev-165. Fixes
238 <ulink url="&lfs-ticket-root;2810">#2810</ulink>.</para>
239 </listitem>
240 <listitem>
241 <para>[matthew] Upgrade to GCC-4.5.2. Fixes
242 <ulink url="&lfs-ticket-root;2809">#2809</ulink>.</para>
243 </listitem>
244 <listitem>
245 <para>[matthew] Upgrade to E2fsprogs-1.41.13. Fixes
246 <ulink url="&lfs-ticket-root;2807">#2807</ulink>.</para>
247 </listitem>
248 </itemizedlist>
249 </listitem>
250
251 <listitem>
252 <para>2010-12-14</para>
253 <itemizedlist>
254 <listitem>
255 <para>[matthew] Upgrade to Glibc-2.12.2. Fixes
256 <ulink url="&lfs-ticket-root;2804">#2804</ulink>.</para>
257 </listitem>
258 </itemizedlist>
259 </listitem>
260
261 <listitem>
262 <para>2010-12-13</para>
263 <itemizedlist>
264 <listitem>
265 <para>[matthew] Upgrade to Binutils-2.21. Fixes
266 <ulink url="&lfs-ticket-root;2803">#2803</ulink>.</para>
267 </listitem>
268 <listitem>
269 <para>[matthew] Upgrade to Man-Pages-3.32. Fixes
270 <ulink url="&lfs-ticket-root;2802">#2802</ulink>.</para>
271 </listitem>
272 <listitem>
273 <para>[matthew] Upgrade to Linux-2.6.36.2. Fixes
274 <ulink url="&lfs-ticket-root;2799">#2799</ulink>.</para>
275 </listitem>
276 <listitem>
277 <para>[matthew] Upgrade to Man-DB-2.5.9. Fixes
278 <ulink url="&lfs-ticket-root;2797">#2797</ulink>.</para>
279 </listitem>
280 </itemizedlist>
281 </listitem>
282
283 <listitem>
284 <para>2010-11-18</para>
285 <itemizedlist>
286 <listitem>
287 <para>[matthew] Upgrade to Man-Pages-3.31. Fixes
288 <ulink url="&lfs-ticket-root;2794">#2794</ulink>.</para>
289 </listitem>
290 <listitem>
291 <para>[matthew] Upgrade to Expect-5.45. Fixes
292 <ulink url="&lfs-ticket-root;2791">#2791</ulink>.</para>
293 </listitem>
294 </itemizedlist>
295 </listitem>
296
297 <listitem>
298 <para>2010-11-10</para>
299 <itemizedlist>
300 <listitem>
301 <para>[matthew] Add security fixes for Glibc. Fixes
302 <ulink url="&lfs-ticket-root;2790">#2790</ulink>.</para>
303 </listitem>
304 <listitem>
305 <para>[matthew] Upgrade to Man-Pages-3.30. Fixes
306 <ulink url="&lfs-ticket-root;2788">#2788</ulink>.</para>
307 </listitem>
308 <listitem>
309 <para>[matthew] Mention Inetutils' testsuite, and also install its
310 HTML documentation. Fixes
311 <ulink url="&lfs-ticket-root;2784">#2784</ulink> and
312 <ulink url="&lfs-ticket-root;2785">#2785</ulink></para>
313 </listitem>
314 <listitem>
315 <para>[matthew] Upgrade to Tar-1.25, and also install its HTML
316 documentation. Fixes
317 <ulink url="&lfs-ticket-root;2777">#2777</ulink> and
318 <ulink url="&lfs-ticket-root;2786">#2786</ulink>.</para>
319 </listitem>
320 </itemizedlist>
321 </listitem>
322
323 <listitem>
324 <para>2010-10-27</para>
325 <itemizedlist>
326 <listitem>
327 <para>[bdubbs] Add an example on how to use wget-list. Fixes
328 <ulink url="&lfs-ticket-root;2778">#2778</ulink>.</para>
329 </listitem>
330 </itemizedlist>
331 </listitem>
332
333 <listitem>
334 <para>2010-10-26</para>
335 <itemizedlist>
336 <listitem>
337 <para>[bdubbs] Clarify text in Chapter 5 GCC Pass 1
338 concerning supporting packages.</para>
339 </listitem>
340 </itemizedlist>
341 </listitem>
342
343 <listitem>
344 <para>2010-10-24</para>
345 <itemizedlist>
346 <listitem>
347 <para>[matthew] Upgrade to Udev-164. Fixes
348 <ulink url="&lfs-ticket-root;2775">#2775</ulink>.</para>
349 </listitem>
350 <listitem>
351 <para>[matthew] Upgrade to Man-Pages-3.29. Fixes
352 <ulink url="&lfs-ticket-root;2774">#2774</ulink>.</para>
353 </listitem>
354 <listitem>
355 <para>[matthew] Upgrade to Linux-2.6.36. Fixes
356 <ulink url="&lfs-ticket-root;2773">#2773</ulink>.</para>
357 </listitem>
358 <listitem>
359 <para>[matthew] Upgrade to Coreutils-8.6. Fixes
360 <ulink url="&lfs-ticket-root;2771">#2771</ulink>.</para>
361 </listitem>
362 </itemizedlist>
363 </listitem>
364
365 <listitem>
366 <para>2010-10-18</para>
367 <itemizedlist>
368 <listitem>
369 <para>[matthew] Upgrade to Bash 4.1 patch level 9. Fixes
370 <ulink url="&lfs-ticket-root;2770">#2770</ulink>.</para>
371 </listitem>
372 <listitem>
373 <para>[matthew] Upgrade to Udev-163. Fixes
374 <ulink url="&lfs-ticket-root;2769">#2769</ulink>.</para>
375 </listitem>
376 <listitem>
377 <para>[matthew] Upgrade to Man-Pages-3.28. Fixes
378 <ulink url="&lfs-ticket-root;2765">#2765</ulink>.</para>
379 </listitem>
380 <listitem>
381 <para>[matthew] Upgrade to Linux-2.6.35.7. Fixes
382 <ulink url="&lfs-ticket-root;2764">#2764</ulink>.</para>
383 </listitem>
384 <listitem>
385 <para>[matthew] Upgrade to Autoconf-2.68. Fixes
386 <ulink url="&lfs-ticket-root;2763">#2763</ulink>.</para>
387 </listitem>
388 <listitem>
389 <para>[matthew] Upgrade to Libtool-2.4. Fixes
390 <ulink url="&lfs-ticket-root;2762">#2762</ulink>.</para>
391 </listitem>
392 </itemizedlist>
393 </listitem>
394
395 <listitem>
396 <para>2010-09-22</para>
397 <itemizedlist>
398 <listitem>
399 <para>[matthew] Following r9370, fix the Autoconf underquoting bug in
400 Autoconf itself, rather than just the one affected LFS package,
401 Pkg-config.</para>
402 </listitem>
403 <listitem>
404 <para>[matthew] Upgrade to Linux-2.6.35.5. Fixes
405 <ulink url="&lfs-ticket-root;2761">#2761</ulink>.</para>
406 </listitem>
407 <listitem>
408 <para>[matthew] Upgrade to Grep-2.7. Fixes
409 <ulink url="&lfs-ticket-root;2760">#2760</ulink>.</para>
410 </listitem>
411 <listitem>
412 <para>[matthew] Upgrade to Bzip2-1.0.6. Fixes
413 <ulink url="&lfs-ticket-root;2759">#2759</ulink>.</para>
414 </listitem>
415 <listitem>
416 <para>[matthew] Add patch to fix &quot;Unknown HZ value&quot; error
417 in some procps tools. Thanks to DJ Lucas for the report and
418 patch. Fixes
419 <ulink url="&lfs-ticket-root;2758">#2758</ulink>.</para>
420 </listitem>
421 <listitem>
422 <para>[matthew] Upgrade to Tcl-8.5.9. Fixes
423 <ulink url="&lfs-ticket-root;2753">#2753</ulink>.</para>
424 </listitem>
425 <listitem>
426 <para>[matthew] Upgrade to Perl-5.12.2. Fixes
427 <ulink url="&lfs-ticket-root;2752">#2752</ulink>.</para>
428 </listitem>
429 <listitem>
430 <para>[matthew] Upgrade to Psmisc-22.13. Fixes
431 <ulink url="&lfs-ticket-root;2751">#2751</ulink>.</para>
432 </listitem>
433 <listitem>
434 <para>[matthew] Upgrade to Man-Pages-3.27. Fixes
435 <ulink url="&lfs-ticket-root;2750">#2750</ulink>.</para>
436 </listitem>
437 <listitem>
438 <para>[matthew] Upgrade to Udev-162. Fixes
439 <ulink url="&lfs-ticket-root;2747">#2747</ulink>.</para>
440 </listitem>
441 <listitem>
442 <para>[matthew] Upgrade to M4-1.4.15. Fixes
443 <ulink url="&lfs-ticket-root;2744">#2744</ulink>.</para>
444 </listitem>
445 </itemizedlist>
446 </listitem>
447
448 <listitem>
449 <para>2010-09-18</para>
450 <itemizedlist>
451 <listitem>
452 <para>[bdubbs] - LFS-6.7 released.
453 </para>
454 </listitem>
455 </itemizedlist>
456 </listitem>
457
458 </itemizedlist>
459</sect1>
Note: See TracBrowser for help on using the repository browser.