Slashdot Mirror


Firefox 5 Scheduled For June 21 Release

An anonymous reader writes "Mozilla has updated its Firefox 5 release schedule and is apparently upbeat that it can release the browser even earlier than previously anticipated. The release was pulled in by a week to June 21. Mozilla is now also using a Chrome-like versioning system for Firefox — where the final Firefox 5 may be called Firefox 5.6.44.144, for example."

7 of 266 comments (clear)

  1. High version numbers by Sonny+Yatsen · · Score: 5, Insightful

    Of all the stupid features from Chrome to pick up, the version numbers is, by far, the dumbest. Has anyone considered how stupid a version number in the high double digits might be? Firefox 81 seems kind of clunky, doesn't it?

    --
    My postings are informational and does not constitute legal advice. Act on it at your risk.
    1. Re:High version numbers by dotancohen · · Score: 5, Funny

      Of all the stupid features from Chrome to pick up, the version numbers is, by far, the dumbest. Has anyone considered how stupid a version number in the high double digits might be? Firefox 81 seems kind of clunky, doesn't it?

      I think that Windows went from 3.x to 90+something and even got up to the low thousands, before coming back down to single digits.

      --
      It is dangerous to be right when the government is wrong.
    2. Re:High version numbers by AmigaHeretic · · Score: 5, Interesting

      What actual features and improvements could they possibly have added in "8 WEEKS" since the release that they have had time to actually put through an Alpha test, Beta test, and then full release that would warrant a VERSION 5!?!

      This seems crazy lame to me. The browser has slowly gotten bloated, now the number? Why?

    3. Re:High version numbers by jav1231 · · Score: 5, Funny

      Maybe all the features they took out of it from 3.6 to 4 they're putting back and calling 5.

  2. Patrick Volkerding should be in charge by slackzilly · · Score: 5, Insightful

    Then the latest Firefox would be realeased when it's ready to be released. Come to think of it, he should run the world.

    --
    - "If one man can create that much hate, you can only imagine how much love we as a togetherness can create."
  3. Chrome and Firefox's Development Process by kripkenstein · · Score: 5, Informative

    What actual features and improvements could they possibly have added in "8 WEEKS" since the release that they have had time to actually put through an Alpha test, Beta test, and then full release that would warrant a VERSION 5!?! This seems crazy lame to me. The browser has slowly gotten bloated, now the number? Why?

    Hi there, I work on Firefox. First thing, we didn't write the article linked to in the summary, and I don't think they gave a totally accurate description. In fact, I don't even think this was interesting enough for a blog post from them.

    We are basically going to switch to a development process that is very similar to Google's with Chrome. So everything you say here is valid about their development practices as well - rapidly rising version numbers for no reason, little features in 'major' releases, etc.

    Why are we doing it? There is just one reason, it helps get code shipped faster. Code does not get written faster though, in either Chrome or the new Firefox process :) It just gets shipped quicker. But that is important too, and that's why we (and Google) are doing this.

    Basically, Chrome and Firefox will release quickly, with small amounts of changes each time. I agree with you 100% that the major version number rising each time is silly! Personally I would either drop the version number entirely, or use something like Ubuntu's versioning scheme (10.10 for 10th month, 2010). But oh well.

    In any case, since you asked what will ship in Firefox 5, I can tell you about stuff I know about (which is platform/backend stuff, not frontend). We have several improvements to performance that should be very useful, in both JavaScript and graphics. In particular WebGL should be faster on some cool demos on Linux, which I am very happy about.

    1. Re:Chrome and Firefox's Development Process by dstyle5 · · Score: 5, Insightful

      For those of us who work on browser-based products for large monolithic corporations this is going to be a gong show. Companies are always looking for guarantees of "Official Support" for browser X, version Y and now that you guys are going to be pumping out new major version numbers frequently that means browser QA/verification is going to have to occur far more often now. Not to mention having to test products against a quickly increasing number of versions.