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

Discover the SensioLabs Support

Access to the SensioLabs Competency Center for an exclusive and tailor-made support on Symfony
sensiolabs.com

Fabien Potencier
symfony 1.4.16 released
by Fabien Potencier – December 13, 2011 – 4 comments

symfony 1.4.16 has just been released.

Here are the changes from the CHANGELOG:

  • [33251] fixed sfChoiceFormat when a string to translate contains a valid range (closes #9973)
  • [33250] fixed saving i18n fields in subforms (closes #7626, patch from yoshy71)
  • [33249] fixed last modified date calculation in sfMessageSource_Aggregate (closes #9981, patch from jamiel)
  • [33226] fixed merging problem for the routing configuration (closes #8348)
  • [33214] fixed ob_start() behavior on CLI (closes #9970)
  • [33208] fixed ob_start usage (to avoid warning in PHP 5.4, closes #9970)

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

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

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

$ pear upgrade symfony/symfony-1.4.16

And as always, don't forget to clear your cache after upgrading.

Comments RSS

  • Salim Qadri
    #1 Salim Qadri said on the 2011/12/13 at 20:59
    svn switch http://svn.symfony-project.com/tags/RELEASE_1_4_16

    svn: Repository UUID 'ee427ae8-e902-0410-961c-c3ed070cd9f9' doesn't match expected UUID '50db0784-11fb-4d86-9b58-83cfc55c2f09'

    I had the same issue going from 1_4_14 to _15. I had successful updates from 1_4_3 to 1_4_15 where it started to fail. I guess the repository changed maybe? Is there a work-around?
  • Grad van Horck
    #2 Grad van Horck said on the 2011/12/13 at 23:14
    I recently switched to the github repository, since my entire project is in git and it was easy to use it as a git submodule.
    So, is there any indication when this new version is "published" on github? (I don't know what the release strategy is).
  • Loïc Vernet
    #3 Loïc Vernet said on the 2011/12/15 at 19:15
    @Salim: It's better to set your symfony vendor directory as an SVN external in your project

    @Grad: You have all the releases listed in this blog category: http://symfony.com/blog/category/releases
  • Pierre-Yves LEBECQ
    #4 Pierre-Yves LEBECQ said on the 2011/12/22 at 13:43
    @Grad: The 1.4.16 release is now on github, and now includes the "test/" folder. Sorry for the delay.