Changeset c4dfdaaa


Ignore:
Timestamp:
01/31/2006 07:33:39 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
50e693d
Parents:
6d48233
Message:

Fixed Changelog indentation.
Please, across the book use two-spaces indentation (no tabs)
and wrap the text at ~80 characters.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6d48233 rc4dfdaaa  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang on to its
    44           source directories. Also use 'gcc -dumpmachine' instead of the MACHTYPE var.</para>
    45         </listitem>
    46         <listitem>
    47           <para>[jhuntwork] - Various textual corrections. Thanks Chris Staub.</para>
    48         </listitem>
    49         <listitem>
    50           <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils pass 1 and 2.
    51           Thanks Dan Nicholson.</para>
     43          <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang
     44          on to its source directories. Also use 'gcc -dumpmachine' instead
     45          of the MACHTYPE var.</para>
     46        </listitem>
     47        <listitem>
     48          <para>[jhuntwork] - Various textual corrections. Thanks Chris
     49          Staub.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils
     53          pass 1 and 2. Thanks Dan Nicholson.</para>
    5254        </listitem>
    5355      </itemizedlist>
     
    5860      <itemizedlist>
    5961        <listitem>
    60           <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
    61         </listitem>
    62         <listitem>
    63           <para>[jhuntwork] - Remove a spurious -i from the perl command when
    64           readjusting the toolchain. Thanks Dan Nicholson.</para>
    65         </listitem>
     62          <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[jhuntwork] - Remove a spurious -i from the perl command when
     66          readjusting the toolchain. Thanks Dan Nicholson.</para>
     67        </listitem>
    6668      </itemizedlist>
    6769    </listitem>
     
    7274        <listitem>
    7375          <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
    74           allow test-installation.pl to run.</para>
    75         </listitem>
    76         <listitem>
    77           <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
    78           for use in the chapter 6 readjusting section. Also add some extended
    79           sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
    80           Thanks to Dan Nicholson for the report, as well.</para>
    81         </listitem>
    82         <listitem>
    83           <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
    84           section.</para>
    85         </listitem>
     76          allow test-installation.pl to run.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
     80          for use in the chapter 6 readjusting section. Also add some extended
     81          sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
     82          Thanks to Dan Nicholson for the report, as well.</para>
     83        </listitem>
     84        <listitem>
     85          <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
     86          section.</para>
     87        </listitem>
    8688      </itemizedlist>
    8789    </listitem>
     
    9193      <itemizedlist>
    9294        <listitem>
    93           <para>[jhuntwork] - Remove ppc specific instructions from chapter 6 patch.
    94           Cross-LFS can handle non-x86 arch specifics at this point.</para>
    95         </listitem>
    96         <listitem>
    97           <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
    98           the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
    99           and Greg Schafer for the fix.</para>
    100         </listitem>
    101         <listitem>
    102           <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter 6
    103           so that chapter 6 GCC and Binutils links against the proper Glibc and so
    104           that we don't have to keep the binutils directories from chapter 5. Also
    105           moved a note about saving the /tools directory to the beginning of chapter 6.
    106           Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and
    107           Tushar Teredesai for reporting and resolving this issue.</para>
    108         </listitem>
     95          <para>[jhuntwork] - Remove ppc specific instructions from chapter 6
     96          patch. Cross-LFS can handle non-x86 arch specifics at this point.</para>
     97        </listitem>
     98        <listitem>
     99          <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
     100          the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
     101          and Greg Schafer for the fix.</para>
     102        </listitem>
     103        <listitem>
     104          <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter
     105          6 so that chapter 6 GCC and Binutils links against the proper Glibc and
     106          so that we don't have to keep the binutils directories from chapter 5.
     107          Also moved a note about saving the /tools directory to the beginning of
     108          chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov,
     109          Greg Schafer and Tushar Teredesai for reporting and resolving this
     110          issue.</para>
     111        </listitem>
    109112        <listitem>
    110113          <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
     
    143146        <listitem>
    144147          <para>[matthew] - Install documentation for the Linux kernel.  Thanks
    145 to Tushar for the report.  Fixes bug 1683.</para>
     148          to Tushar for the report.  Fixes bug 1683.</para>
    146149        </listitem>
    147150        <listitem>
     
    158161        <listitem>
    159162          <para>[jhuntwork] - Added a patch to fix the sprintf security
    160           vulnerability in Perl. Thanks to Tim van der Molen for pointing it out.</para>
     163          vulnerability in Perl. Thanks to Tim van der Molen for pointing
     164          it out.</para>
    161165        </listitem>
    162166      </itemizedlist>
     
    168172        <listitem>
    169173          <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
    170           to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
     174          to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
    171175        </listitem>
    172176      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.