File tree 3 files changed +69
-30
lines changed
src/Symfony/Component/HttpKernel
3 files changed +69
-30
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ in 2.8 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.8.0...v2.8.1
9
9
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
+
10
24
* 2.8.41 (2018-05-25)
11
25
12
26
* bug #27359 [ HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (nicolas-grekas)
You can’t perform that action at this time.
0 commit comments