source: introduction/common/changelog.xml @ dcc18d8f

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

r953@server (orig r951): jim | 2005-12-22 00:47:27 -0800

r1172@server: jim | 2005-12-22 00:40:48 -0800
Added Readline Patch from Maintainer


001 - A problem with the readline callback interface can result in segmentation

faults when using the delete-char function via a multiple-key sequence.
Two consecutive calls to delete-char will crash the application calling
readline.




  • 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 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
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>December 22, 2005</para>
41      <itemizedlist>
42        <listitem>
43          <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
44          following issue: There are parsing problems with compound assignments in several contexts,
45          including as arguments to builtins like `local', `eval', and `let', and
46          as multiple assignments in a single command.</para>
47        </listitem>
48        <listitem>
49          <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
50          following issue: A problem with the readline callback interface can result in segmentation
51          faults when using the delete-char function via a multiple-key sequence.
52          Two consecutive calls to delete-char will crash the application calling
53          readline.</para>
54        </listitem>
55      </itemizedlist>
56    </listitem>
57
58    <listitem>
59      <para>December 20, 2005</para>
60      <itemizedlist>
61        <listitem>
62          <para>[jim] - Updated to M4 1.4.4.</para>
63        </listitem>
64      </itemizedlist>
65    </listitem>
66
67   <listitem>
68     <para>December 19, 2005</para>
69     <itemizedlist>
70        <listitem>
71          <para>[ken] - Fix for accessing vim's documentation, from LFS.</para>
72        </listitem>
73        <listitem>
74          <para>[jim] - Fixed the Gettext testsuite from failing, by fixing
75          an issue in Gawk. Thank you Greg Schaefer.</para>
76        </listitem>
77     </itemizedlist>
78   </listitem>
79
80    <listitem>
81      <para>December 18, 2005</para>
82      <itemizedlist>
83        <listitem>
84          <para>[jim] - Re-arranged temp-tools. Renamed it to testsuite-tools. Moved
85          perl and texinfo to temp-system. Moved flags from testsuite-tools to chroot
86          and boot sections.</para>
87        </listitem>
88        <listitem>
89          <para>[jim] - Removed 32bit and N32 builds from temp-system, upon testing
90          it was found that these were not needed for building the final system on
91          a multilib capable build.</para>
92        </listitem>
93        <listitem>
94          <para>[jim] - Updated to Libtool 1.5.22.</para>
95        </listitem>
96        <listitem>
97          <para>[jim] - Updated to Man-Pages 2.18.</para>
98        </listitem>
99      </itemizedlist>
100    </listitem>
101
102    <listitem>
103      <para>December 17, 2005</para>
104      <itemizedlist>
105        <listitem>
106          <para>[jim] - Updated to psmisc 21.9.</para>
107        </listitem>
108      </itemizedlist>
109    </listitem>
110
111    <listitem>
112      <para>December 16, 2005</para>
113      <itemizedlist>
114        <listitem>
115          <para>[jim] - Moved Tree to temp-tools, since it's not needed for the final-system.</para>
116        </listitem>
117        <listitem>
118          <para>[jim] - Moved Procps before perl in the final-system build. Fixes test suite issue
119          in perl.</para>
120        </listitem>
121      </itemizedlist>
122    </listitem>
123
124    <listitem>
125      <para>December 15, 2005</para>
126      <itemizedlist>
127        <listitem>
128          <para>[ken] - Minor fix for rendering in temp-tools/texinfo.</para>
129        </listitem>
130        <listitem>
131          <para>[jim] - Added not to temp-system about the WARNING message.</para>
132        </listitem>
133      </itemizedlist>
134    </listitem>
135
136    <listitem>
137      <para>December 14, 2005</para>
138      <itemizedlist>
139        <listitem>
140          <para>[jim] - Change the LFS_HOST and LFS_TARGET pages to prevent
141          further build issues.</para>
142        </listitem>
143        <listitem>
144          <para>[jim] - Updated to Man-Pages 2.17.</para>
145        </listitem>
146        <listitem>
147          <para>[jim] - Added Tree 1.5.0. Added for the udev testsuite.</para>
148        </listitem>
149      </itemizedlist>
150    </listitem>
151
152    <listitem>
153      <para>December 13, 2005</para>
154      <itemizedlist>
155        <listitem>
156          <para>[jim] - Removed setvbuf test from Temp-System Bash compile.
157          Thanks to David Fix.</para>
158        </listitem>
159      </itemizedlist>
160    </listitem>
161
162    <listitem>
163      <para>December 12, 2005</para>
164      <itemizedlist>
165        <listitem>
166          <para>[jim] - Removed testsuites from Temp-Tools section.</para>
167        </listitem>
168      </itemizedlist>
169    </listitem>
170
171    <listitem>
172      <para>December 11, 2005</para>
173      <itemizedlist>
174        <listitem>
175          <para>[ken] - Fix Tcl configure, thanks to Greg Schafer.</para>
176        </listitem>
177      </itemizedlist>
178    </listitem>
179
180    <listitem>
181      <para>December 9, 2005</para>
182      <itemizedlist>
183        <listitem>
184          <para>[jim] - Upgraded to Module Init Tools 3.2.2.</para>
185        </listitem>
186        <listitem>
187          <para>[ken] - Bzip2 - clarify what is being tested.</para>
188        </listitem>
189        <listitem>
190          <para>[jim] - Removed installation of sound sanitized headers.
191          They will be removed in the next release of linux-libc-headers.</para>
192        </listitem>
193      </itemizedlist>
194    </listitem>
195
196    <listitem>
197      <para>December 8, 2005</para>
198      <itemizedlist>
199        <listitem>
200          <para>[jim] - Upgraded to Less 394.</para>
201        </listitem>
202        <listitem>
203          <para>[jim] - Upgraded to Bash 3.1.</para>
204        </listitem>
205        <listitem>
206          <para>[jim] - Upgraded to Readline 5.1.</para>
207        </listitem>
208      </itemizedlist>
209    </listitem>
210
211    <listitem>
212      <para>December 7, 2005</para>
213      <itemizedlist>
214        <listitem>
215          <para>[jim] - Upgraded to TCL 8.4.12.</para>
216        </listitem>
217        <listitem>
218          <para>[jim] - Upgraded to IPRoute2 2.6.14-051107.</para>
219        </listitem>
220        <listitem>
221          <para>[jim] - Upgraded to Readline 5.0.5.</para>
222        </listitem>
223        <listitem>
224          <para>[jim] - Upgraded to Bash 3.0.16.</para>
225        </listitem>
226      </itemizedlist>
227    </listitem>
228
229    <listitem>
230      <para>December 6, 2005</para>
231      <itemizedlist>
232        <listitem>
233          <para>[jim] - Upgraded to Glibc 20051107.</para>
234        </listitem>
235        <listitem>
236          <para>[jim] - Sparcv8 now uses the same Glibc as the other architectures.</para>
237        </listitem>
238        <listitem>
239          <para>[jim] - Ported Gettext update from Temp-system LFS to Cross-LFS.</para>
240        </listitem>
241        <listitem>
242          <para>[ken] - Tidying in Gettext to reflect our differences from LFS, and
243                correct the date in changelog.</para>
244        </listitem>
245        <listitem>
246          <para>[jim] - Moved Cross-tools from $HOME to LFS. This provide a easy way
247          for livecd builders to not loose valueable build time, if something goes
248          wrong.</para>
249        </listitem>
250        <listitem>
251          <para>[jim] - Upgraded to Findutils 4.2.27.</para>
252        </listitem>
253      </itemizedlist>
254    </listitem>
255
256    <listitem>
257      <para>December 5, 2005</para>
258      <itemizedlist>
259        <listitem>
260          <para>[Matt Darcy] - Updated the resources page to include reference and base
261                instructions on using the LFS pastebin</para>
262        </listitem>
263        <listitem>
264          <para>[Matt Darcy] - Updated some of the missing text poritions of the book</para>
265        </listitem>
266        <listitem>
267          <para>[Matt Darcy] - Updated creation of $LFSHOME parameter to a less
268                user error system. This change will will need to be validated by
269                by other devs</para>
270        </listitem>
271        <listitem>
272          <para>[ken] - Moved Mktemp ahead of Module-init-tools so that the latter's
273                testsuite doesn't bail out when testing generate-modprobe.conf.</para>
274        </listitem>
275      </itemizedlist>
276    </listitem>
277
278    <listitem>
279      <para>December 3, 2005</para>
280      <itemizedlist>
281        <listitem>
282          <para>[ken] - Reference a home directory for dummy user when testing
283          coreutils, and correct sed 'man page' to 'HTML documentation', both
284          from LFS.</para>
285        </listitem>
286      </itemizedlist>
287    </listitem>
288
289    <listitem>
290      <para>December 2, 2005</para>
291      <itemizedlist>
292        <listitem>
293          <para>[jim] - Updated to Man-Pages 2.16.</para>
294        </listitem>
295      </itemizedlist>
296    </listitem>
297
298    <listitem>
299      <para>December 1, 2005</para>
300      <itemizedlist>
301        <listitem>
302          <para>[jim] - Updated to Linux 2.6.14.3.</para>
303        </listitem>
304        <listitem>
305          <para>[jim] - Updated to Man-Pages 2.15.</para>
306        </listitem>
307        <listitem>
308          <para>[jim] - Updated to Udev 076.</para>
309        </listitem>
310        <listitem>
311          <para>[jim] - Added support for Sparc v8 and below.</para>
312        </listitem>
313      </itemizedlist>
314    </listitem>
315
316   <listitem>
317      <para>November 30, 2005</para>
318      <itemizedlist>
319        <listitem>
320          <para>[jim] - Text updates to final-system.</para>
321        </listitem>
322        <listitem>
323          <para>[jim] - Text updates to temp-tools.</para>
324        </listitem>
325      </itemizedlist>
326    </listitem>
327
328   <listitem>
329      <para>November 29, 2005</para>
330      <itemizedlist>
331        <listitem>
332          <para>[jim] - Text updates to chroot.</para>
333        </listitem>
334        <listitem>
335          <para>[jim] - Text updates to boot.</para>
336        </listitem>
337      </itemizedlist>
338    </listitem>
339
340   <listitem>
341      <para>November 28, 2005</para>
342      <itemizedlist>
343        <listitem>
344          <para>[jim] - Text updates to glibc in all sections.</para>
345        </listitem>
346        <listitem>
347          <para>[jim] - Text updates to temp-system.</para>
348        </listitem>
349        <listitem>
350          <para>[jim] - Fixed duplicated gcc configure line in gcc. Thank you Dennis Perkins.</para>
351        </listitem>
352      </itemizedlist>
353    </listitem>
354
355   <listitem>
356      <para>November 27, 2005</para>
357      <itemizedlist>
358        <listitem>
359          <para>[jim] - Text updates to gcc in all sections.</para>
360        </listitem>
361        <listitem>
362          <para>[jim] - Updates to Ncurses, added curses file and link. Thank you G. Moko.</para>
363        </listitem>
364      </itemizedlist>
365    </listitem>
366
367   <listitem>
368      <para>November 25, 2005</para>
369      <itemizedlist>
370        <listitem>
371          <para>[jim] - Text updates to binutils in all sections.</para>
372        </listitem>
373      </itemizedlist>
374    </listitem>
375
376    <listitem>
377      <para>November 24, 2005</para>
378      <itemizedlist>
379        <listitem>
380          <para>[Matt Darcy] - Text updates to resources page </para>
381        </listitem>
382        <listitem>
383          <para>[Matt Darcy] - Updated reference to LFS news server to reflect
384          that it no longer exists</para>
385        </listitem>
386      </itemizedlist>
387    </listitem>
388
389    <listitem>
390      <para>November 23, 2005</para>
391      <itemizedlist>
392        <listitem>
393          <para>[jim] - For inetutils to utilize the Ncurses headers in
394          /tools/include.</para>
395        </listitem>
396      </itemizedlist>
397    </listitem>
398
399    <listitem>
400      <para>November 21, 2005</para>
401      <itemizedlist>
402        <listitem>
403          <para>[jim] - Updated to Udev 075.</para>
404        </listitem>
405        <listitem>
406          <para>[jim] - Updated to Module Init Tools 3.2.1.</para>
407        </listitem>
408      </itemizedlist>
409    </listitem>
410
411    <listitem>
412      <para>November 20, 2005</para>
413      <itemizedlist>
414        <listitem>
415          <para>[jim] - Updated to Findutils 4.2.26.</para>
416        </listitem>
417      </itemizedlist>
418    </listitem>
419
420    <listitem>
421      <para>November 18, 2005</para>
422      <itemizedlist>
423        <listitem>
424          <para>[manuel] - Fixed the unpack of the module-init-tools-testsuite
425          package.</para>
426        </listitem>
427      </itemizedlist>
428    </listitem>
429
430    <listitem>
431      <para>November 17, 2005</para>
432      <itemizedlist>
433        <listitem>
434          <para>[jim] - Update to Man-Pages 2.14.</para>
435        </listitem>
436        <listitem>
437          <para>[jim] - Update to Linux 2.6.14.2. This includes changes for the MIPS
438          Architecture. New Patch added.</para>
439        </listitem>
440        <listitem>
441          <para>[jim] - Added change to move /usr/bin/less to /bin/less.</para>
442        </listitem>
443      </itemizedlist>
444    </listitem>
445
446    <listitem>
447      <para>November 13, 2005</para>
448      <itemizedlist>
449        <listitem>
450          <para>[manuel] - Improve the heuristic for determining a locale that
451          is supported by both Glibc and packages outside LFS. Ported from
452          LFS-SVN.</para>
453        </listitem>
454        <listitem>
455          <para>[manuel] - Omit running Bzip2's testsuite as a separate step,
456          as make runs it automatically. Ported from LFS-SVN.</para>
457        </listitem>
458        <listitem>
459          <para>[jim] - Updated TCL build to install headers. Thank you Greg Schafer.</para>
460        </listitem>
461        <listitem>
462          <para>[jim] - Updated Expect to use the newly relocated TCL Headers. Thank you Greg Schafer.</para>
463        </listitem>
464      </itemizedlist>
465    </listitem>
466
467    <listitem>
468      <para>November 10, 2005</para>
469      <itemizedlist>
470        <listitem>
471          <para>[ken] - Added Data/Dumper to temp perl modules, for coreutils
472          testsuite. Ported from LFS-SVN.</para>
473        </listitem>
474        <listitem>
475          <para>[ken] - Removed POSIX VERSION information from coreutils page Thank you G Moko.</para>
476        </listitem>
477        <listitem>
478          <para>[jim] - Added text for multilib kernel build requirements.</para>
479        </listitem>
480      </itemizedlist>
481    </listitem>
482
483    <listitem>
484      <para>November 9, 2005</para>
485      <itemizedlist>
486        <listitem>
487          <para>[manuel] - Stop Udev from killing udevd processes on the
488          system and removed udevdir=/dev. Ported from LFS-SVN.</para>
489        </listitem>
490        <listitem>
491          <para>[manuel] - Install the binaries from Less to /usr/bin instead
492          of /bin. Ported from LFS-SVN.</para>
493        </listitem>
494        <listitem>
495          <para>[manuel] - Removed SBUs and disk usage information.</para>
496        </listitem>
497        <listitem>
498          <para>[jim] - Added missing utmp group. Thank you William Zhou.</para>
499        </listitem>
500      </itemizedlist>
501    </listitem>
502
503    <listitem>
504      <para>November 8, 2005</para>
505      <itemizedlist>
506        <listitem>
507          <para>[jim] - Removed make headers -C bfd from Binutils. Thank you Robert Day.</para>
508        </listitem>
509      </itemizedlist>
510    </listitem>
511
512    <listitem>
513      <para>November 7, 2005</para>
514      <itemizedlist>
515        <listitem>
516          <para>[manuel] - Remove the optimization related warnings from the
517          toolchain packages. Ported from LFS-SVN.</para>
518        </listitem>
519        <listitem>
520          <para>[manuel] - Install Vim's documentation to <filename
521          class="directory">/usr/share/doc/vim-&vim-version;</filename> instead
522          of <filename class="directory">/usr/share/vim/vim64/doc</filename>.
523          Ported from LFS-SVN.</para>
524        </listitem>
525        <listitem>
526          <para>[manuel] - Correct the instructions for running the
527          Module-Init-Tools' testsuite. Ported from LFS-SVN.</para>
528        </listitem>
529        <listitem>
530          <para>[jim] - Removed unnecessary linking libc sed in gcc-final in
531          cross-tools. Recommendation from Erik-Jan, via cross-lfs list.</para>
532        </listitem>
533      </itemizedlist>
534    </listitem>
535
536    <listitem>
537      <para>November 6, 2005</para>
538      <itemizedlist>
539        <listitem>
540          <para>[jim] - Updated to Coreutils 5.93.</para>
541        </listitem>
542        <listitem>
543          <para>[jim] - Updated to Procps 3.2.6.</para>
544        </listitem>
545        <listitem>
546          <para>[jim] - Updated to Man-Pages 2.13.</para>
547        </listitem>
548      </itemizedlist>
549    </listitem>
550
551    <listitem>
552      <para>November 5, 2005</para>
553      <itemizedlist>
554        <listitem>
555          <para>[jim] - Updated to psmisc 21.8.</para>
556        </listitem>
557      </itemizedlist>
558    </listitem>
559
560    <listitem>
561      <para>November 3, 2005</para>
562      <itemizedlist>
563        <listitem>
564          <para>[jim] - Fixes added to coreutils. Coreutils was install locales to /locale.
565           Added fixes for dircolors and md5sum also.</para>
566        </listitem>
567      </itemizedlist>
568    </listitem>
569
570    <listitem>
571      <para>October 31, 2005</para>
572      <itemizedlist>
573        <listitem>
574          <para>[jim] - Now an official project. Resetting all Changelogs.</para>
575        </listitem>
576      </itemizedlist>
577    </listitem>
578
579  </itemizedlist>
580
581  <para>Branch Synced from the Release of LFS 6.0 on February 23rd, 2005</para>
582
583</sect1>
Note: See TracBrowser for help on using the repository browser.