Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 973f295

Browse files
Merge branch '3.1'
* 3.1: Relax 1 test failing with latest PHP versions bumped Symfony version to 2.8.10 [Cache] Minor cleanup Remove usage of __CLASS__ outside of a class [HttpKernel] Fix variable conflicting name [Process] Fix double-fread() when reading unix pipes [Process] Fix AbstractPipes::write() for a situation seen on HHVM (at least) [Validator] Fix dockblock typehint in XmlFileLoader bumped Symfony version to 3.1.4 updated VERSION for 3.1.3 updated CHANGELOG for 3.1.3 bumped Symfony version to 2.8.10 updated VERSION for 2.8.9 updated CHANGELOG for 2.8.9 bumped Symfony version to 2.7.17 updated VERSION for 2.7.16 update CONTRIBUTORS for 2.7.16 updated CHANGELOG for 2.7.16 Conflicts: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php src/Symfony/Component/HttpKernel/Kernel.php
2 parents e408b50 + c45b916 commit 973f295

18 files changed

+115
-68
lines changed

CHANGELOG-3.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ in 3.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/v3.0.0...v3.0.1
99

10+
* 3.0.9 (2016-07-30)
11+
12+
* bug #19470 undefined offset fix (#19406) (ReenExe)
13+
* bug #19300 [HttpKernel] Use flock() for HttpCache's lock files (mpdude)
14+
* bug #19428 [Process] Fix write access check for pipes on Windows (nicolas-grekas)
15+
* bug #19439 [DependencyInjection] Fixed deprecated default message template with XML (jeremyFreeAgent)
16+
* bug #19397 [HttpFoundation] HttpCache refresh stale responses containing an ETag (maennchen)
17+
* bug #19426 [Form] Fix the money form type render with Bootstrap3 (Th3Mouk)
18+
* bug #19422 [DomCrawler] Inherit the namespace cache in subcrawlers (stof)
19+
* bug #19425 [BrowserKit] Uppercase the "GET" method in redirects (jakzal)
20+
* bug #19384 Fix PHP 7.1 related failures (nicolas-grekas)
21+
* bug #19379 [VarDumper] Fix for PHP 7.1 (nicolas-grekas)
22+
* bug #19342 Added class existence check if is_subclass_of() fails in compiler passes (SCIF)
23+
* bug #19369 Fix the DBAL session handler version check for Postgresql (stof)
24+
* bug #19368 [VarDumper] Fix dumping jsons casted as arrays (nicolas-grekas)
25+
* bug #19334 [Security] Fix the retrieval of the last username when using forwarding (stof)
26+
* bug #19321 [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods (dunglas)
27+
* bug #19317 [BrowserKit] Update Client::getAbsoluteUri() for query string only URIs (georaldc)
28+
* bug #19298 [ClassLoader] Fix declared classes being computed when not needed (nicolas-grekas)
29+
* bug #19316 [Validator] Added additional MasterCard range to the CardSchemeValidator (Dennis Væversted)
30+
* bug #19290 [HttpKernel] fixed internal subrequests having an if-modified-since-header (MalteWunsch)
31+
* bug #19307 [Security] Fix deprecated usage of DigestAuthenticationEntryPoint::getKey() in DigestAuthenticationListener (Maxime STEINHAUSSER)
32+
* bug #19309 [DoctrineBridge] added missing error code for constraint. (Koc)
33+
* bug #19306 [Form] fixed bug - name in ButtonBuilder (cheprasov)
34+
* bug #19292 [varDumper] Fix missing usage of ExceptionCaster::$traceArgs (nicolas-grekas)
35+
* bug #19288 [VarDumper] Fix indentation trimming in ExceptionCaster (nicolas-grekas)
36+
* bug #19267 [Validator] UuidValidator must accept a Uuid constraint. (hhamon)
37+
* bug #19186 Fix for #19183 to add support for new PHP MongoDB extension in sessions. (omanizer)
38+
* bug #19253 [Console] Fix block() padding formatting after #19189 (chalasr)
39+
* bug #19218 [Security][Guard] check if session exist before using it (pasdeloup)
40+
1041
* 3.0.8 (2016-06-30)
1142

