Blog

symfony 0.6.3RC1 release

You are currently browsing
the website for symfony 1

Visit the Symfony2 website


« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

symfony training
Be trained by symfony experts
Feb 21: Köln (Getting Started with Symfony2 - English)
Feb 27: Köln (Mastering Symfony2 - English)
Mar 05: Köln (Web Development with Symfony2 - Deutsch)
Mar 05: Montreal (Web Development with Symfony2 - English)
Mar 05: Montreal (Getting Started with Symfony2 - English)
and more...

Archives

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

The new beta release 0.7.1500 achieves the 0.6.3 milestone since all the bugs that were affected to this milestone have been fixed.

If you want to see the differences with the 0.6.2 (bug fixes, enhancements and doc additions), read the changelog or the custom report showing all the 117 tickets closed in this release.

If no regression or important bug is discovered in this release, it will become the 0.6.3 and be tagged as stable within a day or two. This means that the 0.7.1500 can be considered as a 0.6.3RC1, and we recommend that all symfony developers upgrade and test this release.

$ pear upgrade symfony/symfony-beta

Note that this release contains a modification which may break backward compatibility in some cases: The action method names are now case sensitive. This means that when a user makes a request for an action called listUsers, symfony looks for a method called executeListUsers in the actions file and return 404 if no such method exist. This change was necessary to close a security breach (see ticket #466). We recommend that you launch an automated test on all existing hyperlinks in your symfony applications, and that you keep an eye on the 404 reports in your server logs after the upgrade.

Comments comments feed