Changeset 2f85c65


Ignore:
Timestamp:
10/02/2008 04:03:01 PM (16 years ago)
Author:
Christian Wurst <cwurst@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2d4e23a
Parents:
4c3c8fe2
Message:

updated to which-2.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7586 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4c3c8fe2 r2f85c65  
    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">
  • general/prog/gcc.xml

    r4c3c8fe2 r2f85c65  
    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;
  • general/sysutils/which.xml

    r4c3c8fe2 r2f85c65  
    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">
  • introduction/welcome/changelog.xml

    r4c3c8fe2 r2f85c65  
    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>
Note: See TracChangeset for help on using the changeset viewer.