1243
* bug #19217 [HttpKernel] Inline ValidateRequestListener logic into HttpKernel (nicolas-grekas)

CHANGELOG-3.1.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ in 3.1 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/v3.1.0...v3.1.1
99

10+
* 3.1.3 (2016-07-30)
11+
12+
* bug #19300 [HttpKernel] Use flock() for HttpCache's lock files (mpdude)
13+
* bug #19428 [Process] Fix write access check for pipes on Windows (nicolas-grekas)
14+
* bug #19442 [Cache] Fix default lifetime being ignored (nicolas-grekas)
15+
* bug #19435 [Cache] Fix incorrect timestamps generated by FilesystemAdapter (nicolas-grekas)
16+
* bug #19434 [Serializer] enable property info in framework bundle (David Badura)
17+
* bug #19439 [DependencyInjection] Fixed deprecated default message template with XML (jeremyFreeAgent)
18+
* bug #19397 [HttpFoundation] HttpCache refresh stale responses containing an ETag (maennchen)
19+
* bug #19426 [Form] Fix the money form type render with Bootstrap3 (Th3Mouk)
20+
* bug #19422 [DomCrawler] Inherit the namespace cache in subcrawlers (stof)
21+
* bug #19425 [BrowserKit] Uppercase the "GET" method in redirects (jakzal)
22+
* bug #19384 Fix PHP 7.1 related failures (nicolas-grekas)
23+
* bug #19379 [VarDumper] Fix for PHP 7.1 (nicolas-grekas)
24+
* bug #19342 Added class existence check if is_subclass_of() fails in compiler passes (SCIF)
25+
* bug #19369 Fix the DBAL session handler version check for Postgresql (stof)
26+
* bug #19368 [VarDumper] Fix dumping jsons casted as arrays (nicolas-grekas)
27+
* bug #19334 [Security] Fix the retrieval of the last username when using forwarding (stof)
28+
* bug #19352 [Serializer] Include the format in the cache key (dunglas)
29+
* bug #19321 [HttpFoundation] Add OPTIONS and TRACE to the list of safe methods (dunglas)
30+
* bug #19317 [BrowserKit] Update Client::getAbsoluteUri() for query string only URIs (georaldc)
31+
* bug #19298 [ClassLoader] Fix declared classes being computed when not needed (nicolas-grekas)
32+
* bug #19316 [Validator] Added additional MasterCard range to the CardSchemeValidator (Dennis Væversted)
33+
* bug #19290 [HttpKernel] fixed internal subrequests having an if-modified-since-header (MalteWunsch)
34+
* bug #19307 [Security] Fix deprecated usage of DigestAuthenticationEntryPoint::getKey() in DigestAuthenticationListener (Maxime STEINHAUSSER)
35+
* bug #19309 [DoctrineBridge] added missing error code for constraint. (Koc)
36+
* bug #19306 [Form] fixed bug - name in ButtonBuilder (cheprasov)
37+
* bug #19292 [varDumper] Fix missing usage of ExceptionCaster::$traceArgs (nicolas-grekas)
38+
* bug #19288 [VarDumper] Fix indentation trimming in ExceptionCaster (nicolas-grekas)
39+
* bug #19267 [Validator] UuidValidator must accept a Uuid constraint. (hhamon)
40+
* bug #19272 [Security] fixed DebugAccessDecisionManager::setVoters() (HeahDude)
41+
* bug #19260 [Form] Fix depreciation triggers (tgalopin)
42+
* bug #19186 Fix for #19183 to add support for new PHP MongoDB extension in sessions. (omanizer)
43+
* bug #19253 [Console] Fix block() padding formatting after #19189 (chalasr)
44+
* bug #19218 [Security][Guard] check if session exist before using it (pasdeloup)
45+
1046
* 3.1.2 (2016-06-30)
1147

1248
* bug #19227 [DoctrineBridge] fixed default parameter value in UniqueEntityValidator (HeahDude)

0 commit comments

Comments
 (0)