8000 Merge branch '2.5' into 2.6 · symfony/symfony@48b6210 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 48b6210

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: bumped Symfony version to 2.5.10 updated VERSION for 2.5.9 updated CHANGELOG for 2.5.9 bumped Symfony version to 2.3.25 updated VERSION for 2.3.24 update CONTRIBUTORS for 2.3.24 Removed unneeded version requirements updated CHANGELOG for 2.3.24 fixed tests [Security] Don't destroy the session on buggy php releases. Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
2 parents bfd8e11 + b3a55fe commit 48b6210

File tree

6 files changed

+136
-43
lines changed

6 files changed

+136
-43
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)

CHANGELOG-2.5.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ in 2.5 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.5.0...v2.5.1
99

10+
* 2.5.9 (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 #13173 [Debug] fixes ClassNotFoundFatalErrorHandler to correctly handle class not found errors with Symfony ClassLoader component autoloaders. (hhamon)
19+
* bug #13145 [DomCrawler] Fix behaviour with <base> tag (dkop, WouterJ)
20+
* bug #13027 fix #10054 - form data collector with dynamic fields (zulus)
21+
* bug #13141 [TwigBundle] Moved the setting of the default escaping strategy from the Twig engine to the Twig environment (fabpot)
22+
* bug #13114 [HttpFoundation] fixed error when an IP in the X-Forwarded-For HTTP head... (fabpot)
23+
* bug #12572 [HttpFoundation] fix checkip6 (Neime)
24+
* bug #13093 [TwigBundle] added missing absolute URL in Twig exceptions (fabpot)
25+
* bug #12975 [FrameworkBundle] Allow custom services for validator mapping cache. (jakzal)
26+
* bug #13075 [Config] fix error handler restoration in test (nicolas-grekas)
27+
* bug #13085 [FrameworkBundle] Fix dependency on ExtensionInterface over implementation (xphere)
28+
* bug #13081 [FrameworkBundle] forward error reporting level to insulated Client (nicolas-grekas)
29+
* bug #13053 [FrameworkBundle] Fixed Translation loader and update translation command. (saro0h)
30+
* bug #13048 [Security] Delete old session on auth strategy migrate (xelaris)
31+
* bug #12999 [FrameworkBundle] fix cache:clear command (nicolas-grekas)
32+
* bug #13004 add a limit and a test to FlattenExceptionTest. (Daniel Wehner)
33+
* bug #12961 fix session restart on PHP 5.3 (Tobion)
34+
* bug #12548 [Form] fixed a maxlength overring on a guessing (origaminal)
35+
* bug #12761 [Filesystem] symlink use RealPath instead LinkTarget (aitboudad)
36+
* bug #12848 [EventDispatcher] Fixed #12845 adding a listener to an event that is currently being dispatched (Pieter Jordaan)
37+
* bug #12855 [DependencyInjection] Perf php dumper (nicolas-grekas)
38+
* bug #12894 [FrameworkBundle][Template name] avoid error message for the shortcut n... (aitboudad)
39+
* bug #12806 [Console] Removed the use of $this->getHelperSet() as it is null by default (saro0h)
40+
* bug #12858 [ClassLoader] Fix undefined index in ClassCollectionLoader (szicsu)
41+
1042
* 2.5.8 (2014-12-03)
1143

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

0 commit comments

Comments
 (0)
0