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

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

Added command to man instructions to comment out /usr/local/man.

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