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

Last change on this file since d26cc6e was 0cbc9c1, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Updated Coreutils to 6.7.

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