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