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

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

Moved e2fsprogs and sed before coreutils

+ for consistancy with clfs-svn. The testsuite dependency,
+ the reason for it moving, doesn't affect clfs2.

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