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

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

Removed the bash ncurses patch and added the bash fixes-1.patch

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