source: clfs-sysroot/BOOK/introduction/common/changelog.xml@ c19433e

Last change on this file since c19433e was c19433e, checked in by Joe Ciccone <jciccone@…>, 19 years ago

Updated bash to 3.2.

  • Property mode set to 100644
File size: 14.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog" xreflabel="Master Changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Master Changelog</title>
12
13 <para>This is version &version; of the Cross-Compiled 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="&clfs-wiki;"/>.</para>
17
18 <para>Below is a list of detailed changes made since the previous release of
19 the 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>October 14, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[jciccone] - Updated Bash to 3.2.</para>
44 </listitem>
45 <listitem>
46 <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes.
47 The new patch fixes the same issues, and removes the use of
48 syscalls. Syscalls were removed from unistd.h during sanitation.
49 </para>
50 </listitem>
51 <listitem>
52 <para>[jciccone] - Updated Texinfo to 4.8a.</para>
53 </listitem>
54 <listitem>
55 <para>[jciccone] - Added a patch to Util-Linux to fix build issues
56 due to changes in the kernel.</para>
57 </listitem>
58 <listitem>
59 <para>[jciccone] - Updated M4 to 1.4.7</para>
60 </listitem>
61 <listitem>
62 <para>[jciccone] - Updated to Linux 2.6.18 and
63 Linux-Headers-2.6.18-09302006.</para>
64 </listitem>
65 <listitem>
66 <para>[jciccone] - Updated Bootscripts to 1.1-pre1. Adding in the
67 boot logging feature.</para>
68 </listitem>
69 <listitem>
70 <para>[jciccone] - Removed TeX installation commands from Texinfo
71 instructions.</para>
72 </listitem>
73 </itemizedlist>
74 </listitem>
75
76 <listitem>
77 <para>October 5, 2006</para>
78 <itemizedlist>
79 <listitem>
80 <para>[manuel] - Changed book license to the Open Publication
81 License v1.0.</para>
82 </listitem>
83 </itemizedlist>
84 </listitem>
85
86 <listitem>
87 <para>August 31, 2006</para>
88 <itemizedlist>
89 <listitem>
90 <para>[jciccone] - Added a Host System Requirements page.</para>
91 </listitem>
92 <listitem>
93 <para>[jciccone] - Updated to Vim Patch -12, which contains upstream
94 fixes. This patch will be upgraded weekly, no further changelog
95 entries needed.</para>
96 </listitem>
97 <listitem>
98 <para>[jciccone] - Add patch to fix gzexe. Used Matts change from LFS,
99 that utilizes Robert's fix. More details at
100 http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
101 </listitem>
102 <listitem>
103 <para>[jciccone] - Added a patch to fix Inetutils. Telnet on 64 bit
104 systems will fail, it will attempt to connect to 255.255.255.255
105 instead of the ip address entered. This was due to a change in glibc's
106 handling of inet_addr, was long now is u_int32_t. Bug found by
107 Vladimir Vainer.</para>
108 </listitem>
109 <listitem>
110 <para>[jciccone] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
111 </listitem>
112 <listitem>
113 <para>[jciccone] - Replaced the Perl -fPIC patch with a sed.</para>
114 </listitem>
115 <listitem>
116 <para>[jciccone] - Removed the keymap settings from the kernel
117 pages.</para>
118 </listitem>
119 <listitem>
120 <para>[jciccone] - Added Shadow patch to fix useradd.</para>
121 </listitem>
122 </itemizedlist>
123 </listitem>
124
125 <listitem>
126 <para>August 30, 2006</para>
127 <itemizedlist>
128 <listitem>
129 <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
130 </listitem>
131 <listitem>
132 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
133 fixes.</para>
134 </listitem>
135 <listitem>
136 <para>[jciccone] - Updated to Udev 098 and udev-cross-lfs to
137 1.1-08272006 rules.</para>
138 </listitem>
139 <listitem>
140 <para>[jciccone] - Updated to Findutils 4.2.28.</para>
141 </listitem>
142 <listitem>
143 <para>[jciccone] - Updated to M4 1.4.6.</para>
144 </listitem>
145 <listitem>
146 <para>[jciccone] - Updated to Autoconf 2.60.</para>
147 </listitem>
148 <listitem>
149 <para>[jciccone] - Updated to Man-Pages 2.39.</para>
150 </listitem>
151 <listitem>
152 <para>[jciccone] - Updated to Procps 3.2.7.</para>
153 </listitem>
154 <listitem>
155 <para>[jciccone] - Updated to Coreutils 0.97.</para>
156 </listitem>
157 <listitem>
158 <para>[jciccone] - Updated to Shadow 4.0.18.1.</para>
159 </listitem>
160 <listitem>
161 <para>[jciccone] - Updated to Gettext 0.15.</para>
162 </listitem>
163 <listitem>
164 <para>[jciccone] - Updated to Cross-LFS Bootscripts 0.4.</para>
165 </listitem>
166 <listitem>
167 <para>[jciccone] - Updated to Linux-2.6.17.11 and Linux-Headers to
168 2.6.17.11-08232006.</para>
169 </listitem>
170 <listitem>
171 <para>[jciccone] - Added the Perl fPIC patch which makes perl build
172 a shared DynaLoader.a.</para>
173 </listitem>
174 <listitem>
175 <para>[jciccone] - Removed mention of package users hint from
176 "Package Management" page.</para>
177 </listitem>
178 </itemizedlist>
179 </listitem>
180
181 <listitem>
182 <para>August 8, 2006</para>
183 <itemizedlist>
184 <listitem>
185 <para>[jciccone] - Moved man-pages to the beginning of the build.
186 (fixes ticket #82).</para>
187 </listitem>
188 </itemizedlist>
189 </listitem>
190
191 <listitem>
192 <para>August 7, 2006</para>
193 <itemizedlist>
194 <listitem>
195 <para>[jciccone] - Fixed a problem where when bash is cross-compiled
196 it cannot test for the presence of named pipes.</para>
197 </listitem>
198 <listitem>
199 <para>[jciccone] - Fixed symlink issue in bootscripts. New package
200 CLFS-bootscropts 0.3.</para>
201 </listitem>
202 </itemizedlist>
203 </listitem>
204
205 <listitem>
206 <para>July 22, 2006</para>
207 <itemizedlist>
208 <listitem>
209 <para>[jciccone] - Updated the perl cross-compile patch to -2 to
210 support x86.</para>
211 </listitem>
212 <listitem>
213 <para>[jciccone] - Added x86 to the book.</para>
214 </listitem>
215 </itemizedlist>
216 </listitem>
217
218 <listitem>
219 <para>July 21, 2006</para>
220 <itemizedlist>
221 <listitem>
222 <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
223 tzselect command. This makes sure that the tzselect command looks in
224 zoneinfo dir that was just installed by glibc instead of the host.
225 </para>
226 </listitem>
227 </itemizedlist>
228 </listitem>
229
230 <listitem>
231 <para>July 20, 2006</para>
232 <itemizedlist>
233 <listitem>
234 <para>[jciccone] - Added groff to cross-tools to satisfy a dependency
235 when cross-compiling it later in the final system.</para>
236 </listitem>
237 <listitem>
238 <para>[jciccone] - Updated to Udev-096.</para>
239 </listitem>
240 <listitem>
241 <para>[jciccone] - Updated to linux-2.6.17.6 and
242 linux-headers-2.6.17.6-07202006.</para>
243 </listitem>
244 </itemizedlist>
245 </listitem>
246
247 <listitem>
248 <para>July 16, 2006</para>
249 <itemizedlist>
250 <listitem>
251 <para>[jciccone] - Added a sed to fix updatedb due to the new
252 location of find.</para>
253 </listitem>
254 <listitem>
255 <para>[jciccone] - Removed unneeded chown and chmod commands from
256 the linux-headers installation.</para>
257 </listitem>
258 </itemizedlist>
259 </listitem>
260
261 <listitem>
262 <para>July 10, 2006</para>
263 <itemizedlist>
264 <listitem>
265 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07112006.</para>
266 </listitem>
267 </itemizedlist>
268 </listitem>
269
270 <listitem>
271 <para>July 10, 2006</para>
272 <itemizedlist>
273 <listitem>
274 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07092006.</para>
275 </listitem>
276 </itemizedlist>
277 </listitem>
278
279 <listitem>
280 <para>July 9, 2006</para>
281 <itemizedlist>
282 <listitem>
283 <para>[jciccone] - Updated to linux-2.6.17.4 and
284 linux-headers-2.6.17.4-07072006.</para>
285 </listitem>
286 <listitem>
287 <para>[jciccone] - Updated Udev rules to 07062006, Fixed cdrom
288 permissions and groups. </para>
289 </listitem>
290 <listitem>
291 <para>[jciccone] - Fixes a possible issue with bootscripts if the
292 /usr partition is not mounted during startup. Moved find to /bin
293 and moved some kbd utilities to /bin.</para>
294 </listitem>
295 </itemizedlist>
296 </listitem>
297
298 <listitem>
299 <para>July 2, 2006</para>
300 <itemizedlist>
301 <listitem>
302 <para>[jciccone] - Updated passwd and group file creation
303 to only create minimal users and groups and
304 include information on other users/groups.</para>
305 </listitem>
306 <listitem>
307 <para>[jciccone] - Updated to Cross-LFS Bootscripts. Added check for
308 for /etc/sysconfig/createfiles.</para>
309 </listitem>
310 </itemizedlist>
311 </listitem>
312
313 <listitem>
314 <para>June 28, 2006</para>
315 <itemizedlist>
316 <listitem>
317 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06272006.</para>
318 </listitem>
319 </itemizedlist>
320 </listitem>
321
322 <listitem>
323 <para>June 24, 2006</para>
324 <itemizedlist>
325 <listitem>
326 <para>[jciccone] - Updated to Binutils-2.17.</para>
327 </listitem>
328 </itemizedlist>
329 </listitem>
330
331 <listitem>
332 <para>June 22, 2006</para>
333 <itemizedlist>
334 <listitem>
335 <para>[jciccone] - Updated Vim 7.0 fixes patch to -5.</para>
336 </listitem>
337 <listitem>
338 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06212006.</para>
339 </listitem>
340 <listitem>
341 <para>[jciccone] - Updated Vim 7.0 fixes patch to -4.</para>
342 </listitem>
343 <listitem>
344 <para>[jciccone] - Added mktemp to the Linux dependency list. New
345 dependency as of 2.6.17.</para>
346 </listitem>
347 </itemizedlist>
348 </listitem>
349
350 <listitem>
351 <para>June 21, 2006</para>
352 <itemizedlist>
353 <listitem>
354 <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para>
355 </listitem>
356 </itemizedlist>
357 </listitem>
358
359 <listitem>
360 <para>June 19, 2006</para>
361 <itemizedlist>
362 <listitem>
363 <para>[jciccone] - Updated to man-1.6d.</para>
364 </listitem>
365 <listitem>
366 <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
367 issue that has shown up primarily in samba.</para>
368 </listitem>
369 <listitem>
370 <para>[jciccone] - Updated to linux-2.6.17 and
371 linux-headers-2.6.17-06192006.</para>
372 </listitem>
373 </itemizedlist>
374 </listitem>
375
376 <listitem>
377 <para>June 18, 2006</para>
378 <itemizedlist>
379 <listitem>
380 <para>[jciccone] - Added the glibc crosscompile_timezone-fix to glibc
381 which installs timezone info when cross-compiling.</para>
382 </listitem>
383 </itemizedlist>
384 </listitem>
385
386 <listitem>
387 <para>June 16, 2006</para>
388 <itemizedlist>
389 <listitem>
390 <para>[jciccone] - Added information about cross-compiling perl.</para>
391 </listitem>
392 </itemizedlist>
393 </listitem>
394
395 <listitem>
396 <para>June 15, 2006</para>
397 <itemizedlist>
398 <listitem>
399 <para>[jciccone] - Updated to Binutils-2.16.94.</para>
400 </listitem>
401 </itemizedlist>
402 </listitem>
403
404 <listitem>
405 <para>June 11, 2006</para>
406 <itemizedlist>
407 <listitem>
408 <para>[jciccone] - Updated the list of installed programs for several packages.</para>
409 </listitem>
410 <listitem>
411 <para>[jciccone] - Fixed the module-init-tools install in the presence of existing files.</para>
412 </listitem>
413 <listitem>
414 <para>[jciccone] - Updated to Linux-Headers-2.6.16.20-06092006.</para>
415 </listitem>
416 <listitem>
417 <para>[jciccone] - Updated to Shadow-4.0.16.</para>
418 </listitem>
419 </itemizedlist>
420 </listitem>
421
422 <listitem>
423 <para>June 6, 2006</para>
424 <itemizedlist>
425 <listitem>
426 <para>[jciccone] - Added information about cross-compiling vim.</para>
427 </listitem>
428 </itemizedlist>
429 </listitem>
430
431 <listitem>
432 <para>May 29, 2006</para>
433 <itemizedlist>
434 <listitem>
435 <para>[jciccone] - Updated to linux-2.6.16.20, linux-headers-2.6.16.20-06052006, and Bison-2.3.</para>
436 </listitem>
437 <listitem>
438 <para>[jciccone] - Added a patch to fix a missing declaration of R_OK in util-linux.</para>
439 </listitem>
440 <listitem>
441 <para>[jciccone] - Updated to e2fsprogs-1.39, man-pages-2.33, and linux-headers-2.6.16.19-06042006.</para>
442 </listitem>
443 </itemizedlist>
444 </listitem>
445
446 <listitem>
447 <para>May 29, 2006</para>
448 <itemizedlist>
449 <listitem>
450 <para>[jciccone] - Updated to linux-headers-05292006, udev-093, and binutils-2.16.93.</para>
451 </listitem>
452 </itemizedlist>
453 </listitem>
454
455 <listitem>
456 <para>May 24, 2006</para>
457 <itemizedlist>
458 <listitem>
459 <para>[jciccone] - Created the clfs-2.0 branch. Resetting all Changelogs.</para>
460 </listitem>
461 </itemizedlist>
462 </listitem>
463
464 </itemizedlist>
465
466 <para>Branch Synced from cross-lfs-1.0 on May 24th, 2006</para>
467
468</sect1>
Note: See TracBrowser for help on using the repository browser.