Skip to content

Commit 1493f74

Browse files
committed
Merge branch '2.0' into 2.1
* 2.0: bumped Symfony version to 2.0.21-DEV [FrameworkBundle] fixed trusted_proxies configuration for some edge cases [FrameworkBundle] fixed XSD for the trusted-proxies setting updated VERSION for 2.0.20 update CONTRIBUTORS for 2.0.20 updated CHANGELOG for 2.0.20 Conflicts: CONTRIBUTORS.md src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml src/Symfony/Component/HttpKernel/Kernel.php
2 parents e7fc97e + 369e4a6 commit 1493f74

File tree

9 files changed

+133
-69
lines changed

9 files changed

+133
-69
lines changed

CHANGELOG-2.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ in 2.0 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.0.0...v2.0.1
99

10+
* 2.0.20 (2012-12-20)
11+
12+
* 532cc9a: [FrameworkBundle] added support for URIs as an argument to HttpKernel::render()
13+
* 1f8c501: [FrameworkBundle] restricted the type of controllers that can be executed by InternalController
14+
* 8b2c17f: fix double-decoding in the routing system
15+
* 773d818: [FrameworkBundle] Added a check on file mime type for CodeHelper::fileExcerpt()
16+
* a0e2391: [FrameworkBundle] used the new method for trusted proxies
17+
* 8bb3208: [Config] Loader::import must return imported data
18+
* 447ff91: [HttpFoundation] changed UploadedFile::move() to use move_uploaded_file() when possible
19+
* 0489799: [HttpFoundation] added a check for the host header value
20+
* ae3d531: [TwigBundle] Moved the registration of the app global to the environment
21+
1022
* 2.0.19 (2012-11-29)
1123

1224
* e5536f0: replaced magic strings by proper constants

0 commit comments

Comments
 (0)