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

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

Updated Linux to 2.6.19 and Linux-Headers to 2.6.19-11302006.

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