source: chapter01/changelog.xml@ 0d16287

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 0d16287 was 0d16287, checked in by Matthew Burgess <matthew@…>, 16 years ago

Install sysklogd's binaries to /sbin for FHS compatibility. Fixes #2317.

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

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