We've released these fast-follow versions to address a regression that was introduced when we switched the version of Doctrine bundled in symfony to the latest security release. The Doctrine 1.2.4 tag does not include an unreleased fix to multiple database management that we had included in symfony 1.3.9 and 1.4.9. These new releases bundle the Doctrine library from the current master branch on GitHub via a new Subversion mirror (which you can checkout here).

How to Upgrade

If you've checked out a copy of the tag from Subversion you can switch to the latest version:

// symfony 1.3
$ svn switch http://svn.symfony-project.com/tags/RELEASE_1_3_11

// symfony 1.4
$ svn switch http://svn.symfony-project.com/tags/RELEASE_1_4_11

If you are using the PEAR package you can update using the pear command:

// symfony 1.3
$ pear upgrade symfony/symfony-1.3.11

// symfony 1.4
$ pear upgrade symfony/symfony-1.4.11
Published in #Releases