File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ in 4.1 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/v4.1.0...v4.1.1
9
9
10
+ * 4.1.3 (2018-08-01)
11
+
12
+ * security #cve-2018 -14774 [ HttpKernel] fix trusted headers management in HttpCache and InlineFragmentRenderer (nicolas-grekas)
13
+ * security #cve-2018 -14773 [ HttpFoundation] Remove support for legacy and risky HTTP headers (nicolas-grekas)
14
+ * bug #28003 [ HttpKernel] Fixes invalid REMOTE_ADDR in inline subrequest when configuring trusted proxy with subnet (netiul)
15
+ * bug #28007 [ FrameworkBundle] fixed guard event names for transitions (destillat)
16
+ * bug #28045 [ HttpFoundation] Fix Cookie::isCleared (ro0NL)
17
+ * bug #28080 [ HttpFoundation] fixed using _ method parameter with invalid type (Phobetor)
18
+ * bug #28059 [ Messenger] Fix error message on undefined message class for non-subscriber handler (chalasr)
19
+ * bug #28052 [ HttpKernel] Fix merging bindings for controllers' locators (nicolas-grekas)
20
+ * bug #28014 [ Messenger] Fix chaining senders with their aliases (sroze)
21
+
10
22
* 4.1.2 (2018-07-23)
11
23
12
24
* bug #28005 [ HttpKernel] Fixed templateExists on parse error of the template name (yceruto)
You can’t perform that action at this time.
0 commit comments