Firefox 3.6 EOL
Ever since Mozilla started its controversial new versioning scheme, Firefox 3.6 was still maintained as a stable and supported version of Firefox. Today, Mozilla announced that Firefox 3.6.28, to be released "over the next few weeks", will be the final version of Firefox 3.6. As of April 24th, no more security fixes will be published for Firefox 3.6
Of course, the Firefox version number is at first just a number. One could consider the just released Firefox "11" more like a Firefox 4.11.0 (or 5.11.0). However, plugins and extensions have never quite caught up to the new versioning scheme.
A Firefox add-on XPI file is a "zip" file, that once unpacked reveals a number of components, including a "install.rdf" file, which among other settings governing the install of the extension lists the range of version numbers for which a certain extension will work. Developers usually do not include future major versions as changes to the extension API and to the Firefox feature set will make it necessary to adapt the extension. This will require extension developers to consistently maintain and update extensions as Firefox releases new major versions.
In some ways, this may be a good thing as this will remove unmaintained extensions. In other ways, developers of valuable extensions may get discouraged by this practice. As a user, you could edit install.rdf file, and modify the range of supported versions. I have done this in a couple cases myself, and had decent succes. However, there is a good chance that this will fail in some cases.
http://blog.mozilla.com/futurereleases/2012/03/23/upcoming-firefox-support-changes/
------
Johannes B. Ullrich, Ph.D.
SANS Technology Institute
Twitter
Network Monitoring and Threat Detection In-Depth | Singapore | Nov 18th - Nov 23rd 2024 |
Comments
FTWMike
Mar 27th 2012
1 decade ago
IByte
Mar 27th 2012
1 decade ago
Fortunately there is a long-term stable ("ESR") series starting with 10.0.3esr; it's kept well hidden on Mozilla's websites in case end-users should accidentally benefit from using it, but the builds can be found within ftp.mozilla.org/pub/mozilla.org/firefox/nightly/ or in Debian's iceweasel packages for their upcoming Wheezy release.
I'm keen to see how browser security (is that not trendy these days?) will hold out between FF 10 ESR against the latest and numerically greatest.
Steven Chamberlain
Mar 27th 2012
1 decade ago
I've found that more often than not, the newer versions of Firefox break websites I use. That's the real reasons I use 3.6.x.
joeblow
Mar 27th 2012
1 decade ago
MrSoapsud
Mar 27th 2012
1 decade ago
including a nice visual for the timelines involved.
Listed under "Risks" at that URL is this gem:
"Over time the ESR will be less secure than the regular release of Firefox, as new functionality will not be added at the same pace as Firefox, and only high-risk/impact security patches will be backported. It is important that organizations deploying this software understand and accept this."
DurangoBnT
Mar 27th 2012
1 decade ago
The proposed 1-year lifespan of the branch is still quite unimpressive to what enterprises and vendors may expect (or already get, with IE). And from the crazy perspective expressed on that Wiki page I wouldn't be surprised if they cancel all support for this before they even get to Firefox 17.
"There is the potential for confusion among Firefox users between the regular release of Firefox and the ESR," but how much more confusing really is the existence of a (well-hidden) 10.0.x stable branch to users who are anyway going to get 6 major releases, undoubtedly with UI changes, offered to (or forced upon) them in the same duration?
Steven Chamberlain
Mar 27th 2012
1 decade ago
1. Close Firefox.
2. Go to the Firefox program directory.
3. Enter defaults\pref
4. Edit channel-prefs.js in Notepad.
Change:
pref("app.update.channel", "release");
to the one you desire. Update channels to choose from:
nightly
aurora
beta
release
Example:
pref("app.update.channel", "beta");
5. Save and exit.
6. Re-open Firefox.
To check the change, open about:config and enter: app.update.channel. The channel should now be the one you chose.
Reference: http://kb.mozillazine.org/App.update.channel
Alias
Mar 27th 2012
1 decade ago