Skip to content

Commit 154e442

Browse files
committed
updated CHANGELOG for 2.3.24
1 parent 21b27c6 commit 154e442

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ in 2.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
99

10+
* 2.3.24 (2015-01-07)
11+
12+
* bug #13286 [Security] Don't destroy the session on buggy php releases. (derrabus)
13+
* bug #12417 [HttpFoundation] Fix an issue caused by php's Bug #66606. (wusuopu)
14+
* bug #13200 Don't add Accept-Range header on unsafe HTTP requests (jaytaph)
15+
* bug #12491 [Security] Don't send remember cookie for sub request (blanchonvincent)
16+
* bug #12574 [HttpKernel] Fix UriSigner::check when _hash is not at the end of the uri (nyroDev)
17+
* bug #13185 Fixes Issue #13184 - incremental output getters now return empty strings (Bailey Parker)
18+
* bug #13145 [DomCrawler] Fix behaviour with <base> tag (dkop, WouterJ)
19+
* bug #13141 [TwigBundle] Moved the setting of the default escaping strategy from the Twig engine to the Twig environment (fabpot)
20+
* bug #13114 [HttpFoundation] fixed error when an IP in the X-Forwarded-For HTTP head... (fabpot)
21+
* bug #12572 [HttpFoundation] fix checkip6 (Neime)
22+
* bug #13075 [Config] fix error handler restoration in test (nicolas-grekas)
23+
* bug #13081 [FrameworkBundle] forward error reporting level to insulated Client (nicolas-grekas)
24+
* bug #13053 [FrameworkBundle] Fixed Translation loader and update translation command. (saro0h)
25+
* bug #13048 [Security] Delete old session on auth strategy migrate (xelaris)
26+
* bug #12999 [FrameworkBundle] fix cache:clear command (nicolas-grekas)
27+
* bug #13004 add a limit and a test to FlattenExceptionTest. (Daniel Wehner)
28+
* bug #12961 fix session restart on PHP 5.3 (Tobion)
29+
* bug #12761 [Filesystem] symlink use RealPath instead LinkTarget (aitboudad)
30+
* bug #12855 [DependencyInjection] Perf php dumper (nicolas-grekas)
31+
* bug #12894 [FrameworkBundle][Template name] avoid error message for the shortcut n... (aitboudad)
32+
* bug #12858 [ClassLoader] Fix undefined index in ClassCollectionLoader (szicsu)
33+
1034
* 2.3.23 (2014-12-03)
1135

1236
* bug #12811 Configure firewall's kernel exception listener with configured entry point or a default entry point (rjkip)

0 commit comments

Comments
 (0)