blob: dd028bd3e664632a466ba00c7500b84d24c0eb26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
<sect1 id="ch-scatter-changelog">
<?dbhtml filename="changelog.html"?>
<title>Changelog</title>
<para>This is version &version; of the Linux From Scratch book, dated
&releasedate;. If this book is more than six months old, a newer and better
version is probably already available. To find out, please check one of the
mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
<para>Below is a list of changes made since the previous release of the
book.</para>
<itemizedlist>
<title>Changelog Entries:</title>
<!-- Changelog template
<listitem>
<para>Date</para>
<itemizedlist>
<listitem>
<para>[name] - New changelog entry.</para>
</listitem>
<listitem>
<para>[name] - Previous changelog entry.</para>
</listitem>
</itemizedlist>
</listitem>
-->
<listitem>
<para>2012-01-28</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Linux-3.2.2. Fixes
<ulink url="&lfs-ticket-root;3005">#3005</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Udev-179. Fixes
<ulink url="&lfs-ticket-root;3004">#3004</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-01-22</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update network bootscripts to support bridge
devices in BLFS.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Linux-3.2.1. Fixes
<ulink url="&lfs-ticket-root;2999">#2999</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Udev-178, including adding its new
depdendency, Kmod-4. Fixes
<ulink url="&lfs-ticket-root;2998">#2998</ulink> and
<ulink url="&lfs-ticket-root;3001">#3001</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-01-16</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Change bootscripts to use devtmpfs for /dev.
Move mounting of /dev to mountvirtfs and ensure /dev gets
placed in /etc/mtab. Change fstab and kernel configuration
sections to reflect these changes.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-01-11</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add clarification to the GRUB configuration about
using a separate boot partition. </para>
</listitem>
<listitem>
<para>[matthew] - Remove Libnl, as it's not actually required by
IPRoute2 after all. Thanks to Markku Pesonen for the pointer to the
upstream fix.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-01-08</para>
<itemizedlist>
<listitem>
<para>[matthew] - Prevent Libnl from installing static libraries.
Thanks to Ken Moffat for the report.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Coreutils-8.15. Fixes
<ulink url="&lfs-ticket-root;2996">#2996</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to IPRoute2-3.2.0, and add its new
dependency, libnl-2.0. Fixes
<ulink url="&lfs-ticket-root;2995">#2995</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Linux-3.2. Fixes
<ulink url="&lfs-ticket-root;2993">#2993</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Inetutils-1.9.1. Fixes
<ulink url="&lfs-ticket-root;2992">#2992</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Fix typo in Linux tarball name. Fixes
<ulink url="&lfs-ticket-root;2991">#2991</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to File-5.10. Fixes
<ulink url="&lfs-ticket-root;2989">#2989</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-01-06</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Change to simpler command for version-check.sh's
Glibc version detection on all platforms.
Thanks to Pierre Labastie for the report and fix.</para>
</listitem>
<listitem>
<para>[bdubbs] - Change to php script for 'get counted'.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-12-28</para>
<itemizedlist>
<listitem>
<para>[matthew] - Fix version-check.sh's Glibc version detection
on 64-bit Debian hosts.
Thanks to Pierre Labastie for the report and fix.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-12-22</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Automake-1.11.2. Fixes
<ulink url="&lfs-ticket-root;2986">#2986</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Linux-3.1.6. Fixes
<ulink url="&lfs-ticket-root;2985">#2985</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Correct permissions on /run/shm. Fixes
<ulink url="&lfs-ticket-root;2984">#2984</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Add upstream patches for MPFR. Fixes
<ulink url="&lfs-ticket-root;2983">#2983</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-12-10</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Linux-3.1.5. Fixes
<ulink url="&lfs-ticket-root;2981">#2981</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-12-05</para>
<itemizedlist>
<listitem>
<para>[matthew] - Improve the accuracy of the list of installed files
for a number of packages. Thanks to Chris Staub for the patch. Fixes
<ulink url="&lfs-ticket-root;2979">#2979</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Prevent some arpd artefacts from being installed by
IPRoute2. Fixes
<ulink url="&lfs-ticket-root;2977">#2977</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Correct location of Coreutils' libstdbuf. Fixes
<ulink url="&lfs-ticket-root;2976">#2976</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Move Psmisc to before E2fsprogs because the
E2fsprogs testsuite uses killall. Fixes
<ulink url="&lfs-ticket-root;2975">#2975</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-12-01</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to E2fsprogs-1.42. Fixes
<ulink url="&lfs-ticket-root;2973">#2973</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Linux-3.1.4. Fixes
<ulink url="&lfs-ticket-root;2970">#2970</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to IPRoute2-3.1.0. Fixes
<ulink url="&lfs-ticket-root;2969">#2969</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Add latest upstream patches for Bash. Fixes
<ulink url="&lfs-ticket-root;2968">#2968</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-28</para>
<itemizedlist>
<listitem>
<para>[dj] - Update to lfs-bootscripts-20111128.</para>
</listitem>
<listitem>
<para>[ken] - Fix daylight saving time bug in coreutils testsuite.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-26</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Clean up console script.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-25</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Binutils-2.22. Fixes
<ulink url="&lfs-ticket-root;2967">#2967</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Install Glibc's NIS and RPC headers again. The
headers have not been installed by default since Glibc-2.14, but that
causes various BLFS packages to break. Fixes
<ulink url="&lfs-ticket-root;2965">#2965</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Grep-2.10. Fixes
<ulink url="&lfs-ticket-root;2964">#2964</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Add a patch to fix a security vulnerability in Perl.
Fixes <ulink url="&lfs-ticket-root;2963">#2963</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to GDBM-1.10. Fixes
<ulink url="&lfs-ticket-root;2962">#2962</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Install Coreutils'
<filename class="libraryfile">libstdbuf.so</filename> to
<filename class="directory">/usr/lib/coreutils</filename> to
maintain consistency with other packages' shared library locations.
Fixes <ulink url="&lfs-ticket-root;2961">#2961</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Linux-3.1.2. Fixes
<ulink url="&lfs-ticket-root;2960">#2960</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Tcl-8.5.11. Fixes
<ulink url="&lfs-ticket-root;2959">#2959</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-16</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Make /var/log/btmp have 660 permissions.
Suggestion from Michael Blanchard.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-14</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updates to boot scripts:
general cleanup;
move consolelog function to rc;
clean up boot logging functions;
fix interactive prompt between run level S and target run level.
Thanks to DJ Lucas.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-10-29</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Text correction in bootscripts description.</para>
</listitem>
<listitem>
<para>[bdubbs] - Remove erroneous sourcing line in bootscript
functions used for backward BLFS compatibility.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-10-29</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to GCC-4.6.2. Fixes
<ulink url="&lfs-ticket-root;2951">#2951</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Util-Linux-2.20.1. Fixes
<ulink url="&lfs-ticket-root;2947">#2947</ulink>.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to Libtool-2.4.2. Fixes
<ulink url="&lfs-ticket-root;2946">#2946</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - LFS-7.0 released.
</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</sect1>
|