Changeset 0e3cef8


Ignore:
Timestamp:
01/07/2006 12:06:20 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
d07a8f84
Parents:
e1ca33a
Message:

Added some missing changelog entries. Fixed the Bzip2 test suite (ported from trunk).

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re1ca33a r0e3cef8  
    201201and readline-5.0 specific patches.</para>
    202202</listitem>
    203  
     203
    204204<listitem><para>December 11, 2005 [jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to
    205205work with the new bash version. Thanks to Alexander Patrakov and ultimately, Greg Schafer
     
    249249package.</para></listitem>
    250250
     251<listitem><para>November 24, 2005 [matt]: LFS-6.1.1-pre2
     252release.</para></listitem>
     253
    251254<listitem><para>November 23, 2005 [gerard]: Corrected reference to 'man page' to
    252255'HTML documentation' in chapter 6/sec</para></listitem>
     
    254257<listitem><para>November 18, 2005 [manuel]: Fixed the unpack of the
    255258module-init-tools-testsuite package.</para></listitem>
     259
     260<listitem><para>November 17, 2005 [matt]: LFS-6.1.1-pre1
     261release.</para></listitem>
    256262
    257263<listitem><para>November 16, 2005 [jhuntwork]: Textual correction concerning
     
    272278<listitem><para>November 12, 2005 [jhuntwork]: Move m4 to earlier in the
    273279build. Thanks Chris Staub.</para></listitem>
     280
     281<listitem><para>November 12, 2005 [matt]: Improve the heuristic for determining
     282a locale that is supported by both Glibc and packages outside LFS (bug 1642).
     283Many thanks to Alexander Patrakov for highlighting the numerous issues and for
     284reviewing the various suggested fixes.</para></listitem>
     285
     286<listitem><para>November 11, 2005 [matt]: Omit running Bzip2's testsuite as a
     287separate step, as <command>make</command> runs it automatically (bug 1652).
     288</para></listitem>
    274289
    275290<listitem><para>November 10, 2005 [jhuntwork]: Initial re-ordering of packages.
     
    3803951636).  Thanks to Tushar and Greg for their contributions on this issue.</para>
    381396</listitem>
    382  
     397
    383398<listitem><para>September 29, 2005 [matt]: Add more explicit reader
    384399prerequisites (fixes bug 1629).</para></listitem>
     
    417432<listitem><para>September 6, 2005 [ken]: Reworded the glibc text to expect
    418433test failures.</para></listitem>
    419  
     434
    420435<listitem><para>September 5, 2005 [ken]: Add patch to fix some of the math
    421436tests in glibc.</para></listitem>
  • chapter05/bzip2.xml

    re1ca33a r0e3cef8  
    2929
    3030<para>The Bzip2 package does not contain a <command>configure</command>
    31 script. Compile it with:</para>
     31script. Compile and test it with:</para>
    3232
    3333<screen><userinput>make</userinput></screen>
    34 
    35 <para>To test the results, issue: <userinput>make test</userinput>.</para>
    3634
    3735<para>Install the package:</para>
  • chapter06/bzip2.xml

    re1ca33a r0e3cef8  
    5353utilities against it.</para>
    5454
    55 <para>Compile the package:</para>
     55<para>Compile and test the package:</para>
    5656
    5757<screen><userinput>make</userinput></screen>
    58 
    59 <para>To test the results, issue:
    60 <userinput>make test</userinput>.</para>
    6158
    6259<para>If reinstalling Bzip2, perform
  • general.ent

    re1ca33a r0e3cef8  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "ALPHABETICAL-20060105">
    3 <!ENTITY releasedate "January 5, 2006">
     2<!ENTITY version "ALPHABETICAL-20060107">
     3<!ENTITY releasedate "January 7, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.