January 6, 2010
View the changeset on symfony trac
This new version is even more stable, and upgrading your projects is highly recommended.
As the database schema has been modified, you shall run doctrine migrations:
php symfony doctrine:generate-migrations-diff
php symfony doctrine:migrate
Before running dm:setup
php symfony dm:setup
View the changelog on symfony trac