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
This commit is contained in:
Richard Downing 2005-07-31 08:20:35 +00:00
parent 3c3fbe65e2
commit 4576a1122a
4 changed files with 21 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "30">
<!ENTITY day "31">
<!ENTITY month "07">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@ -444,7 +444,7 @@
<!-- Chapter 35 -->
<!ENTITY mozilla-version "1.7.8">
<!ENTITY firefox-version "1.0.4">
<!ENTITY firefox-version "1.0.6">
<!ENTITY galeon-version "1.3.21">
<!ENTITY dillo-version "0.8.5">

View File

@ -23,7 +23,11 @@
<para>&version; &ndash; &releasedate;</para>
<itemizedlist>
<listitem>
<para>July 31st, 2005 [richard]: Updated to firefox-1.0.6.</para>
</listitem>
<listitem>
<para>July 30th, 2005 [bdubbs]: Updated to fetchmail-6.2.5.2.</para>
</listitem>

View File

@ -34,8 +34,8 @@
</listitem>
<listitem>
<para><emphasis>Co-Editors:</emphasis> Randy McMurchy,
Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai, David Jensen, and
Manuel Canales Esparcia.</para>
Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai, David Jensen,
Manuel Canales Esparcia, and Richard Downing.</para>
</listitem>
</itemizedlist>

View File

@ -6,8 +6,8 @@
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
<!ENTITY firefox-md5sum "0f5d0586750fde79ba98ecf3ee4425a7">
<!ENTITY firefox-size "31.2 MB">
<!ENTITY firefox-md5sum "7b4c1d10d478dcb4c52fbbe3e41745d9">
<!ENTITY firefox-size "32.0 MB">
<!ENTITY firefox-buildsize "545 MB">
<!ENTITY firefox-time "10.3 SBU">
]>
@ -97,8 +97,7 @@ export MOZ_PHOENIX="1" &amp;&amp;
--enable-application=browser \
--enable-default-toolkit=gtk2 \
--enable-extensions=cookie,xml-rpc,xmlextras,pref,\
transformiix,universalchardet,webservices,inspector,\
gnomevfs,negotiateauth \
transformiix,universalchardet,webservices,inspector \
--enable-crypto \
--enable-xft \
--enable-xinerama \
@ -123,7 +122,16 @@ make</userinput></screen>
<para>You should add the <option>--with-system-jpeg</option> switch
to the <command>configure</command> script if you have
<application>libjpeg</application> installed.</para>
<para>You should add <option>gnomevfs</option> to the list
in the <option>--enable-extensions</option> switch
if you have <application>libgnome</application> installed.</para>
<para>You should add <option>negotiateauth</option> to the list
in the <option>--enable-extensions</option> switch
if you have one of the <application>gssapi</application>
libraries installed.</para>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>