updated CHANGELOG for 2.3.24

This commit is contained in:
Fabien Potencier 2015-01-07 11:21:38 +01:00
parent 21b27c6be9
commit 154e442f47
1 changed files with 24 additions and 0 deletions

View File

@ -7,6 +7,30 @@ in 2.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
* 2.3.24 (2015-01-07)
* bug #13286 [Security] Don't destroy the session on buggy php releases. (derrabus)
* bug #12417 [HttpFoundation] Fix an issue caused by php's Bug #66606. (wusuopu)
* bug #13200 Don't add Accept-Range header on unsafe HTTP requests (jaytaph)
* bug #12491 [Security] Don't send remember cookie for sub request (blanchonvincent)
* bug #12574 [HttpKernel] Fix UriSigner::check when _hash is not at the end of the uri (nyroDev)
* bug #13185 Fixes Issue #13184 - incremental output getters now return empty strings (Bailey Parker)
* bug #13145 [DomCrawler] Fix behaviour with <base> tag (dkop, WouterJ)
* bug #13141 [TwigBundle] Moved the setting of the default escaping strategy from the Twig engine to the Twig environment (fabpot)
* bug #13114 [HttpFoundation] fixed error when an IP in the X-Forwarded-For HTTP head... (fabpot)
* bug #12572 [HttpFoundation] fix checkip6 (Neime)
* bug #13075 [Config] fix error handler restoration in test (nicolas-grekas)
* bug #13081 [FrameworkBundle] forward error reporting level to insulated Client (nicolas-grekas)
* bug #13053 [FrameworkBundle] Fixed Translation loader and update translation command. (saro0h)
* bug #13048 [Security] Delete old session on auth strategy migrate (xelaris)
* bug #12999 [FrameworkBundle] fix cache:clear command (nicolas-grekas)
* bug #13004 add a limit and a test to FlattenExceptionTest. (Daniel Wehner)
* bug #12961 fix session restart on PHP 5.3 (Tobion)
* bug #12761 [Filesystem] symlink use RealPath instead LinkTarget (aitboudad)
* bug #12855 [DependencyInjection] Perf php dumper (nicolas-grekas)
* bug #12894 [FrameworkBundle][Template name] avoid error message for the shortcut n... (aitboudad)
* bug #12858 [ClassLoader] Fix undefined index in ClassCollectionLoader (szicsu)
* 2.3.23 (2014-12-03)
* bug #12811 Configure firewall's kernel exception listener with configured entry point or a default entry point (rjkip)