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

Fabien Potencier
symfony 1.0.1 released
by Fabien Potencier – March 19, 2007 – 1 comments

We released symfony 1.0.0 just a month ago. Time for another release. symfony 1.0.1 is a bug fix only release. The symfony 1.0 branch only contains bug fixes (no new features).

Here are all bugs fixed in this release:

  • r3624: fixed security.yml case sensitivity
  • r3599: fixed sfYaml::load() not returning correct values
  • r3598: removed unneeded usage of JavaScript helpers in the web debug toolbar
  • r3597: fixed sfConsoleRequest::initialize() signature
  • r3541: fixed typo in the cache classes when logging

The major bug fix concerns the security.yml configuration file and actions case sensitivity (see r3624 changeset and symfony mailing-list for more information of the issue).

So, if your application contains some secured modules, this is a recommended upgrade. As for every 1.0.X release, you can upgrade to 1.0.1, clear the cache and you're done.

Add a Comment

You must be connected to post a comment.

Comments RSS

  • gravatar
    #1 Pierre Minnieur said on the 2007/03/20 at 12:10
    Thank you for that release, that typo in cache classes was really annoying sometimes :)