Symfony 2.0.2 has just been released. It comes with minor bug fixes, contributed by 32 developers. The CHANGELOG has all the details about the changes and you can even have a look at the full diff.
If you are starting a new project, you can get the Symfony Standard Edition distribution on the download page.
If you already have a project based on the Symfony Standard Edition 2.0.0 or
2.0.1, you can easily upgrade to 2.0.2 by getting the new
deps
and
deps.lock
files.
Then, run the vendors script:
$ ./bin/vendors install
And don't forget to clear your cache:
$ php ./app/console cache:clear
Many thanks for the release of new version!
Best regards, Michal
Thanks for this update.