Changeset 4576a11


Ignore:
Timestamp:
07/31/2005 08:20:35 AM (19 years ago)
Author:
Richard Downing <richard@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
862f2e3
Parents:
3c3fbe6
Message:

Updated to firefox-1.0.6 and added self to Co-Editors

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3c3fbe6 r4576a11  
    1 <!ENTITY day          "30">
     1<!ENTITY day          "31">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2005">
     
    445445<!-- Chapter 35 -->
    446446<!ENTITY mozilla-version              "1.7.8">
    447 <!ENTITY firefox-version              "1.0.4">
     447<!ENTITY firefox-version              "1.0.6">
    448448<!ENTITY galeon-version               "1.3.21">
    449449<!ENTITY dillo-version                "0.8.5">
  • introduction/welcome/changelog.xml

    r3c3fbe6 r4576a11  
    2424
    2525  <itemizedlist>
    26  
     26   
     27    <listitem>
     28      <para>July 31st, 2005 [richard]: Updated to firefox-1.0.6.</para>
     29    </listitem>
     30   
    2731    <listitem>
    2832      <para>July 30th, 2005 [bdubbs]: Updated to fetchmail-6.2.5.2.</para>
  • introduction/welcome/credits.xml

    r3c3fbe6 r4576a11  
    3535      <listitem>
    3636        <para><emphasis>Co-Editors:</emphasis> Randy McMurchy,
    37         Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai, David Jensen, and
    38         Manuel Canales Esparcia.</para>
     37        Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai, David Jensen,
     38        Manuel Canales Esparcia, and Richard Downing.</para>
    3939      </listitem>
    4040    </itemizedlist>
  • xsoft/graphweb/firefox.xml

    r3c3fbe6 r4576a11  
    77  <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    88  <!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    9   <!ENTITY firefox-md5sum        "0f5d0586750fde79ba98ecf3ee4425a7">
    10   <!ENTITY firefox-size          "31.2 MB">
     9  <!ENTITY firefox-md5sum        "7b4c1d10d478dcb4c52fbbe3e41745d9">
     10  <!ENTITY firefox-size          "32.0 MB">
    1111  <!ENTITY firefox-buildsize     "545 MB">
    1212  <!ENTITY firefox-time          "10.3 SBU">
     
    9898            --enable-default-toolkit=gtk2 \
    9999            --enable-extensions=cookie,xml-rpc,xmlextras,pref,\
    100               transformiix,universalchardet,webservices,inspector,\
    101               gnomevfs,negotiateauth \
     100              transformiix,universalchardet,webservices,inspector \
    102101            --enable-crypto \
    103102            --enable-xft \
     
    124123    to the <command>configure</command> script if you have
    125124    <application>libjpeg</application> installed.</para>
    126 
     125   
     126    <para>You should add <option>gnomevfs</option> to the list
     127      in the <option>--enable-extensions</option> switch
     128      if you have <application>libgnome</application> installed.</para>
     129
     130   <para>You should add <option>negotiateauth</option> to the list
     131      in the <option>--enable-extensions</option> switch
     132      if you have one of the <application>gssapi</application>
     133      libraries installed.</para>
     134       
    127135    <para>This package does not come with a test suite.</para>
    128136
Note: See TracChangeset for help on using the changeset viewer.