<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Firefox 3.1 Intel Optimized Build</title>
	<atom:link href="http://test.latko.org/?feed=rss2&#038;p=123" rel="self" type="application/rss+xml" />
	<link>http://test.latko.org/?p=123</link>
	<description>A Misanthropic Anthropoid With Something to Say</description>
	<lastBuildDate>Sun, 13 Nov 2022 02:54:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danny Ruiz</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-3900</link>
		<dc:creator>Danny Ruiz</dc:creator>
		<pubDate>Tue, 09 Jun 2009 04:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-3900</guid>
		<description>Been using your 3.5b5pre for a few weeks, and it&#039;s been fantastically stable and flawless for me.  Honestly, I haven&#039;t experienced a single crash, whereas with with the last Firefox 3.x stable build I&#039;d have a crash a day or so.  Pleasantly surprised, stable, and fast.  Thank you!!! 
 
Oh, I&#039;m running OSX 10.4.11, MBP w/ 2GB RAM &amp; 120GB HDD. </description>
		<content:encoded><![CDATA[<p>Been using your 3.5b5pre for a few weeks, and it&#039;s been fantastically stable and flawless for me.  Honestly, I haven&#039;t experienced a single crash, whereas with with the last Firefox 3.x stable build I&#039;d have a crash a day or so.  Pleasantly surprised, stable, and fast.  Thank you!!! </p>
<p>Oh, I&#039;m running OSX 10.4.11, MBP w/ 2GB RAM &amp; 120GB HDD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueBoxTraveler</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-3831</link>
		<dc:creator>BlueBoxTraveler</dc:creator>
		<pubDate>Wed, 27 May 2009 17:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-3831</guid>
		<description>&lt;p&gt;Shiretoko-optimized Firefox 3.5 build for OSX really is worth the download. Much faster and I&#8217;ve had no stability issues &lt;a href=&quot;http://bit.ly/lovrH&quot;&gt;http://bit.ly/lovrH&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/BlueBoxTraveler/statuses/1938083660&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Shiretoko-optimized Firefox 3.5 build for OSX really is worth the download. Much faster and I&#8217;ve had no stability issues <a href="http://bit.ly/lovrH">http://bit.ly/lovrH</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/BlueBoxTraveler/statuses/1938083660" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Latko</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-3193</link>
		<dc:creator>Chris Latko</dc:creator>
		<pubDate>Thu, 21 May 2009 23:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-3193</guid>
		<description>@ted thanks for the tip. Will update shortly...</description>
		<content:encoded><![CDATA[<p>@ted thanks for the tip. Will update shortly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Mielczarek</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-2784</link>
		<dc:creator>Ted Mielczarek</dc:creator>
		<pubDate>Wed, 13 May 2009 12:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-2784</guid>
		<description>Just FYI, your mozconfig contains a lot of cruft. For example:
ac_add_options --enable-reorder
This isn&#039;t a valid option to configure.

ac_add_options --disable-debug
ac_add_options --disable-shared
ac_add_options --enable-strip
ac_add_options --enable-pthreads
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-extensions=default,spellcheck
ac_add_options --without-system-png
ac_add_options --without-system-mng
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
These are all the default settings.

ac_add_options --enable-prebinding
I&#039;m told this option hasn&#039;t done anything useful since OS X 10.3 or so. (See https://bugzilla.mozilla.org/show_bug.cgi?id=407399)</description>
		<content:encoded><![CDATA[<p>Just FYI, your mozconfig contains a lot of cruft. For example:<br />
ac_add_options &#8211;enable-reorder<br />
This isn&#8217;t a valid option to configure.</p>
<p>ac_add_options &#8211;disable-debug<br />
ac_add_options &#8211;disable-shared<br />
ac_add_options &#8211;enable-strip<br />
ac_add_options &#8211;enable-pthreads<br />
ac_add_options &#8211;enable-svg<br />
ac_add_options &#8211;enable-canvas<br />
ac_add_options &#8211;enable-extensions=default,spellcheck<br />
ac_add_options &#8211;without-system-png<br />
ac_add_options &#8211;without-system-mng<br />
ac_add_options &#8211;without-system-nspr<br />
ac_add_options &#8211;without-system-zlib<br />
ac_add_options &#8211;without-system-jpeg<br />
These are all the default settings.</p>
<p>ac_add_options &#8211;enable-prebinding<br />
I&#8217;m told this option hasn&#8217;t done anything useful since OS X 10.3 or so. (See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=407399)" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=407399)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dennis</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-2768</link>
		<dc:creator>dennis</dc:creator>
		<pubDate>Wed, 13 May 2009 05:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-2768</guid>
		<description>im using osx tiger 10.4.11 and it&#039;s not working good, firefox also want to start up when i click the icon

A copy of Firefox is already open. Only one copy of Firefox can be open at a time.</description>
		<content:encoded><![CDATA[<p>im using osx tiger 10.4.11 and it&#8217;s not working good, firefox also want to start up when i click the icon</p>
<p>A copy of Firefox is already open. Only one copy of Firefox can be open at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-2749</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 12 May 2009 22:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-2749</guid>
		<description>I know it&#039;s not the fault of the optimizations but wow it&#039;s this build is buggy.</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s not the fault of the optimizations but wow it&#8217;s this build is buggy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Latko</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-2268</link>
		<dc:creator>Chris Latko</dc:creator>
		<pubDate>Sun, 03 May 2009 12:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-2268</guid>
		<description>@david - the 5pre is the beta 4 build.

@josh - Honestly, I&#039;m not sure. I used the same build steps I&#039;ve used in all previous releases available on this site. So I&#039;m pretty sure it is not the optimization. You can also check the .mozconfig file on the downloads page.</description>
		<content:encoded><![CDATA[<p>@david &#8211; the 5pre is the beta 4 build.</p>
<p>@josh &#8211; Honestly, I&#8217;m not sure. I used the same build steps I&#8217;ve used in all previous releases available on this site. So I&#8217;m pretty sure it is not the optimization. You can also check the .mozconfig file on the downloads page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-2248</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sun, 03 May 2009 05:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-2248</guid>
		<description>Hi, just got the shiretoko-3.5b5pre build. Thanks. 

Two issues I&#039;ve noticed - sometimes you can&#039;t click to change a tab. You click on a tab that&#039;s not in front but nothing happens. Also, in the search field at the top right, I can enter text but the return key doesn&#039;t do anything. 

Is this a result of the optimized build? Or something wrong with Shiretoko? 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, just got the shiretoko-3.5b5pre build. Thanks. </p>
<p>Two issues I&#8217;ve noticed &#8211; sometimes you can&#8217;t click to change a tab. You click on a tab that&#8217;s not in front but nothing happens. Also, in the search field at the top right, I can enter text but the return key doesn&#8217;t do anything. </p>
<p>Is this a result of the optimized build? Or something wrong with Shiretoko? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-2185</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 02 May 2009 02:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-2185</guid>
		<description>how about beta4?</description>
		<content:encoded><![CDATA[<p>how about beta4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addison</title>
		<link>http://test.latko.org/?p=123&#038;cpage=2#comment-1986</link>
		<dc:creator>Addison</dc:creator>
		<pubDate>Tue, 28 Apr 2009 06:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=123#comment-1986</guid>
		<description>Hey, I love your optimized builds. They would wonderful on my computer and are super fast. I just wanted to let you know that the official 3.5 beta 4 was released recently. I tried to do a little research to figure out how to build it myself with your mozconfig file but it looked like it was going to take a lot more work than I thought or maybe I just read wrong lol</description>
		<content:encoded><![CDATA[<p>Hey, I love your optimized builds. They would wonderful on my computer and are super fast. I just wanted to let you know that the official 3.5 beta 4 was released recently. I tried to do a little research to figure out how to build it myself with your mozconfig file but it looked like it was going to take a lot more work than I thought or maybe I just read wrong lol</p>
]]></content:encoded>
	</item>
</channel>
</rss>
