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

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

New patch for util-linux, replaces GCC 4 Fixes, the new
patches fixes the same issues, and removes the use of syscalls. Syscalls were
removed the unistd.h during santization.

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