Changeset 7586

Show
Ignore:
Timestamp:
10/02/08 10:03:01 (2 months ago)
Author:
cwurst
Message:

updated to which-2.20

Location:
trunk/BOOK
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/BOOK/general.ent

    r7582 r7586  
    44--> 
    55 
    6 <!ENTITY day          "31">                   <!-- Always 2 digits --> 
    7 <!ENTITY month        "08">                   <!-- Always 2 digits --> 
     6<!ENTITY day          "02">                   <!-- Always 2 digits --> 
     7<!ENTITY month        "10">                   <!-- Always 2 digits --> 
    88<!ENTITY year         "2008"> 
    99<!ENTITY copyrightdate "2001-&year;"> 
    1010<!ENTITY copyholder   "The BLFS Development Team"> 
    1111<!ENTITY version      "svn-&year;&month;&day;"> 
    12 <!ENTITY releasedate  "August &day;st, &year;"> 
     12<!ENTITY releasedate  "October &day;st, &year;"> 
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] --> 
     
    190190<!ENTITY fcron-version                "3.0.3"> 
    191191<!ENTITY hdparm-version               "7.7"> 
    192 <!ENTITY which-version                "2.19"> 
     192<!ENTITY which-version                "2.20"> 
    193193<!ENTITY unzip-version                "5.52"> 
    194194<!ENTITY zip-version                  "2.32"> 
  • trunk/BOOK/general/prog/gcc.xml

    r7260 r7586  
    193193    use a <quote>bootstrap</quote> you could end up having a 
    194194    <command>gcc</command> installed on the system that was produced by a 
    195     foriegn compiler.</para> 
     195    foreign compiler.</para> 
    196196 
    197197<screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in &amp;&amp; 
  • trunk/BOOK/general/sysutils/which.xml

    r7343 r7586  
    77  <!ENTITY which-download-http "http://www.xs4all.nl/~carlo17/which/which-&which-version;.tar.gz"> 
    88  <!ENTITY which-download-ftp  "ftp://ftp.gnu.org/gnu/which/which-&which-version;.tar.gz"> 
    9   <!ENTITY which-md5sum        "bbd094cec2444cd78befbc0cf09deea4"> 
    10   <!ENTITY which-size          "132 KB"> 
     9  <!ENTITY which-md5sum        "95be0501a466e515422cde4af46b2744"> 
     10  <!ENTITY which-size          "135 KB"> 
    1111  <!ENTITY which-buildsize     "1 MB"> 
    1212  <!ENTITY which-time          "less than 0.1 SBU"> 
  • trunk/BOOK/introduction/welcome/changelog.xml

    r7582 r7586  
    4343 
    4444    <listitem> 
     45      <para>October 2nd, 2008</para> 
     46      <itemizedlist> 
     47        <listitem> 
     48          <para>[cwurst] - Updated to which-2.20. Fixes #2556.</para> 
     49        </listitem> 
     50      </itemizedlist> 
     51    </listitem> 
     52 
     53    <listitem> 
    4554      <para>August 31st, 2008</para> 
    4655      <itemizedlist>