source: chapter01/changelog.xml@ 4a1882be

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.5 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 4a1882be was 4a1882be, checked in by Matthew Burgess <matthew@…>, 16 years ago

Fix a typo

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

  • Property mode set to 100644
File size: 14.1 KB
RevLine 
[2380f02]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[e054f07]7
[35edd52]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>
[6d7b95a]37
[bb61f4f0]38-->
[6f2cc22]39
[835b56a]40 <listitem>
41 <para>2009-03-11</para>
42 <itemizedlist>
[4b9f1e4]43 <listitem>
44 <para>[matthew] - Upgraded to Glibc-2.9. Fixes
45 <ulink url="&lfs-ticket-root;2357">#2357</ulink>.</para>
46 </listitem>
[8d72f1f9]47 <listitem>
48 <para>[matthew] - Upgraded to Coreutils-7.1. Fixes
[4a1882be]49 <ulink url="&lfs-ticket-root;2354">#2354</ulink>.</para>
[8d72f1f9]50 </listitem>
[835b56a]51 <listitem>
52 <para>[matthew] - Upgraded to Bash-4.0. Fixes
53 <ulink url="&lfs-ticket-root;2351">#2351</ulink>.</para>
54 </listitem>
55 </itemizedlist>
56 </listitem>
57
[1973d7d]58 <listitem>
59 <para>2009-02-17</para>
60 <itemizedlist>
[84d27d5]61 <listitem>
62 <para>[matthew] - Upgraded to Linux-2.6.28.5. Fixes
63 <ulink url="&lfs-ticket-root;2348">#2348</ulink>.</para>
64 </listitem>
[f8966364]65 <listitem>
66 <para>[matthew] - Upgraded to Grep-2.5.4. Fixes
67 <ulink url="&lfs-ticket-root;2346">#2346</ulink>.</para>
68 </listitem>
[1d6d219]69 <listitem>
70 <para>[matthew] - Upgraded to Man-Pages-3.18. Fixes
71 <ulink url="&lfs-ticket-root;2347">#2347</ulink>.</para>
72 </listitem>
[1973d7d]73 <listitem>
74 <para>[matthew] - Upgraded to Util-Linux-NG-2.14.2. Fixes
75 <ulink url="&lfs-ticket-root;2345">#2345</ulink>.</para>
76 </listitem>
77 </itemizedlist>
78 </listitem>
79
[124cf25]80 <listitem>
81 <para>2009-02-08</para>
82 <itemizedlist>
[2fa7965]83 <listitem>
84 <para>[matthew] - Remove the &quot;enable-multibyte&quot; configure
85 switch from Groff, which is not required following the upgrade to
86 Groff-1.20.1. Thanks to Robert Connolly for the report.</para>
87 </listitem>
[0d16287]88 <listitem>
89 <para>[matthew] - Install sysklogd binaries to
90 <filename class="directory">/sbin</filename> for FHS compatibility.
91 Fixes <ulink url="&lfs-ticket-root;2317">#2317</ulink>.</para>
92 </listitem>
[e3bc7f5]93 <listitem>
94 <para>[matthew] - Replaced the link to the now non-existent udev-FAQ
95 to a more general udev information page. Fixes
96 <ulink url="&lfs-ticket-root;2306">#2306</ulink>.</para>
97 </listitem>
[d1e71b1]98 <listitem>
99 <para>[matthew] - Added a link to the wget-list file. Fixes
100 <ulink url="&lfs-ticket-root;2333">#2333</ulink>.</para>
101 </listitem>
[8fa3caf]102 <listitem>
103 <para>[matthew] - Upgraded to Module-init-Tools-3.6. Fixes
104 <ulink url="&lfs-ticket-root;2343">#2343</ulink>.</para>
105 </listitem>
[bd2f3f8]106 <listitem>
107 <para>[matthew] - Upgraded to File-5.00. Fixes
108 <ulink url="&lfs-ticket-root;2342">#2342</ulink>.</para>
109 </listitem>
[934a32d]110 <listitem>
111 <para>[matthew] - Added a patch to suppress a warning added in
112 Tar-1.21 that causes the Perl testsuite to fail.</para>
113 </listitem>
[8c32242]114 <listitem>
115 <para>[matthew] - Upgraded to MPFR-2.4.0. Fixes
116 <ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>
117 </listitem>
[db61418]118 <listitem>
119 <para>[matthew] - Install MPFR's documentation. Fixes
120 <ulink url="&lfs-ticket-root;2232">#2232</ulink>. Thanks to Randy
121 McMurchy for the report and assistance with the fix.</para>
122 </listitem>
[ab4b285]123 <listitem>
124 <para>[matthew] - Remove an unneeded --sysconfdir parameter in
125 Inetutils' instructions. Fixes
126 <ulink url="&lfs-ticket-root;2313">#2313</ulink>.</para>
127 </listitem>
[f08cfea6]128 <listitem>
129 <para>[matthew] - Upgraded to Linux-2.6.28.4. Fixes
130 <ulink url="&lfs-ticket-root;2340">#2340</ulink>.</para>
131 </listitem>
[124cf25]132 <listitem>
133 <para>[matthew] - Upgraded to Binutils-2.19.1. Fixes
134 <ulink url="&lfs-ticket-root;2339">#2339</ulink>.</para>
135 </listitem>
136 </itemizedlist>
137 </listitem>
138
[e905c20]139 <listitem>
140 <para>2009-02-01</para>
141 <itemizedlist>
[aa909a0]142 <listitem>
143 <para>[matthew] - Remove the redundant SBINDIR parameter from
144 IPRoute2's commands. Fixes the remaining part of
145 <ulink url="&lfs-ticket-root;2307">#2307</ulink>.</para>
146 </listitem>
[eae8d88]147 <listitem>
148 <para>[matthew] - Install DRM-related Linux headers, as suggested by
149 Chris Staub in <ulink url="&lfs-ticket-root;2307">#2307</ulink>.
150 </para>
151 </listitem>
[873f3aa]152 <listitem>
153 <para>[matthew] - Added preloadable_libintl.so to list of files
154 installed by Gettext. Thanks to Chris Staub for the report and patch.
155 Fixes <ulink url="&lfs-ticket-root;2312">#2312</ulink>.</para>
156 </listitem>
[5a3beea]157 <listitem>
158 <para>[matthew] - Upgraded to Udev-137. Fixes
159 <ulink url="&lfs-ticket-root;2328">#2328</ulink>.</para>
160 </listitem>
[a699768]161 <listitem>
162 <para>[matthew] - Upgraded to Tcl-8.5.6. Fixes
163 <ulink url="&lfs-ticket-root;2305">#2305</ulink>.</para>
164 </listitem>
[9e27ec1]165 <listitem>
166 <para>[matthew] - Upgraded to Tar-1.21. Fixes
167 <ulink url="&lfs-ticket-root;2309">#2309</ulink>.</para>
168 </listitem>
[5857c98b]169 <listitem>
170 <para>[matthew] - Upgraded to Patch-2.5.9. Fixes
171 <ulink url="&lfs-ticket-root;2239">#2239</ulink>.</para>
172 </listitem>
[631a5bcc]173 <listitem>
174 <para>[matthew] - Upgraded to Man-Pages-3.17. Fixes
175 <ulink url="&lfs-ticket-root;2327">#2327</ulink>.</para>
176 </listitem>
[578f206e]177 <listitem>
178 <para>[matthew] - Upgraded to Linux-2.6.28.2. Fixes
179 <ulink url="&lfs-ticket-root;2316">#2316</ulink>.</para>
180 </listitem>
[8ece31c]181 <listitem>
182 <para>[matthew] - Upgraded to IPRoute2-2.6.28. Fixes
183 <ulink url="&lfs-ticket-root;2324">#2324</ulink>.</para>
184 </listitem>
[b4f8278]185 <listitem>
186 <para>[matthew] - Upgraded to Inetutils-1.6. Fixes
187 <ulink url="&lfs-ticket-root;2308">#2308</ulink>.</para>
188 </listitem>
[109230d]189 <listitem>
[9afdb62]190 <para>[matthew] - Upgraded to Groff-1.20.1. Fixes
191 <ulink url="&lfs-ticket-root;2322">#2322</ulink>.</para>
192 </listitem>
193 <listitem>
[109230d]194 <para>[matthew] - Upgraded to GCC-4.3.3. Fixes
195 <ulink url="&lfs-ticket-root;2334">#2334</ulink>.</para>
196 </listitem>
[8f2f5e47]197 <listitem>
198 <para>[matthew] - Upgraded to E2fsprogs-1.41.4. Fixes
199 <ulink url="&lfs-ticket-root;2336">#2336</ulink>.</para>
200 </listitem>
[37e95c4]201 <listitem>
202 <para>[matthew] - Upgraded to Bison-2.4.1. Fixes
203 <ulink url="&lfs-ticket-root;2300">#2300</ulink>.</para>
204 </listitem>
[e905c20]205 <listitem>
206 <para>[matthew] - Upgraded to Bash-3.2.48. Fixes
207 <ulink url="&lfs-ticket-root;2319">#2319</ulink>.</para>
208 </listitem>
209 </itemizedlist>
210 </listitem>
211
[a55102f]212 <listitem>
213 <para>2009-01-24</para>
214 <itemizedlist>
215 <listitem>
216 <para>[matthew] - Corrected some package tarball sizes. Fixes
217 <ulink url="&lfs-ticket-root;2290">#2290</ulink>.</para>
218 </listitem>
219 </itemizedlist>
220 </listitem>
221
[4c0c012]222 <listitem>
223 <para>2009-01-03</para>
224 <itemizedlist>
225 <listitem>
226 <para>[bdubbs] - Reformatted several pages so pdf is properly
227 generated. Thanks to Martin Miehe for the changes.
228 </para>
229 </listitem>
230 </itemizedlist>
231 </listitem>
232
[4c40da5]233 <listitem>
234 <para>2008-12-29</para>
235 <itemizedlist>
236 <listitem>
237 <para>[bdubbs] - Split one udev rule so it is not wider than the
238 book's page.
239 </para>
240 </listitem>
241 </itemizedlist>
242 </listitem>
243
[eed1d64]244 <listitem>
245 <para>2008-12-24</para>
246 <itemizedlist>
247 <listitem>
248 <para>[bdubbs] - Updated the location of glibc-2.8-20080929.tar.bz2.
249 </para>
250 </listitem>
251 </itemizedlist>
252 </listitem>
253
[b39d909]254 <listitem>
255 <para>2008-12-19</para>
256 <itemizedlist>
257 <listitem>
258 <para>[robert] - Added -v to the install command for the convert-mans
259 script in the man-db page, for consistent use of verbose commands.</para>
260 </listitem>
261 </itemizedlist>
262 </listitem>
263
[c23c59f]264 <listitem>
265 <para>2008-12-18</para>
266 <itemizedlist>
267 <listitem>
268 <para>[robert] - Removed the unneeded -e option from the Sed command
269 in the chap6 Findutils page, for consistency.</para>
270 </listitem>
271 </itemizedlist>
272 </listitem>
273
[abbd5d2a]274 <listitem>
275 <para>2008-12-07</para>
276 <itemizedlist>
277 <listitem>
278 <para>[jhuntwork] - Update Greg Schafer's entry in the acknowledgments section to
279 properly reflect the work done in designing the build method.</para>
280 </listitem>
281 </itemizedlist>
282 </listitem>
283
[6f2cc22]284 <listitem>
285 <para>2008-12-06</para>
286 <itemizedlist>
[b278b824]287 <listitem>
[45a6a1e]288 <para>[matthew] - Upgraded to vim-7.2-fixes-4.patch. Fixes <ulink url="&lfs-ticket-root;2296">#2296</ulink>.
[b278b824]289 </para>
290 </listitem>
[6037393]291 <listitem>
[45a6a1e]292 <para>[matthew] - Upgraded to Udev-135. Fixes <ulink url="&lfs-ticket-root;2284">#2284</ulink>.</para>
[6037393]293 </listitem>
[8b93a2e]294 <listitem>
[45a6a1e]295 <para>[matthew] - Upgraded to Shadow-4.1.2.2. Fixes <ulink url="&lfs-ticket-root;2287">#2287</ulink>.</para>
[8b93a2e]296 </listitem>
[1fa8f62]297 <listitem>
[45a6a1e]298 <para>[matthew] - Upgraded to readline-5.2-fixes-6.patch. Fixes
299 <ulink url="&lfs-ticket-root;2295">#2295</ulink>.</para>
[1fa8f62]300 </listitem>
[d0e13a8]301 <listitem>
[45a6a1e]302 <para>[matthew] - Upgraded to Ncurses-5.7. Fixes <ulink url="&lfs-ticket-root;2276">#2276</ulink>.</para>
[d0e13a8]303 </listitem>
[ece782f]304 <listitem>
[45a6a1e]305 <para>[matthew] - Upgraded to Module-Init-Tools-3.5. Fixes <ulink url="&lfs-ticket-root;2245">#2245</ulink>.
[93ae5d3]306 </para>
307 </listitem>
308 <listitem>
[45a6a1e]309 <para>[matthew] - Upgraded to Man-Pages-3.15. Fixes <ulink url="&lfs-ticket-root;2269">#2269</ulink>.</para>
[ece782f]310 </listitem>
[bc4e553]311 <listitem>
[45a6a1e]312 <para>[matthew] - Upgraded to Man-DB-2.5.3. Fixes <ulink url="&lfs-ticket-root;2283">#2283</ulink>.</para>
[bc4e553]313 </listitem>
[9e433d4]314 <listitem>
[45a6a1e]315 <para>[matthew] - Upgraded to Linux-2.6.27.8. Fixes <ulink url="&lfs-ticket-root;2282">#2282</ulink>.</para>
[9e433d4]316 </listitem>
[298c7c6]317 <listitem>
[45a6a1e]318 <para>[matthew] - Upgraded to Kbd-1.15. Fixes <ulink url="&lfs-ticket-root;2291">#2291</ulink>.</para>
[298c7c6]319 </listitem>
[bc9e262]320 <listitem>
[45a6a1e]321 <para>[matthew] - Upgraded to Bison-2.4. Fixes <ulink url="&lfs-ticket-root;2281">#2281</ulink>.</para>
[bc9e262]322 </listitem>
[3fa7ca4]323 <listitem>
[45a6a1e]324 <para>[matthew] - Upgraded to Binutils-2.19. Fixes <ulink url="&lfs-ticket-root;2268">#2268</ulink>.</para>
[3fa7ca4]325 </listitem>
[e623c90]326 <listitem>
[45a6a1e]327 <para>[matthew] - Upgraded to bash-3.2-fixes-9.patch. Fixes <ulink url="&lfs-ticket-root;2294">#2294</ulink>.
[e623c90]328 </para>
329 </listitem>
[6f2cc22]330 <listitem>
[45a6a1e]331 <para>[matthew] - Upgraded to Automake-1.10.2. Fixes <ulink url="&lfs-ticket-root;2286">#2286</ulink>.</para>
[6f2cc22]332 </listitem>
333 </itemizedlist>
334 </listitem>
335
[4e82d47]336 <listitem>
337 <para>2008-12-04</para>
338 <itemizedlist>
339 <listitem>
340 <para>[jhuntwork] - Introduce new build method in Chapter 5 originating
341 in DIY-Linux. Thanks, Greg Schafer.</para>
342 </listitem>
343 <listitem>
344 <para>[jhuntwork] - Move instructions for GRUB to chapter 8 just after the
345 compilation of the kernel. Merge GRUB build and configuration instructions
346 into one page.</para>
347 </listitem>
348 </itemizedlist>
349 </listitem>
350
[6e88633]351 <listitem>
352 <para>2008-12-03</para>
353 <itemizedlist>
354 <listitem>
355 <para>[jhuntwork] - Initial addition of support for building on x86_64.
356 Several ideas, principles and build instructions originated in DIY-Linux.
357 Thanks, Greg Schafer.</para>
358 </listitem>
359 </itemizedlist>
360 </listitem>
361
[b943097]362 <listitem>
363 <para>2008-12-02</para>
364 <itemizedlist>
365 <listitem>
366 <para>[jhuntwork] - Moved grep up in the build order of chapter 6
367 to be before libtool which hardcodes references to grep in its installed
368 files. Was previously circumvented by a symlink, but this approach sticks
369 more closely to our build order policy. Thanks to Greg Schafer for the reminder.</para>
370 </listitem>
371 </itemizedlist>
372 </listitem>
373
[2a6c7b3]374 <listitem>
375 <para>2008-12-01</para>
376 <itemizedlist>
377 <listitem>
378 <para>[jhuntwork] - Adjusted the line break in the adjusting toolchain
379 section so that the output redirection does not look like a secondary
380 bash prompt. Thanks to Chris Staub for the idea.</para>
381 </listitem>
382 </itemizedlist>
383 </listitem>
384
[e4eb4cce]385 <listitem>
[76a1a3a]386 <para>2008-11-23</para>
[e4eb4cce]387 <itemizedlist>
388 <listitem>
389 <para>[ken] - Added note to gmp about CFLAGS on 64-bit-capable
390 machines. Reported by Tobias Gasser, thanks to Greg Schafer for
391 the analysis.</para>
392 </listitem>
393 </itemizedlist>
394 </listitem>
395
[470441c6]396
[35edd52]397 </itemizedlist>
398
[a939b381]399 <para>LFS 6.4 released November 23, 2008.</para>
[81fd230]400
[6370fa6]401</sect1>
Note: See TracBrowser for help on using the repository browser.