8000 Merge pull request #27703 from fabpot/release-2.8.42 · symfony/symfony@0084ec5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0084ec5

Browse files
authored
Merge pull request #27703 from fabpot/release-2.8.42
released v2.8.42
2 parents b9da7a6 + c821f1a commit 0084ec5

File tree

3 files changed

+69
-30
lines changed

3 files changed

+69
-30
lines changed

CHANGELOG-2.8.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ in 2.8 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.8.0...v2.8.1
99

10+
* 2.8.42 (2018-06-25)
11+
12+
* bug #27669 [Filesystem] fix file lock on SunOS (fritzmg)
13+
* bug #27309 Fix surrogate not using original request (Toflar)
14+
* bug #27630 [Validator][Form] Remove BOM in some xlf files (gautierderuette)
15+
* bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances (nicolas-grekas)
16+
* bug #27581 Fix bad method call with guard authentication + session migration (weaverryan)
17+
* bug #27452 Avoid migration on stateless firewalls (weaverryan)
18+
* bug #27514 [Debug] Pass previous exception to FatalErrorException (pmontoya)
19+
* bug #26973 [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer. (kmadejski)
20+
* bug #27303 [Process] Consider "executable" suffixes first on Windows (sanmai)
21+
* bug #27297 Triggering RememberMe's loginFail() when token cannot be created (weaverryan)
22+
* bug #27366 [DI] never inline lazy services (nicolas-grekas)
23+
1024
* 2.8.41 (2018-05-25)
1125

1226
* bug #27359 [HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (nicolas-grekas)

0 commit comments

Comments
 (0)
0