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

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

Changed shadow instructions for disabling installation of groups program man pages

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