Blog

symfony 0.6 alpha release

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Dec 10: Paris (1.1 - Francais)
Dec 10: Atlanta (1.1 - English)
Dec 17: Montreal (1.1 - Francais)
Jan 21: Paris (1.1 - Francais)
Feb 18: Paris (1.1 - Francais)
and more...

Archives

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.

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!

Comments comments feed

gravatar
#1 georg said 21 minutes later

this is great news, to get rid of the constants.
Is there a changelog somewhere?

gravatar
#2 fabien said 29 minutes later

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 about 4 hours later

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 about 7 hours later

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 ;)