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>November 25, 2006</para>
|
---|
41 | <itemizedlist>
|
---|
42 | <listitem>
|
---|
43 | <para>[jciccone] - Updated Man-Pages to 2.42.</para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>[jciccone] - Updated Findutils to 4.2.29.</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>[jciccone] - Updated the Glibc cross_hacks patch to -2. The new
|
---|
50 | version prevents <envar>CFLAGS</envar> from being used when compiling
|
---|
51 | a native tool.</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>[Chris] - Removed obsolete command from man instructions as
|
---|
55 | the problem it addresses was fixed in the latest man version).</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 | </listitem>
|
---|
59 |
|
---|
60 | <listitem>
|
---|
61 | <para>November 24, 2006</para>
|
---|
62 | <itemizedlist>
|
---|
63 | <listitem>
|
---|
64 | <para>[jciccone] - Added a native compile of Shadow. The native
|
---|
65 | utilities are configured to work with the target system. The password
|
---|
66 | and group files can now be shadowed and the root password can be set
|
---|
67 | before booting into the system.</para>
|
---|
68 | </listitem>
|
---|
69 | </itemizedlist>
|
---|
70 | </listitem>
|
---|
71 |
|
---|
72 | <listitem>
|
---|
73 | <para>November 23, 2006</para>
|
---|
74 | <itemizedlist>
|
---|
75 | <listitem>
|
---|
76 | <para>[jciccone] - Replace the glibc crosscompile timezone fix patch
|
---|
77 | with the glibc cross hacks patch. The new patch has support for
|
---|
78 | zoneinfo, locales, and librpcsvc.</para>
|
---|
79 | </listitem>
|
---|
80 | <listitem>
|
---|
81 | <para>[jciccone] - Update the Glibc libgcc_eh patch to -2. The new
|
---|
82 | version checks to see if libgcc_eh exists and if it does Glibc will
|
---|
83 | link against it.</para>
|
---|
84 | </listitem>
|
---|
85 | <listitem>
|
---|
86 | <para>[jciccone] - Updated Man to 1.6e.</para>
|
---|
87 | </listitem>
|
---|
88 | <listitem>
|
---|
89 | <para>[jciccone] - Updated Coreutils to 6.6.</para>
|
---|
90 | </listitem>
|
---|
91 | <listitem>
|
---|
92 | <para>[jciccone] - Updated Linux to 2.6.18.3 and Linux Headers to
|
---|
93 | 2.6.18.3-11202006.</para>
|
---|
94 | </listitem>
|
---|
95 | <listitem>
|
---|
96 | <para>[jciccone] - Updated M4 to 1.4.8.</para>
|
---|
97 | </listitem>
|
---|
98 | </itemizedlist>
|
---|
99 | </listitem>
|
---|
100 |
|
---|
101 | <listitem>
|
---|
102 | <para>November 20, 2006</para>
|
---|
103 | <itemizedlist>
|
---|
104 | <listitem>
|
---|
105 | <para>[jciccone] - Updated Coreutils to 6.5.</para>
|
---|
106 | </listitem>
|
---|
107 | <listitem>
|
---|
108 | <para>[jciccone] - Updated Autoconf to 2.61.</para>
|
---|
109 | </listitem>
|
---|
110 | </itemizedlist>
|
---|
111 | </listitem>
|
---|
112 |
|
---|
113 | <listitem>
|
---|
114 | <para>November 15, 2006</para>
|
---|
115 | <itemizedlist>
|
---|
116 | <listitem>
|
---|
117 | <para>[jciccone] - Updated to IANA-Etc 2.20.</para>
|
---|
118 | </listitem>
|
---|
119 | </itemizedlist>
|
---|
120 | </listitem>
|
---|
121 |
|
---|
122 | <listitem>
|
---|
123 | <para>November 14, 2006</para>
|
---|
124 | <itemizedlist>
|
---|
125 | <listitem>
|
---|
126 | <para>[jciccone] - Bash 3.2 patch updated with upstream fixes 001-005.</para>
|
---|
127 | </listitem>
|
---|
128 | <listitem>
|
---|
129 | <para>[jciccone] - Updated to Linux Headers 2.6.18.2-11122006.</para>
|
---|
130 | </listitem>
|
---|
131 | </itemizedlist>
|
---|
132 | </listitem>
|
---|
133 |
|
---|
134 | <listitem>
|
---|
135 | <para>November 9, 2006</para>
|
---|
136 | <itemizedlist>
|
---|
137 | <listitem>
|
---|
138 | <para>[Chris] - Removed unnecessary creation of /etc/mtab.</para>
|
---|
139 | </listitem>
|
---|
140 | </itemizedlist>
|
---|
141 | </listitem>
|
---|
142 |
|
---|
143 | <listitem>
|
---|
144 | <para>November 7, 2006</para>
|
---|
145 | <itemizedlist>
|
---|
146 | <listitem>
|
---|
147 | <para>[jciccone] - Added a patch to fix a versioning issue with Glibc 2.5.</para>
|
---|
148 | </listitem>
|
---|
149 | <listitem>
|
---|
150 | <para>[jciccone] - Updated to Glibc 2.5.</para>
|
---|
151 | </listitem>
|
---|
152 | <listitem>
|
---|
153 | <para>[jciccone] - Modified the instructions for disabling the
|
---|
154 | installation of the groups program to account for changes in shadow's
|
---|
155 | Makefile.</para>
|
---|
156 | </listitem>
|
---|
157 | <listitem>
|
---|
158 | <para>[jciccone] - Updated to File 4.18.</para>
|
---|
159 | </listitem>
|
---|
160 | <listitem>
|
---|
161 | <para>[jciccone] - Updated to Bootscripts 1.1-pre3.</para>
|
---|
162 | </listitem>
|
---|
163 | <listitem>
|
---|
164 | <para>[jciccone] - Bash 3.2 patch updated with upstream fixes.</para>
|
---|
165 | </listitem>
|
---|
166 | <listitem>
|
---|
167 | <para>[jciccone] - Updated to Udev Rules 1.1-pre2.</para>
|
---|
168 | </listitem>
|
---|
169 | <listitem>
|
---|
170 | <para>[jciccone] - Updated to Gettext 0.16.</para>
|
---|
171 | </listitem>
|
---|
172 | <listitem>
|
---|
173 | <para>[jciccone] - Updated to Psmisc 22.3.</para>
|
---|
174 | </listitem>
|
---|
175 | <listitem>
|
---|
176 | <para>[jciccone] - Moved e2fsprogs and sed before coreutils
|
---|
177 | for consistancy with clfs-svn. The testsuite dependency,
|
---|
178 | the reason for it moving, doesn't affect clfs2.</para>
|
---|
179 | </listitem>
|
---|
180 | <listitem>
|
---|
181 | <para>[jciccone] - Removed out of place udev text in bootscripts Networking.</para>
|
---|
182 | </listitem>
|
---|
183 | <listitem>
|
---|
184 | <para>[jciccone] - Updated to Linux 2.6.18.2 and Linux-Headers 2.6.18.2-11052006.</para>
|
---|
185 | </listitem>
|
---|
186 | <listitem>
|
---|
187 | <para>[jciccone] - Updated to Coreutils 6.4.</para>
|
---|
188 | </listitem>
|
---|
189 | <listitem>
|
---|
190 | <para>[jciccone] - Updated to Udev 103.</para>
|
---|
191 | </listitem>
|
---|
192 | <listitem>
|
---|
193 | <para>[jciccone] - Updated to Tar 1.16.</para>
|
---|
194 | </listitem>
|
---|
195 | <listitem>
|
---|
196 | <para>[jciccone] - Updated to IPRoute2 2.6.18-061002.</para>
|
---|
197 | </listitem>
|
---|
198 | </itemizedlist>
|
---|
199 | </listitem>
|
---|
200 |
|
---|
201 | <listitem>
|
---|
202 | <para>November 5, 2006</para>
|
---|
203 | <itemizedlist>
|
---|
204 | <listitem>
|
---|
205 | <para>[jciccone] - Updated to Inetutils 1.5.</para>
|
---|
206 | </listitem>
|
---|
207 | <listitem>
|
---|
208 | <para>[jciccone] - Added command to man instructions to comment out
|
---|
209 | MANPATH /usr/local/man (in addition to /usr/man).</para>
|
---|
210 | </listitem>
|
---|
211 | <listitem>
|
---|
212 | <para>[jciccone] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramey.</para>
|
---|
213 | </listitem>
|
---|
214 | </itemizedlist>
|
---|
215 | </listitem>
|
---|
216 |
|
---|
217 | <listitem>
|
---|
218 | <para>October 14, 2006</para>
|
---|
219 | <itemizedlist>
|
---|
220 | <listitem>
|
---|
221 | <para>[jciccone] - Updated the udev rules tarball to 1.1-09062006.</para>
|
---|
222 | </listitem>
|
---|
223 | <listitem>
|
---|
224 | <para>[jciccone] - Updated the vim fixes patch to -14.</para>
|
---|
225 | </listitem>
|
---|
226 | <listitem>
|
---|
227 | <para>[jciccone] - Added patch to fix build issues with
|
---|
228 | Bash 3.2.</para>
|
---|
229 | </listitem>
|
---|
230 | <listitem>
|
---|
231 | <para>[jciccone] - Updated Udev to 102.</para>
|
---|
232 | </listitem>
|
---|
233 | <listitem>
|
---|
234 | <para>[jciccone] - Updated Man-Pages to 2.41.</para>
|
---|
235 | </listitem>
|
---|
236 | <listitem>
|
---|
237 | <para>[jciccone] - Updated Readline to 5.2.</para>
|
---|
238 | </listitem>
|
---|
239 | <listitem>
|
---|
240 | <para>[jciccone] - Updated Bash to 3.2.</para>
|
---|
241 | </listitem>
|
---|
242 | <listitem>
|
---|
243 | <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes.
|
---|
244 | The new patch fixes the same issues, and removes the use of
|
---|
245 | syscalls. Syscalls were removed from unistd.h during sanitation.
|
---|
246 | </para>
|
---|
247 | </listitem>
|
---|
248 | <listitem>
|
---|
249 | <para>[jciccone] - Updated Texinfo to 4.8a.</para>
|
---|
250 | </listitem>
|
---|
251 | <listitem>
|
---|
252 | <para>[jciccone] - Added a patch to Util-Linux to fix build issues
|
---|
253 | due to changes in the kernel.</para>
|
---|
254 | </listitem>
|
---|
255 | <listitem>
|
---|
256 | <para>[jciccone] - Updated M4 to 1.4.7</para>
|
---|
257 | </listitem>
|
---|
258 | <listitem>
|
---|
259 | <para>[jciccone] - Updated to Linux 2.6.18 and
|
---|
260 | Linux-Headers-2.6.18-09302006.</para>
|
---|
261 | </listitem>
|
---|
262 | <listitem>
|
---|
263 | <para>[jciccone] - Updated Bootscripts to 1.1-pre1. Adding in the
|
---|
264 | boot logging feature.</para>
|
---|
265 | </listitem>
|
---|
266 | <listitem>
|
---|
267 | <para>[jciccone] - Removed TeX installation commands from Texinfo
|
---|
268 | instructions.</para>
|
---|
269 | </listitem>
|
---|
270 | </itemizedlist>
|
---|
271 | </listitem>
|
---|
272 |
|
---|
273 | <listitem>
|
---|
274 | <para>October 5, 2006</para>
|
---|
275 | <itemizedlist>
|
---|
276 | <listitem>
|
---|
277 | <para>[manuel] - Changed book license to the Open Publication
|
---|
278 | License v1.0.</para>
|
---|
279 | </listitem>
|
---|
280 | </itemizedlist>
|
---|
281 | </listitem>
|
---|
282 |
|
---|
283 | <listitem>
|
---|
284 | <para>August 31, 2006</para>
|
---|
285 | <itemizedlist>
|
---|
286 | <listitem>
|
---|
287 | <para>[jciccone] - Added a Host System Requirements page.</para>
|
---|
288 | </listitem>
|
---|
289 | <listitem>
|
---|
290 | <para>[jciccone] - Updated to Vim Patch -12, which contains upstream
|
---|
291 | fixes. This patch will be upgraded weekly, no further changelog
|
---|
292 | entries needed.</para>
|
---|
293 | </listitem>
|
---|
294 | <listitem>
|
---|
295 | <para>[jciccone] - Add patch to fix gzexe. Used Matts change from LFS,
|
---|
296 | that utilizes Robert's fix. More details at
|
---|
297 | http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
|
---|
298 | </listitem>
|
---|
299 | <listitem>
|
---|
300 | <para>[jciccone] - Added a patch to fix Inetutils. Telnet on 64 bit
|
---|
301 | systems will fail, it will attempt to connect to 255.255.255.255
|
---|
302 | instead of the ip address entered. This was due to a change in glibc's
|
---|
303 | handling of inet_addr, was long now is u_int32_t. Bug found by
|
---|
304 | Vladimir Vainer.</para>
|
---|
305 | </listitem>
|
---|
306 | <listitem>
|
---|
307 | <para>[jciccone] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
|
---|
308 | </listitem>
|
---|
309 | <listitem>
|
---|
310 | <para>[jciccone] - Replaced the Perl -fPIC patch with a sed.</para>
|
---|
311 | </listitem>
|
---|
312 | <listitem>
|
---|
313 | <para>[jciccone] - Removed the keymap settings from the kernel
|
---|
314 | pages.</para>
|
---|
315 | </listitem>
|
---|
316 | <listitem>
|
---|
317 | <para>[jciccone] - Added Shadow patch to fix useradd.</para>
|
---|
318 | </listitem>
|
---|
319 | </itemizedlist>
|
---|
320 | </listitem>
|
---|
321 |
|
---|
322 | <listitem>
|
---|
323 | <para>August 30, 2006</para>
|
---|
324 | <itemizedlist>
|
---|
325 | <listitem>
|
---|
326 | <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
|
---|
327 | </listitem>
|
---|
328 | <listitem>
|
---|
329 | <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
|
---|
330 | fixes.</para>
|
---|
331 | </listitem>
|
---|
332 | <listitem>
|
---|
333 | <para>[jciccone] - Updated to Udev 098 and udev-cross-lfs to
|
---|
334 | 1.1-08272006 rules.</para>
|
---|
335 | </listitem>
|
---|
336 | <listitem>
|
---|
337 | <para>[jciccone] - Updated to Findutils 4.2.28.</para>
|
---|
338 | </listitem>
|
---|
339 | <listitem>
|
---|
340 | <para>[jciccone] - Updated to M4 1.4.6.</para>
|
---|
341 | </listitem>
|
---|
342 | <listitem>
|
---|
343 | <para>[jciccone] - Updated to Autoconf 2.60.</para>
|
---|
344 | </listitem>
|
---|
345 | <listitem>
|
---|
346 | <para>[jciccone] - Updated to Man-Pages 2.39.</para>
|
---|
347 | </listitem>
|
---|
348 | <listitem>
|
---|
349 | <para>[jciccone] - Updated to Procps 3.2.7.</para>
|
---|
350 | </listitem>
|
---|
351 | <listitem>
|
---|
352 | <para>[jciccone] - Updated to Coreutils 0.97.</para>
|
---|
353 | </listitem>
|
---|
354 | <listitem>
|
---|
355 | <para>[jciccone] - Updated to Shadow 4.0.18.1.</para>
|
---|
356 | </listitem>
|
---|
357 | <listitem>
|
---|
358 | <para>[jciccone] - Updated to Gettext 0.15.</para>
|
---|
359 | </listitem>
|
---|
360 | <listitem>
|
---|
361 | <para>[jciccone] - Updated to Cross-LFS Bootscripts 0.4.</para>
|
---|
362 | </listitem>
|
---|
363 | <listitem>
|
---|
364 | <para>[jciccone] - Updated to Linux-2.6.17.11 and Linux-Headers to
|
---|
365 | 2.6.17.11-08232006.</para>
|
---|
366 | </listitem>
|
---|
367 | <listitem>
|
---|
368 | <para>[jciccone] - Added the Perl fPIC patch which makes perl build
|
---|
369 | a shared DynaLoader.a.</para>
|
---|
370 | </listitem>
|
---|
371 | <listitem>
|
---|
372 | <para>[jciccone] - Removed mention of package users hint from
|
---|
373 | "Package Management" page.</para>
|
---|
374 | </listitem>
|
---|
375 | </itemizedlist>
|
---|
376 | </listitem>
|
---|
377 |
|
---|
378 | <listitem>
|
---|
379 | <para>August 8, 2006</para>
|
---|
380 | <itemizedlist>
|
---|
381 | <listitem>
|
---|
382 | <para>[jciccone] - Moved man-pages to the beginning of the build.
|
---|
383 | (fixes ticket #82).</para>
|
---|
384 | </listitem>
|
---|
385 | </itemizedlist>
|
---|
386 | </listitem>
|
---|
387 |
|
---|
388 | <listitem>
|
---|
389 | <para>August 7, 2006</para>
|
---|
390 | <itemizedlist>
|
---|
391 | <listitem>
|
---|
392 | <para>[jciccone] - Fixed a problem where when bash is cross-compiled
|
---|
393 | it cannot test for the presence of named pipes.</para>
|
---|
394 | </listitem>
|
---|
395 | <listitem>
|
---|
396 | <para>[jciccone] - Fixed symlink issue in bootscripts. New package
|
---|
397 | CLFS-bootscropts 0.3.</para>
|
---|
398 | </listitem>
|
---|
399 | </itemizedlist>
|
---|
400 | </listitem>
|
---|
401 |
|
---|
402 | <listitem>
|
---|
403 | <para>July 22, 2006</para>
|
---|
404 | <itemizedlist>
|
---|
405 | <listitem>
|
---|
406 | <para>[jciccone] - Updated the perl cross-compile patch to -2 to
|
---|
407 | support x86.</para>
|
---|
408 | </listitem>
|
---|
409 | <listitem>
|
---|
410 | <para>[jciccone] - Added x86 to the book.</para>
|
---|
411 | </listitem>
|
---|
412 | </itemizedlist>
|
---|
413 | </listitem>
|
---|
414 |
|
---|
415 | <listitem>
|
---|
416 | <para>July 21, 2006</para>
|
---|
417 | <itemizedlist>
|
---|
418 | <listitem>
|
---|
419 | <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
|
---|
420 | tzselect command. This makes sure that the tzselect command looks in
|
---|
421 | zoneinfo dir that was just installed by glibc instead of the host.
|
---|
422 | </para>
|
---|
423 | </listitem>
|
---|
424 | </itemizedlist>
|
---|
425 | </listitem>
|
---|
426 |
|
---|
427 | <listitem>
|
---|
428 | <para>July 20, 2006</para>
|
---|
429 | <itemizedlist>
|
---|
430 | <listitem>
|
---|
431 | <para>[jciccone] - Added groff to cross-tools to satisfy a dependency
|
---|
432 | when cross-compiling it later in the final system.</para>
|
---|
433 | </listitem>
|
---|
434 | <listitem>
|
---|
435 | <para>[jciccone] - Updated to Udev-096.</para>
|
---|
436 | </listitem>
|
---|
437 | <listitem>
|
---|
438 | <para>[jciccone] - Updated to linux-2.6.17.6 and
|
---|
439 | linux-headers-2.6.17.6-07202006.</para>
|
---|
440 | </listitem>
|
---|
441 | </itemizedlist>
|
---|
442 | </listitem>
|
---|
443 |
|
---|
444 | <listitem>
|
---|
445 | <para>July 16, 2006</para>
|
---|
446 | <itemizedlist>
|
---|
447 | <listitem>
|
---|
448 | <para>[jciccone] - Added a sed to fix updatedb due to the new
|
---|
449 | location of find.</para>
|
---|
450 | </listitem>
|
---|
451 | <listitem>
|
---|
452 | <para>[jciccone] - Removed unneeded chown and chmod commands from
|
---|
453 | the linux-headers installation.</para>
|
---|
454 | </listitem>
|
---|
455 | </itemizedlist>
|
---|
456 | </listitem>
|
---|
457 |
|
---|
458 | <listitem>
|
---|
459 | <para>July 10, 2006</para>
|
---|
460 | <itemizedlist>
|
---|
461 | <listitem>
|
---|
462 | <para>[jciccone] - Updated to linux-headers-2.6.17.4-07112006.</para>
|
---|
463 | </listitem>
|
---|
464 | </itemizedlist>
|
---|
465 | </listitem>
|
---|
466 |
|
---|
467 | <listitem>
|
---|
468 | <para>July 10, 2006</para>
|
---|
469 | <itemizedlist>
|
---|
470 | <listitem>
|
---|
471 | <para>[jciccone] - Updated to linux-headers-2.6.17.4-07092006.</para>
|
---|
472 | </listitem>
|
---|
473 | </itemizedlist>
|
---|
474 | </listitem>
|
---|
475 |
|
---|
476 | <listitem>
|
---|
477 | <para>July 9, 2006</para>
|
---|
478 | <itemizedlist>
|
---|
479 | <listitem>
|
---|
480 | <para>[jciccone] - Updated to linux-2.6.17.4 and
|
---|
481 | linux-headers-2.6.17.4-07072006.</para>
|
---|
482 | </listitem>
|
---|
483 | <listitem>
|
---|
484 | <para>[jciccone] - Updated Udev rules to 07062006, Fixed cdrom
|
---|
485 | permissions and groups. </para>
|
---|
486 | </listitem>
|
---|
487 | <listitem>
|
---|
488 | <para>[jciccone] - Fixes a possible issue with bootscripts if the
|
---|
489 | /usr partition is not mounted during startup. Moved find to /bin
|
---|
490 | and moved some kbd utilities to /bin.</para>
|
---|
491 | </listitem>
|
---|
492 | </itemizedlist>
|
---|
493 | </listitem>
|
---|
494 |
|
---|
495 | <listitem>
|
---|
496 | <para>July 2, 2006</para>
|
---|
497 | <itemizedlist>
|
---|
498 | <listitem>
|
---|
499 | <para>[jciccone] - Updated passwd and group file creation
|
---|
500 | to only create minimal users and groups and
|
---|
501 | include information on other users/groups.</para>
|
---|
502 | </listitem>
|
---|
503 | <listitem>
|
---|
504 | <para>[jciccone] - Updated to Cross-LFS Bootscripts. Added check for
|
---|
505 | for /etc/sysconfig/createfiles.</para>
|
---|
506 | </listitem>
|
---|
507 | </itemizedlist>
|
---|
508 | </listitem>
|
---|
509 |
|
---|
510 | <listitem>
|
---|
511 | <para>June 28, 2006</para>
|
---|
512 | <itemizedlist>
|
---|
513 | <listitem>
|
---|
514 | <para>[jciccone] - Updated to linux-headers-2.6.17.1-06272006.</para>
|
---|
515 | </listitem>
|
---|
516 | </itemizedlist>
|
---|
517 | </listitem>
|
---|
518 |
|
---|
519 | <listitem>
|
---|
520 | <para>June 24, 2006</para>
|
---|
521 | <itemizedlist>
|
---|
522 | <listitem>
|
---|
523 | <para>[jciccone] - Updated to Binutils-2.17.</para>
|
---|
524 | </listitem>
|
---|
525 | </itemizedlist>
|
---|
526 | </listitem>
|
---|
527 |
|
---|
528 | <listitem>
|
---|
529 | <para>June 22, 2006</para>
|
---|
530 | <itemizedlist>
|
---|
531 | <listitem>
|
---|
532 | <para>[jciccone] - Updated Vim 7.0 fixes patch to -5.</para>
|
---|
533 | </listitem>
|
---|
534 | <listitem>
|
---|
535 | <para>[jciccone] - Updated to linux-headers-2.6.17.1-06212006.</para>
|
---|
536 | </listitem>
|
---|
537 | <listitem>
|
---|
538 | <para>[jciccone] - Updated Vim 7.0 fixes patch to -4.</para>
|
---|
539 | </listitem>
|
---|
540 | <listitem>
|
---|
541 | <para>[jciccone] - Added mktemp to the Linux dependency list. New
|
---|
542 | dependency as of 2.6.17.</para>
|
---|
543 | </listitem>
|
---|
544 | </itemizedlist>
|
---|
545 | </listitem>
|
---|
546 |
|
---|
547 | <listitem>
|
---|
548 | <para>June 21, 2006</para>
|
---|
549 | <itemizedlist>
|
---|
550 | <listitem>
|
---|
551 | <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para>
|
---|
552 | </listitem>
|
---|
553 | </itemizedlist>
|
---|
554 | </listitem>
|
---|
555 |
|
---|
556 | <listitem>
|
---|
557 | <para>June 19, 2006</para>
|
---|
558 | <itemizedlist>
|
---|
559 | <listitem>
|
---|
560 | <para>[jciccone] - Updated to man-1.6d.</para>
|
---|
561 | </listitem>
|
---|
562 | <listitem>
|
---|
563 | <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
|
---|
564 | issue that has shown up primarily in samba.</para>
|
---|
565 | </listitem>
|
---|
566 | <listitem>
|
---|
567 | <para>[jciccone] - Updated to linux-2.6.17 and
|
---|
568 | linux-headers-2.6.17-06192006.</para>
|
---|
569 | </listitem>
|
---|
570 | </itemizedlist>
|
---|
571 | </listitem>
|
---|
572 |
|
---|
573 | <listitem>
|
---|
574 | <para>June 18, 2006</para>
|
---|
575 | <itemizedlist>
|
---|
576 | <listitem>
|
---|
577 | <para>[jciccone] - Added the glibc crosscompile_timezone-fix to glibc
|
---|
578 | which installs timezone info when cross-compiling.</para>
|
---|
579 | </listitem>
|
---|
580 | </itemizedlist>
|
---|
581 | </listitem>
|
---|
582 |
|
---|
583 | <listitem>
|
---|
584 | <para>June 16, 2006</para>
|
---|
585 | <itemizedlist>
|
---|
586 | <listitem>
|
---|
587 | <para>[jciccone] - Added information about cross-compiling perl.</para>
|
---|
588 | </listitem>
|
---|
589 | </itemizedlist>
|
---|
590 | </listitem>
|
---|
591 |
|
---|
592 | <listitem>
|
---|
593 | <para>June 15, 2006</para>
|
---|
594 | <itemizedlist>
|
---|
595 | <listitem>
|
---|
596 | <para>[jciccone] - Updated to Binutils-2.16.94.</para>
|
---|
597 | </listitem>
|
---|
598 | </itemizedlist>
|
---|
599 | </listitem>
|
---|
600 |
|
---|
601 | <listitem>
|
---|
602 | <para>June 11, 2006</para>
|
---|
603 | <itemizedlist>
|
---|
604 | <listitem>
|
---|
605 | <para>[jciccone] - Updated the list of installed programs for several packages.</para>
|
---|
606 | </listitem>
|
---|
607 | <listitem>
|
---|
608 | <para>[jciccone] - Fixed the module-init-tools install in the presence of existing files.</para>
|
---|
609 | </listitem>
|
---|
610 | <listitem>
|
---|
611 | <para>[jciccone] - Updated to Linux-Headers-2.6.16.20-10262006.</para>
|
---|
612 | </listitem>
|
---|
613 | <listitem>
|
---|
614 | <para>[jciccone] - Updated to Shadow-4.0.16.</para>
|
---|
615 | </listitem>
|
---|
616 | </itemizedlist>
|
---|
617 | </listitem>
|
---|
618 |
|
---|
619 | <listitem>
|
---|
620 | <para>June 6, 2006</para>
|
---|
621 | <itemizedlist>
|
---|
622 | <listitem>
|
---|
623 | <para>[jciccone] - Added information about cross-compiling vim.</para>
|
---|
624 | </listitem>
|
---|
625 | </itemizedlist>
|
---|
626 | </listitem>
|
---|
627 |
|
---|
628 | <listitem>
|
---|
629 | <para>May 29, 2006</para>
|
---|
630 | <itemizedlist>
|
---|
631 | <listitem>
|
---|
632 | <para>[jciccone] - Updated to linux-2.6.16.20, linux-headers-2.6.16.20-06052006, and Bison-2.3.</para>
|
---|
633 | </listitem>
|
---|
634 | <listitem>
|
---|
635 | <para>[jciccone] - Added a patch to fix a missing declaration of R_OK in util-linux.</para>
|
---|
636 | </listitem>
|
---|
637 | <listitem>
|
---|
638 | <para>[jciccone] - Updated to e2fsprogs-1.39, man-pages-2.33, and linux-headers-2.6.16.19-06042006.</para>
|
---|
639 | </listitem>
|
---|
640 | </itemizedlist>
|
---|
641 | </listitem>
|
---|
642 |
|
---|
643 | <listitem>
|
---|
644 | <para>May 29, 2006</para>
|
---|
645 | <itemizedlist>
|
---|
646 | <listitem>
|
---|
647 | <para>[jciccone] - Updated to linux-headers-05292006, udev-093, and binutils-2.16.93.</para>
|
---|
648 | </listitem>
|
---|
649 | </itemizedlist>
|
---|
650 | </listitem>
|
---|
651 |
|
---|
652 | <listitem>
|
---|
653 | <para>May 24, 2006</para>
|
---|
654 | <itemizedlist>
|
---|
655 | <listitem>
|
---|
656 | <para>[jciccone] - Created the clfs-2.0 branch. Resetting all Changelogs.</para>
|
---|
657 | </listitem>
|
---|
658 | </itemizedlist>
|
---|
659 | </listitem>
|
---|
660 |
|
---|
661 | </itemizedlist>
|
---|
662 |
|
---|
663 | <para>Branch Synced from cross-lfs-1.0 on May 24th, 2006</para>
|
---|
664 |
|
---|
665 | </sect1>
|
---|