Archives


Master Symfony2 fundamentals

Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com

Symfony hosting done right

ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com

L'audit Qualité par SensioLabs

200 points de contrôle de votre applicatif web.
audit.sensiolabs.com

gravatar
symfony 0.6 alpha release
by Francois Zaninotto – January 23, 2006 – 4 comments

The next version of symfony, the 0.6, will soon be released as a stable version. It is better, faster, more adaptable, it has tons of new features, and under special circumstances, it cooks rice, too.

But as it includes some changes that break backward compatibility, we want to be sure that you won't need to upgrade your projects twice. So this release has to be robust, and we need to test it extensively before releasing it. Thus the alpha.

We need a few volunteers to try to use the 0.6 in its alpha version. It is not a stable one, but we are confident that the remaining bugs should not be too painful. As a matter of fact, we use this very version for the symfony website now, so it works. If you are interested, upgrade by typing:

$ pear upgrade symfony/symfony-alpha

Upgrading to 0.6 implies automatic and manual changes in all your symfony projects. The upgrade procedure is explained step-by-step in this document.

If you experience any problems with this release, come and talk about it in the IRC channel or in the Forum before actually creating a new ticket.

We look forward to releasing the beta version before the end of the month. Come back often for news!

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 georg said on the 2006/01/23 at 16:21
    this is great news, to get rid of the constants.
    Is there a changelog somewhere?
  • gravatar
    #2 fabien said on the 2006/01/23 at 16:29
    The main changelog is located at http://www.symfony-project.com/trac/browser/trunk/CHANGELOG

    We will publish a tutorial describing the new features later this week.
  • gravatar
    #3 Fábio Coelho said on the 2006/01/23 at 19:38
    My most desired wish is a good description of the sfView function for me to extend it, or perhaps, add a complete new sfView...
  • gravatar
    #4 GeG said on the 2006/01/23 at 23:23
    Good thing, another tutorial with the changes. I just wonder how you earn your money, you must give all your time to the sf project?
    @Fabio, yes, I also would like to have a better way to implement a project wide new viewer ;)