Changeset 7971

Show
Ignore:
Timestamp:
03/23/07 14:26:13 (2 years ago)
Author:
dnicholson
Message:

Apply the branch update patch to the temp Glibc, too

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7970 r7971  
    3838 
    3939    <listitem> 
     40      <para>2007-03-23</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[dnicholson] - Included the branch update patch for the 
     44          temporary Glibc in Chapter 5 to help minimize differences with the 
     45          final Glibc.</para> 
     46        </listitem> 
     47      </itemizedlist> 
     48    </listitem> 
     49 
     50    <listitem> 
    4051      <para>2007-03-21</para> 
    4152      <itemizedlist> 
  • trunk/BOOK/chapter05/glibc.xml

    r7970 r7971  
    3737  <sect2 role="installation"> 
    3838    <title>Installation of Glibc</title> 
     39 
     40    <para>Apply a patch to obtain various fixes that the upstream maintainers 
     41    have provided:</para> 
     42 
     43<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen> 
    3944 
    4045    <para>The Glibc documentation recommends building Glibc outside of the source 
  • trunk/BOOK/general.ent

    r7965 r7971  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20070319"> 
    3 <!ENTITY releasedate "March 19, 2007"> 
     2<!ENTITY version "SVN-20070323"> 
     3<!ENTITY releasedate "March 23, 2007"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->