Firefox 3.5.1 Released
alek writes "A day after Slashdot reports about a self-inflicted vulnerability in Firefox 3.5, Mozilla releases 3.5.1. It addresses that security issue, but also fixes the annoying slow-startup on Windows. Bummer the UNIX wars have subsided, because apparently they also had to fix a problem where Firefox on a Sparc platform would crash when visiting www.hp.com!"
Your post says "but also fixes the annoying slow-startup on Windows." which suggests that all Windows users were experiencing slow starts. That's not the case at all. It was only a small fraction of users affected by the now fixed issue. And for the record, the security flaw was already fixed, even before it was lifted from our bug database and turned into a public exploit. It just takes a few days to get everything in order for a release to users.
Actually, the linux blue screen of death is blinking of 2 (or is it three?) of the keyboard leds. Though support for blue screen of death is coming, by the name of kernel mode-settting. It is pretty rare, though.
Lockups I have seen, too, in both linux and windows. Lots of cases is hardware problems, but your problem sounds like a driver issue. Using proprietary drivers, perhaps?
Religion is regarded by the common people as true, by the wise as false, and by rulers as useful.
Here, let me click on the top link for "firefox build instructions" in google: simple firefox build. Looks pretty standard to me. Tests, if there are any, are usually automated or findable by a similar exercise.
Religion is regarded by the common people as true, by the wise as false, and by rulers as useful.
I installed it ages ago:
aptitude install firefox-3.5
http://packages.ubuntu.com/search?searchon=names&keywords=firefox-3.5
https://launchpad.net/~fta/+archive/ppa
Just add the fta repository & install "firefox-3.5". They even link to a mozilla daily build repository if that's your thing.
Ubuntu uses update-alternatives to select between different packages providing the same functionality
to see which browsers are installed:
/usr/bin/firefox-3.5
update-alternatives --list x-www-browser
to select firefox-3.5:
update-alternatives --set x-www-browser
Going by previous versions of firefox, shouldn't it be 3.5.0.1 rather than 3.5.1?
Mozilla decided to simplify that with Firefox 3 (note that the upcoming security release for Firefox 3 is 3.0.12, not 3.0.0.12). Exactly why they used four numbers in the first place is something I don't know, it seems it started with Firefox 1.5. I know that one advantage touted of XPCOM was the ability to easily make incremental updates, so maybe there was a plan for a Firefox 1.5.1 and 1.5.2 (with the final number for each being used for security updates). Of course that would've been complicated and silly, so it seems the plan was abandoned and the version number compacted.