Symfony 2.0.12 released

Warning: Symfony 2.0 is no longer supported. Consider upgrading your applications to the most recent Symfony version.
Symfony 2.0.12 has just been released.
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.x, you can easily upgrade to 2.0.12 by getting the new deps and deps.lock files.
Then, run the vendors script (it also clears your cache):
$ ./bin/vendors install
Remember that the Symfony2 Components are also available as standalone libraries. You can get them via their dedicated read-only repositories on Github (https://github.com/symfony/Finder for instance), install them via PEAR (pear install symfony2/Finder), or even install them via Composer.
Help the Symfony project!
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
Comments
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
yes that is the case, but you can fetch the files at the correct sha from the 2.0 history.
deps https://github.com/symfony/symfony-standard/blob/b8ac8b7cc6307a241385ad1e4c0880a6319d8ca4/deps
deps.lock https://github.com/symfony/symfony-standard/blob/b8ac8b7cc6307a241385ad1e4c0880a6319d8ca4/deps.lock
I copied the files from the zip and ran the command. This is what I got:
c:\webdev\apache\htdocs\Symfony>php bin/vendors install
Your project seems to be based on a Standard Edition that includes vendors.
Try to run ./bin/vendors install --reinstall
c:\webdev\apache\htdocs\Symfony>php bin/vendors install --reinstall
> Installing/Updating symfony
'git' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The syntax of the command is incorrect.
> Installing/Updating twig
'git' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The syntax of the command is incorrect.
...
...
...
Now the pages won't load. I don't use git.
To install the update, can I simply replace the vendors directory?
I have updated my deps and deps.lock file as Fabien said, but I have this error:
> Installing/Updating metadata
fatal: ambiguous argument '1.0.0': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
How can I do please?
Thanks