source: introduction/common/changelog.xml @ 78a7222

Last change on this file since 78a7222 was 78a7222, checked in by Jim Gifford <clfs@…>, 18 years ago

r1089@server (orig r1087): chris | 2006-01-19 11:21:02 -0800
Updated Changelog

  • Property mode set to 100644
File size: 22.1 KB
RevLine 
[bf8c11f]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 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="&lfs-root;"/>.</para>
17
18  <para>Below is a list of detailed changes made since the previous release of
19   the book.</para>
20
[da95ad7]21  <itemizedlist>
22    <title>Changelog Entries:</title>
[bf8c11f]23
24<!-- Changelog template
25
26    <listitem>
27      <para>Date</para>
28      <itemizedlist>
29        <listitem>
[da95ad7]30          <para>[name] - New changelog entry.</para>
[bf8c11f]31        </listitem>
32        <listitem>
[da95ad7]33          <para>[name] - Previous changelog entry.</para>
[bf8c11f]34        </listitem>
35      </itemizedlist>
36    </listitem>
37-->
[2533bdfd]38
[e7e4f53]39    <listitem>
40      <para>January 19, 2006</para> 
41      <itemizedlist>
42        <listitem>
43          <para>[Chris] - Removed patch from shadow instructions.</para>
44        </listitem>
[78a7222]45        <listitem>
46          <para>[Chris] - Added perl sprintf vulnerability patch.</para>
47        </listitem>
[e7e4f53]48      </itemizedlist>
49    </listitem>
50
[5c40294]51    <listitem>
52      <para>January 13, 2006</para>
53      <itemizedlist>
54        <listitem>
55          <para>[ken] - Moved grep ahead of libtool to avoid /tools being hardcoded
56          into the libtool script for EGREP.</para>
57        </listitem>
[de4f4d9b]58        <listitem>
59          <para>[ken] - Alter bison to build repeatably, from LFS.</para> 
60        </listitem>
[9be8160]61        <listitem>
62          <para>[ken] - Alter gccbug to use mktemp, from LFS.</para> 
63        </listitem>
[bae9b6c]64        <listitem>
65          <para>[ken] - Move creation of /etc/hosts within Perl instructions,
66          for repeatability, from LFS.</para> 
67        </listitem>
[32ec4f08]68        <listitem>
69          <para>[Chris] - Moved bootloader setup to right after "Changing Ownership" in Chapter 7, and changed several package installation instructions in that chapter.</para>
70        </listitem>
71
[5c40294]72      </itemizedlist>
73    </listitem>
74       
[9e7a69a]75    <listitem>
76      <para>January 12, 2006</para>
77      <itemizedlist>
78        <listitem>
79          <para>[Chris] - Moved directory and symlink creation pages
[7464b95]80          to the beginning of Chapter 7.</para>
81        </listitem>
82        <listitem>
83          <para>[jim] - Updated to Psmisc 22.1.</para>
[9e7a69a]84        </listitem>
[9e15bb7]85        <listitem>
86          <para>[jim] - Updated to Man-Pages 2.20.</para>
87        </listitem>
[c30fcbf]88        <listitem>
89          <para>[jim] - Updated Coreutils build instructions to copy more files
90           to /bin. These are changes for bootscripts and the new udev rules.</para>
91        </listitem>
[a3340af]92        <listitem>
93          <para>[jim] - Updated to Linux 2.6.14.6.</para>
94        </listitem>
[3f1ffb0]95        <listitem>
96          <para>[jim] - Numerous complaints about temp-system Perl failing to build. So
97          I moved temp perl to first package in final-system build. The failures we noted
98          on Pure 64 builds.</para>
99        </listitem>
[9e7a69a]100      </itemizedlist>
101    </listitem>
102
[6732e02]103    <listitem>
104      <para>January 11, 2006</para>
105      <itemizedlist>
106        <listitem>
107          <para>[jim] - Rewrote wrote zlib final instructions to include
108           a patch the will allow build of static and shared libraries at
109           the same time. Thanx for the recommendation Tushar Teredesai.</para>
110        </listitem>
111      </itemizedlist>
112    </listitem>
113
[bea9517]114    <listitem>
115      <para>January 8, 2006</para>
116      <itemizedlist>
117        <listitem>
118          <para>[Chris] - Rewrote much of the description of the build
[6732e02]119          process and test suite information.</para>
[bea9517]120        </listitem>
121      </itemizedlist>
122    </listitem>
123
[bbeade2]124    <listitem>
125      <para>January 3, 2006</para>
126      <itemizedlist>
127        <listitem>
128          <para>[jim] - Updated to Shadow 4.0.14.</para>
129        </listitem>
130      </itemizedlist>
131    </listitem>
132
[e719005]133    <listitem>
[9de3303]134      <para>December 30, 2005</para>
[0636f6c]135      <itemizedlist>
136        <listitem>
137          <para>[Chris] - Updated package dependencies, removed explanation of
138          "target alias" and "cross-compiling" from final-system binutils, and
139          removed note about GRUB's testsuite failure.</para>
140        </listitem>
[db38a36]141        <listitem>
142          <para>[ken] - Fix where tree gets installed.</para>
143        </listitem>
144      </itemizedlist>
145    </listitem>
146
[51bfc04]147    <listitem>
148      <para>December 29, 2005</para>
149      <itemizedlist>
150        <listitem>
151          <para>[jim] - Added CC="gcc" to temp-system perl build.</para>
152        </listitem>
153      </itemizedlist>
154    </listitem>
155
[31cff1bc]156    <listitem>
157      <para>December 28, 2005</para>
158      <itemizedlist>
159        <listitem>
160          <para>[ken] - Remove --with-x=no from expect - either we booted, or we
161          are in chroot.</para>
162        </listitem>
[54e0992]163        <listitem>
164          <para>[ken] - Fix a failure to build glibc-headers.</para>
165        </listitem>
[07b5f51]166        <listitem>
167          <para>[jim] - Updated to Linux 2.6.14.5.</para>
168        </listitem>
[31cff1bc]169      </itemizedlist>
170    </listitem>
171
[d4285da]172    <listitem>
173      <para>December 23, 2005</para>
174      <itemizedlist>
175        <listitem>
176          <para>[jim] - Updated Shadow patch to fix linking to outside libraries.</para>
177        </listitem>
178      </itemizedlist>
179    </listitem>
180
[d5e40913]181    <listitem>
182      <para>December 22, 2005</para>
183      <itemizedlist>
184        <listitem>
185          <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
186          following issue: There are parsing problems with compound assignments in several contexts,
187          including as arguments to builtins like `local', `eval', and `let', and
188          as multiple assignments in a single command.</para>
189        </listitem>
[dcc18d8f]190        <listitem>
191          <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
192          following issue: A problem with the readline callback interface can result in segmentation
193          faults when using the delete-char function via a multiple-key sequence.
194          Two consecutive calls to delete-char will crash the application calling
195          readline.</para>
196        </listitem>
[b1e8d281]197        <listitem>
198          <para>[jim] - Removed halt, sync, and shutdown users. These users work, but offer
199           a potential security threat. Thus the reason for removal.</para>
200        </listitem>
[60d7f3af]201        <listitem>
202          <para>[jim] - Fixed Vim symlink. Thank you LFS and Jeremy Huntwork.</para>
203        </listitem>
[d5e40913]204      </itemizedlist>
205    </listitem>
206
[0f48cdb0]207    <listitem>
208      <para>December 20, 2005</para>
209      <itemizedlist>
210        <listitem>
211          <para>[jim] - Updated to M4 1.4.4.</para>
212        </listitem>
213      </itemizedlist>
214    </listitem>
215
[4dbbb18]216   <listitem>
217     <para>December 19, 2005</para>
218     <itemizedlist>
219        <listitem>
220          <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
221        </listitem>
[344fb79b]222        <listitem>
223          <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
224          an issue in Gawk. Thank you Greg Schaefer.</para>
225        </listitem>
[4dbbb18]226     </itemizedlist>
227   </listitem>
228
[3f81e97e]229    <listitem>
[0cd63ff]230      <para>December 18, 2005</para>
[3f81e97e]231      <itemizedlist>
232        <listitem>
[0cd63ff]233          <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
234          perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
235          and boot sections.</para>
[3f81e97e]236        </listitem>
[49aa5e3a]237        <listitem>
238          <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
239          it was found that these were not needed for building the final system on
240          a multilib capable build.</para>
241        </listitem>
[dff8c43]242        <listitem>
243          <para>[jim] - Updated to Libtool 1.5.22.</para>
244        </listitem>
[5328cc9]245        <listitem>
246          <para>[jim] - Updated to Man-Pages 2.18.</para>
247        </listitem>
[3f81e97e]248      </itemizedlist>
249    </listitem>
250
[03bce95]251    <listitem>
252      <para>December 17, 2005</para>
253      <itemizedlist>
254        <listitem>
255          <para>[jim] - Updated to psmisc 21.9.</para>
256        </listitem>
257      </itemizedlist>
258    </listitem>
259
[f1a8441]260    <listitem>
261      <para>December 16, 2005</para>
262      <itemizedlist>
263        <listitem>
264          <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
265        </listitem>
[75f784f]266        <listitem>
267          <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
268          in perl.</para>
269        </listitem>
[f1a8441]270      </itemizedlist>
271    </listitem>
272
[655b411]273    <listitem>
274      <para>December 15, 2005</para>
275      <itemizedlist>
276        <listitem>
277          <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
278        </listitem>
[4c2b35f]279        <listitem>
280          <para>[jim] - Added not to temp-system about the WARNING message.</para>
281        </listitem>
[655b411]282      </itemizedlist>
283    </listitem>
284
[05806e8]285    <listitem>
286      <para>December 14, 2005</para>
287      <itemizedlist>
288        <listitem>
289          <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
290          further build issues.</para>
291        </listitem>
[496be96]292        <listitem>
293          <para>[jim] - Updated to Man-Pages 2.17.</para>
294        </listitem>
[43c3da5]295        <listitem>
296          <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
297        </listitem>
[05806e8]298      </itemizedlist>
299    </listitem>
300
[ec00b5da]301    <listitem>
302      <para>December 13, 2005</para>
303      <itemizedlist>
304        <listitem>
305          <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
306          Thanks to David Fix.</para>
307        </listitem>
308      </itemizedlist>
309    </listitem>
310
[d1f4384]311    <listitem>
312      <para>December 12, 2005</para>
313      <itemizedlist>
314        <listitem>
315          <para>[jim] - Removed testsuites from Temp-Tools section.</para>
316        </listitem>
317      </itemizedlist>
318    </listitem>
319
[38a5094f]320    <listitem>
[1bc724c]321      <para>December 11, 2005</para>
322      <itemizedlist>
323        <listitem>
324          <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
325        </listitem>
326      </itemizedlist>
327    </listitem>
328
329    <listitem>
[38a5094f]330      <para>December 9, 2005</para>
331      <itemizedlist>
332        <listitem>
333          <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
334        </listitem>
[9306bac]335        <listitem>
336          <para>[ken] - Bzip2 - clarify what is being tested.</para>
337        </listitem>
[beddd7f]338        <listitem>
339          <para>[jim] - Removed installation of sound sanitized headers.
340          They will be removed in the next release of linux-libc-headers.</para>
341        </listitem>
[38a5094f]342      </itemizedlist>
343    </listitem>
344
[723b084]345    <listitem>
346      <para>December 8, 2005</para>
347      <itemizedlist>
348        <listitem>
349          <para>[jim] - Upgraded to Less 394.</para>
350        </listitem>
[84e963b]351        <listitem>
352          <para>[jim] - Upgraded to Bash 3.1.</para>
353        </listitem>
[44901d7]354        <listitem>
355          <para>[jim] - Upgraded to Readline 5.1.</para>
356        </listitem>
[723b084]357      </itemizedlist>
358    </listitem>
359
[08f924db]360    <listitem>
361      <para>December 7, 2005</para>
362      <itemizedlist>
363        <listitem>
364          <para>[jim] - Upgraded to TCL 8.4.12.</para>
365        </listitem>
[142e211a]366        <listitem>
367          <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
368        </listitem>
[23ddcc3]369        <listitem>
370          <para>[jim] - Upgraded to Readline 5.0.5.</para>
371        </listitem>
[75a132b]372        <listitem>
373          <para>[jim] - Upgraded to Bash 3.0.16.</para>
374        </listitem>
375      </itemizedlist>
[08f924db]376    </listitem>
377
[ee72551]378    <listitem>
379      <para>December 6, 2005</para>
380      <itemizedlist>
381        <listitem>
382          <para>[jim] - Upgraded to Glibc 20051107.</para>
383        </listitem>
384        <listitem>
385          <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
386        </listitem>
[3490624]387        <listitem>
388          <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
389        </listitem>
390        <listitem>
391          <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
392                correct the date in changelog.</para>
393        </listitem>
[9531391]394        <listitem>
395          <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
396          for livecd builders to not loose valueable build time, if something goes
397          wrong.</para>
398        </listitem>
[c5f362fc]399        <listitem>
400          <para>[jim] - Upgraded to Findutils 4.2.27.</para>
401        </listitem>
[ee72551]402      </itemizedlist>
403    </listitem>
[82b71542]404
[77d061a]405    <listitem>
406      <para>December 5, 2005</para>
407      <itemizedlist>
408        <listitem>
409          <para>[Matt Darcy] - Updated the resources page to include reference and base
410                instructions on using the LFS pastebin</para>
[878ca1c]411        </listitem>
[82b71542]412        <listitem>
413          <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
[878ca1c]414        </listitem>
415        <listitem>
[82b71542]416          <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
417                user error system. This change will will need to be validated by
418                by other devs</para>
419        </listitem>
[54996cb]420        <listitem>
421          <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
422                testsuite doesn't bail out when testing generate-modprobe.conf.</para>
423        </listitem>
[82b71542]424      </itemizedlist>
425    </listitem>
426
[7102ce2]427    <listitem>
428      <para>December 3, 2005</para>
429      <itemizedlist>
430        <listitem>
431          <para>[ken] - Reference a home directory for dummy user when testing
[e87810e]432          coreutils, and correct sed 'man page' to 'HTML documentation', both
433          from LFS.</para>
[7102ce2]434        </listitem>
435      </itemizedlist>
436    </listitem>
437
[54f8654]438    <listitem>
[aaec9ca9]439      <para>December 2, 2005</para>
[54f8654]440      <itemizedlist>
441        <listitem>
442          <para>[jim] - Updated to Man-Pages 2.16.</para>
443        </listitem>
444      </itemizedlist>
445    </listitem>
446
[91d4a73]447    <listitem>
448      <para>December 1, 2005</para>
449      <itemizedlist>
450        <listitem>
451          <para>[jim] - Updated to Linux 2.6.14.3.</para>
452        </listitem>
[695df81]453        <listitem>
454          <para>[jim] - Updated to Man-Pages 2.15.</para>
455        </listitem>
[22de609]456        <listitem>
457          <para>[jim] - Updated to Udev 076.</para>
458        </listitem>
[a3e3be0]459        <listitem>
460          <para>[jim] - Added support for Sparc v8 and below.</para>
461        </listitem>
[91d4a73]462      </itemizedlist>
463    </listitem>
464
[e6423a01]465   <listitem>
466      <para>November 30, 2005</para>
467      <itemizedlist>
468        <listitem>
469          <para>[jim] - Text updates to final-system.</para>
470        </listitem>
[e7732d7]471        <listitem>
472          <para>[jim] - Text updates to temp-tools.</para>
473        </listitem>
[e6423a01]474      </itemizedlist>
475    </listitem>
476
[c48c555]477   <listitem>
[6069286]478      <para>November 29, 2005</para>
479      <itemizedlist>
480        <listitem>
481          <para>[jim] - Text updates to chroot.</para>
482        </listitem>
[40c1b5b]483        <listitem>
484          <para>[jim] - Text updates to boot.</para>
485        </listitem>
[6069286]486      </itemizedlist>
487    </listitem>
488
489   <listitem>
490      <para>November 28, 2005</para>
[c48c555]491      <itemizedlist>
492        <listitem>
493          <para>[jim] - Text updates to glibc in all sections.</para>
494        </listitem>
[175ff828]495        <listitem>
496          <para>[jim] - Text updates to temp-system.</para>
497        </listitem>
[1235a03]498        <listitem>
499          <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
500        </listitem>
[c48c555]501      </itemizedlist>
502    </listitem>
503
[1b823a37]504   <listitem>
[6069286]505      <para>November 27, 2005</para>
[1b823a37]506      <itemizedlist>
507        <listitem>
508          <para>[jim] - Text updates to gcc in all sections.</para>
509        </listitem>
[9e08944]510        <listitem>
511          <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
512        </listitem>
[1b823a37]513      </itemizedlist>
514    </listitem>
515
[d65c6ef]516   <listitem>
[6069286]517      <para>November 25, 2005</para>
[d65c6ef]518      <itemizedlist>
519        <listitem>
520          <para>[jim] - Text updates to binutils in all sections.</para>
521        </listitem>
522      </itemizedlist>
523    </listitem>
524
[eea1dfc]525    <listitem>
[6069286]526      <para>November 24, 2005</para>
[eea1dfc]527      <itemizedlist>
528        <listitem>
[da95ad7]529          <para>[Matt Darcy] - Text updates to resources page </para>
[eea1dfc]530        </listitem>
531        <listitem>
[da95ad7]532          <para>[Matt Darcy] - Updated reference to LFS news server to reflect
533          that it no longer exists</para>
[eea1dfc]534        </listitem>
535      </itemizedlist>
536    </listitem>
537
[da95ad7]538    <listitem>
539      <para>November 23, 2005</para>
[eea1dfc]540      <itemizedlist>
541        <listitem>
[da95ad7]542          <para>[jim] - For inetutils to utilize the Ncurses headers in
543          /tools/include.</para>
[eea1dfc]544        </listitem>
545      </itemizedlist>
546    </listitem>
547
[da95ad7]548    <listitem>
549      <para>November 21, 2005</para>
[eea1dfc]550      <itemizedlist>
551        <listitem>
[da95ad7]552          <para>[jim] - Updated to Udev 075.</para>
[eea1dfc]553        </listitem>
554        <listitem>
[da95ad7]555          <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
[eea1dfc]556        </listitem>
557      </itemizedlist>
558    </listitem>
559
[da95ad7]560    <listitem>
561      <para>November 20, 2005</para>
[eea1dfc]562      <itemizedlist>
563        <listitem>
[da95ad7]564          <para>[jim] - Updated to Findutils 4.2.26.</para>
[eea1dfc]565        </listitem>
566      </itemizedlist>
567    </listitem>
568
569    <listitem>
[da95ad7]570      <para>November 18, 2005</para>
[eea1dfc]571      <itemizedlist>
572        <listitem>
[da95ad7]573          <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
574          package.</para>
[eea1dfc]575        </listitem>
576      </itemizedlist>
577    </listitem>
578
579    <listitem>
[da95ad7]580      <para>November 17, 2005</para>
[eea1dfc]581      <itemizedlist>
582        <listitem>
[da95ad7]583          <para>[jim] - Update to Man-Pages 2.14.</para>
[eea1dfc]584        </listitem>
585        <listitem>
[da95ad7]586          <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
587          Architecture. New Patch added.</para>
[eea1dfc]588        </listitem>
589        <listitem>
[da95ad7]590          <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
[eea1dfc]591        </listitem>
592      </itemizedlist>
593    </listitem>
594
595    <listitem>
[da95ad7]596      <para>November 13, 2005</para>
[eea1dfc]597      <itemizedlist>
598        <listitem>
[da95ad7]599          <para>[manuel] - Improve the heuristic for determining a locale that
600          is supported by both Glibc and packages outside LFS. Ported from
601          LFS-SVN.</para>
[eea1dfc]602        </listitem>
603        <listitem>
[da95ad7]604          <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
605          as make runs it automatically. Ported from LFS-SVN.</para>
[eea1dfc]606        </listitem>
607        <listitem>
[da95ad7]608          <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
[eea1dfc]609        </listitem>
610        <listitem>
[da95ad7]611          <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
[eea1dfc]612        </listitem>
613      </itemizedlist>
614    </listitem>
615
616    <listitem>
[da95ad7]617      <para>November 10, 2005</para>
[eea1dfc]618      <itemizedlist>
619        <listitem>
[da95ad7]620          <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
621          testsuite. Ported from LFS-SVN.</para>
[eea1dfc]622        </listitem>
623        <listitem>
[da95ad7]624          <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
[eea1dfc]625        </listitem>
626        <listitem>
[da95ad7]627          <para>[jim] - Added text for multilib kernel build requirements.</para>
[eea1dfc]628        </listitem>
629      </itemizedlist>
630    </listitem>
631
632    <listitem>
[da95ad7]633      <para>November 9, 2005</para>
[eea1dfc]634      <itemizedlist>
635        <listitem>
[da95ad7]636          <para>[manuel] - Stop Udev from killing udevd processes on the
637          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
[eea1dfc]638        </listitem>
639        <listitem>
[da95ad7]640          <para>[manuel] - Install the binaries from Less to /usr/bin instead
641          of /bin. Ported from LFS-SVN.</para>
[eea1dfc]642        </listitem>
643        <listitem>
[da95ad7]644          <para>[manuel] - Removed SBUs and disk usage information.</para>
[eea1dfc]645        </listitem>
646        <listitem>
[da95ad7]647          <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
[eea1dfc]648        </listitem>
649      </itemizedlist>
650    </listitem>
651
652    <listitem>
[da95ad7]653      <para>November 8, 2005</para>
[eea1dfc]654      <itemizedlist>
655        <listitem>
[da95ad7]656          <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
[eea1dfc]657        </listitem>
658      </itemizedlist>
659    </listitem>
660
661    <listitem>
[da95ad7]662      <para>November 7, 2005</para>
[eea1dfc]663      <itemizedlist>
664        <listitem>
[da95ad7]665          <para>[manuel] - Remove the optimization related warnings from the
666          toolchain packages. Ported from LFS-SVN.</para>
[eea1dfc]667        </listitem>
668        <listitem>
[da95ad7]669          <para>[manuel] - Install Vim's documentation to <filename
670          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
671          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
672          Ported from LFS-SVN.</para>
[eea1dfc]673        </listitem>
674        <listitem>
[da95ad7]675          <para>[manuel] - Correct the instructions for running the
676          Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
[eea1dfc]677        </listitem>
678        <listitem>
[da95ad7]679          <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
680          cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
[eea1dfc]681        </listitem>
682      </itemizedlist>
683    </listitem>
684
685    <listitem>
[da95ad7]686      <para>November 6, 2005</para>
[eea1dfc]687      <itemizedlist>
688        <listitem>
[da95ad7]689          <para>[jim] - Updated to Coreutils 5.93.</para>
[eea1dfc]690        </listitem>
691        <listitem>
[da95ad7]692          <para>[jim] - Updated to Procps 3.2.6.</para>
[eea1dfc]693        </listitem>
694        <listitem>
[da95ad7]695          <para>[jim] - Updated to Man-Pages 2.13.</para>
[eea1dfc]696        </listitem>
697      </itemizedlist>
698    </listitem>
699
700    <listitem>
[da95ad7]701      <para>November 5, 2005</para>
[eea1dfc]702      <itemizedlist>
703        <listitem>
[da95ad7]704          <para>[jim] - Updated to psmisc 21.8.</para>
[eea1dfc]705        </listitem>
706      </itemizedlist>
707    </listitem>
708
709    <listitem>
[da95ad7]710      <para>November 3, 2005</para>
[eea1dfc]711      <itemizedlist>
712        <listitem>
[da95ad7]713          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
714           Added fixes for dircolors and md5sum also.</para>
[420e0cd]715        </listitem>
716      </itemizedlist>
717    </listitem>
718
[bf8c11f]719    <listitem>
[da95ad7]720      <para>October 31, 2005</para>
[bf8c11f]721      <itemizedlist>
722        <listitem>
[da95ad7]723          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
[bf8c11f]724        </listitem>
725      </itemizedlist>
726    </listitem>
727
728  </itemizedlist>
729
730  <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
731
732</sect1>
Note: See TracBrowser for help on using the repository browser.