@@ -7,6 +7,30 @@ in 2.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
9
9
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
+
10
34
* 2.3.23 (2014-12-03)
11
35
12
36
* bug #12811 Configure firewall's kernel exception listener with configured entry point or a default entry point (rjkip)
0 commit comments