Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6b8ddc

Browse filesBrowse files
authored
Merge pull request symfony#29488 from fabpot/release-3.4.20
released v3.4.20
2 parents ffe49fd + b09cb1e commit f6b8ddc
Copy full SHA for f6b8ddc

File tree

Expand file treeCollapse file tree

3 files changed

+43
-14
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+43
-14
lines changed

‎CHANGELOG-3.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.4.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ in 3.4 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.4.0...v3.4.1
99

10+
* 3.4.20 (2018-12-06)
11+
12+
* security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (xabbuh)
13+
* security #cve-2018-19789 [Form] Filter file uploads out of regular form types (nicolas-grekas)
14+
* bug #29436 [Cache] Fixed Memcached adapter doClear()to call flush() (raitocz)
15+
* bug #29441 [Routing] ignore trailing slash for non-GET requests (nicolas-grekas)
16+
* bug #29432 [DI] dont inline when lazy edges are found (nicolas-grekas)
17+
* bug #29413 [Serializer] fixed DateTimeNormalizer to maintain microseconds when a different timezone required (rvitaliy)
18+
* bug #29424 [Routing] fix taking verb into account when redirecting (nicolas-grekas)
19+
* bug #29414 [DI] Fix dumping expressions accessing single-use private services (chalasr)
20+
* bug #29375 [Validator] Allow `ConstraintViolation::__toString()` to expose codes that are not null or emtpy strings (phansys)
21+
* bug #29376 [EventDispatcher] Fix eventListener wrapper loop in TraceableEventDispatcher (jderusse)
22+
* bug #29343 [Form] Handle all case variants of "nan" when parsing a number (mwhudson, xabbuh)
23+
* bug #29355 [PropertyAccess] calculate cache keys for property setters depending on the value (xabbuh)
24+
* bug #29369 [DI] fix combinatorial explosion when analyzing the service graph (nicolas-grekas)
25+
* bug #29349 [Debug] workaround opcache bug mutating "$this" !?! (nicolas-grekas)
26+
1027
* 3.4.19 (2018-11-26)
1128

1229
* bug #29318 [Console] Move back root exception to stack trace in verbose mode (chalasr)

‎CONTRIBUTORS.md

Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+24-12Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Symfony is the result of the work of many people who made the code better
2121
- Ryan Weaver (weaverryan)
2222
- Javier Eguiluz (javier.eguiluz)
2323
- Grégoire Pineau (lyrixx)
24-
- Hugo Hamon (hhamon)
2524
- Roland Franssen (ro0)
25+
- Hugo Hamon (hhamon)
2626
- Abdellatif Ait boudad (aitboudad)
2727
- Romain Neutron (romain)
2828
- Pascal Borreli (pborreli)
@@ -56,12 +56,12 @@ Symfony is the result of the work of many people who made the code better
5656
- Bulat Shakirzyanov (avalanche123)
5757
- Matthias Pigulla (mpdude)
5858
- Peter Rehm (rpet)
59+
- Jérémy DERUSSÉ (jderusse)
5960
- Saša Stamenković (umpirsky)
6061
- Pierre du Plessis (pierredup)
6162
- Kevin Bond (kbond)
6263
- Henrik Bjørnskov (henrikbjorn)
6364
- Miha Vrhovnik
64-
- Jérémy DERUSSÉ (jderusse)
6565
- Diego Saint Esteben (dii3g0)
6666
- Alexander M. Turek (derrabus)
6767
- Konstantin Kudryashov (everzet)
@@ -122,18 +122,18 @@ Symfony is the result of the work of many people who made the code better
122122
- Joshua Thijssen
123123
- excelwebzone
124124
- Gordon Franke (gimler)
125+
- Chris Wilkinson (thewilkybarkid)
126+
- Javier Spagnoletti (phansys)
125127
- Fabien Pennequin (fabienpennequin)
126128
- Eric GELOEN (gelo)
127129
- Sebastiaan Stok (sstok)
128130
- Jérôme Vasseur (jvasseur)
129131
- Lars Strojny (lstrojny)
130132
- Daniel Wehner (dawehner)
131133
- Tugdual Saunier (tucksaun)
132-
- Javier Spagnoletti (phansys)
133134
- Théo FIDRY (theofidry)
134135
- Robert Schönthal (digitalkaoz)
135136
- Florian Lonqueu-Brochard (florianlb)
136-
- Chris Wilkinson (thewilkybarkid)
137137
- Stefano Sala (stefano.sala)
138138
- Evgeniy (ewgraf)
139139
- Alex Pott
@@ -165,6 +165,7 @@ Symfony is the result of the work of many people who made the code better
165165
- Rouven Weßling (realityking)
166166
- Clemens Tolboom
167167
- Helmer Aaviksoo
168+
- Alessandro Chitolina (alekitto)
168169
- Hiromi Hishida (77web)
169170
- Niels Keurentjes (curry684)
170171
- Matthieu Ouellette-Vachon (maoueh)
@@ -181,7 +182,7 @@ Symfony is the result of the work of many people who made the code better
181182
- Matthieu Napoli (mnapoli)
182183
- Florent Mata (fmata)
183184
- Warnar Boekkooi (boekkooi)
184-
- Alessandro Chitolina (alekitto)
185+
- Thomas Calvet (fancyweb)
185186
- Dmitrii Chekaliuk (lazyhammer)
186187
- Clément JOBEILI (dator)
187188
- Daniel Espendiller
@@ -195,7 +196,6 @@ Symfony is the result of the work of many people who made the code better
195196
- DQNEO
196197
- Benjamin Dulau (dbenjamin)
197198
- Mathieu Lemoine (lemoinem)
198-
- Thomas Calvet (fancyweb)
199199
- Christian Schmidt
200200
- Andreas Hucks (meandmymonkey)
201201
- Noel Guilbert (noel)
@@ -217,6 +217,7 @@ Symfony is the result of the work of many people who made the code better
217217
- Jeremy Livingston (jeremylivingston)
218218
- Michael Lee (zerustech)
219219
- Matthieu Auger (matthieuauger)
220+
- Oskar Stark (oskarstark)
220221
- Leszek Prabucki (l3l0)
221222
- François Zaninotto (fzaninotto)
222223
- Dustin Whittle (dustinwhittle)
@@ -241,12 +242,12 @@ Symfony is the result of the work of many people who made the code better
241242
- Rob Frawley 2nd (robfrawley)
242243
- julien pauli (jpauli)
243244
- Lorenz Schori
244-
- Oskar Stark (oskarstark)
245245
- Sébastien Lavoie (lavoiesl)
246246
- Gregor Harlan (gharlan)
247247
- Dariusz
248248
- Francois Zaninotto
249249
- Alexander Kotynia (olden)
250+
- Fabien Bourigault (fbourigault)
250251
- Daniel Tschinder
251252
- Christian Schmidt
252253
- Marcos Sánchez
@@ -295,7 +296,6 @@ Symfony is the result of the work of many people who made the code better
295296
- Thomas Lallement (raziel057)
296297
- mcfedr (mcfedr)
297298
- Colin O'Dell (colinodell)
298-
- Fabien Bourigault (fbourigault)
299299
- Giorgio Premi
300300
- Jan Schädlich (jschaedl)
301301
- Beau Simensen (simensen)
@@ -571,6 +571,7 @@ Symfony is the result of the work of many people who made the code better
571571
- Marcin Chyłek (songoq)
572572
- Ben Scott
573573
- Ned Schwartz
574+
- Samuel NELA (snela)
574575
- Ziumin
575576
- Jeremy Benoist
576577
- fritzmg
@@ -621,6 +622,7 @@ Symfony is the result of the work of many people who made the code better
621622
- Gunnstein Lye (glye)
622623
- Maxime Douailin
623624
- Jean Pasdeloup (pasdeloup)
625+
- Sylvain Fabre (sylfabre)
624626
- Benjamin Cremer (bcremer)
625627
- Javier López (loalf)
626628
- Reinier Kip
@@ -698,6 +700,7 @@ Symfony is the result of the work of many people who made the code better
698700
- Tiago Brito (blackmx)
699701
-
700702
- Richard van den Brand (ricbra)
703+
- Thomas Bisignani (toma)
701704
- develop
702705
- flip111
703706
- Greg Anderson
@@ -841,7 +844,6 @@ Symfony is the result of the work of many people who made the code better
841844
- Jörn Lang (j.lang)
842845
- Omar Yepez (oyepez003)
843846
- Gawain Lynch (gawain)
844-
- Samuel NELA (snela)
845847
- mwsaz
846848
- Jelle Kapitein
847849
- Benoît Bourgeois
@@ -862,6 +864,7 @@ Symfony is the result of the work of many people who made the code better
862864
- Christian Morgan
863865
- Alexander Miehe (engerim)
864866
- Morgan Auchede (mauchede)
867+
- Sascha Dens (saschadens)
865868
- Don Pinkster
866869
- Maksim Muruev
867870
- Emil Einarsson
@@ -1034,6 +1037,7 @@ Symfony is the result of the work of many people who made the code better
10341037
- Dominic Tubach
10351038
- Nikita Konstantinov
10361039
- Martijn Evers
1040+
- Vitaliy Ryaboy (vitaliy)
10371041
- Benjamin Paap (benjaminpaap)
10381042
- Christian
10391043
- Denis Golubovskiy (bukashk0zzz)
@@ -1061,6 +1065,7 @@ Symfony is the result of the work of many people who made the code better
10611065
- Jakub Sacha
10621066
- Olaf Klischat
10631067
- orlovv
1068+
- Claude Dioudonnat
10641069
- Jonathan Hedstrom
10651070
- Peter Smeets (darkspartan)
10661071
- Jhonny Lidfors (jhonny)
@@ -1244,6 +1249,7 @@ Symfony is the result of the work of many people who made the code better
12441249
- Sandro Hopf
12451250
- Łukasz Makuch
12461251
- George Giannoulopoulos
1252+
- Alexander Pasichnick
12471253
- Luis Ramirez (luisdeimos)
12481254
- Daniel Richter (richtermeister)
12491255
- ChrisC
@@ -1308,7 +1314,6 @@ Symfony is the result of the work of many people who made the code better
13081314
- Jon Gotlin (jongotlin)
13091315
- Michael Dowling (mtdowling)
13101316
- Karlos Presumido (oneko)
1311-
- Sylvain Fabre (sylfabre)
13121317
- Thomas Counsell
13131318
- BilgeXA
13141319
- r1pp3rj4ck
@@ -1354,7 +1359,6 @@ Symfony is the result of the work of many people who made the code better
13541359
- Andrew (drew)
13551360
- kor3k kor3k (kor3k)
13561361
- Stelian Mocanita (stelian)
1357-
- Thomas Bisignani (toma)
13581362
- Justin (wackymole)
13591363
- Flavian (2much)
13601364
- Gautier Deuette
@@ -1396,6 +1400,7 @@ Symfony is the result of the work of many people who made the code better
13961400
- Alan Poulain
13971401
- Martin Eckhardt
13981402
- natechicago
1403+
- Sergei Gorjunov
13991404
- Jonathan Poston
14001405
- Adrian Olek (adrianolek)
14011406
- Jody Mickey (jwmickey)
@@ -1486,6 +1491,7 @@ Symfony is the result of the work of many people who made the code better
14861491
- me_shaon
14871492
- 蝦米
14881493
- Grayson Koonce (breerly)
1494+
- Andrey Helldar (helldar)
14891495
- Karim Cassam Chenaï (ka)
14901496
- Maksym Slesarenko (maksym_slesarenko)
14911497
- Michal Kurzeja (mkurzeja)
@@ -1612,6 +1618,7 @@ Symfony is the result of the work of many people who made the code better
16121618
- Joel Marcey
16131619
- David Christmann
16141620
- root
1621+
- pf
16151622
- Vincent Chalnot
16161623
- James Hudson
16171624
- Tom Maguire
@@ -1754,6 +1761,7 @@ Symfony is the result of the work of many people who made the code better
17541761
- Damian Sromek
17551762
- Ben
17561763
- Evgeniy Tetenchuk
1764+
- Shrey Puranik
17571765
- dasmfm
17581766
- Mathias Geat
17591767
- Arnaud Buathier (arnapou)
@@ -1774,6 +1782,7 @@ Symfony is the result of the work of many people who made the code better
17741782
- Ulf Reimers (ureimers)
17751783
- Wotre
17761784
- goohib
1785+
- Tom Counsell
17771786
- Xavier HAUSHERR
17781787
- Ron Gähler
17791788
- Edwin Hageman
@@ -1811,6 +1820,7 @@ Symfony is the result of the work of many people who made the code better
18111820
- Jörg Rühl
18121821
- wesleyh
18131822
- sergey
1823+
- Michael Hudson-Doyle
18141824
- Daniel Bannert
18151825
- Karim Miladi
18161826
- Michael Genereux
@@ -1840,11 +1850,13 @@ Symfony is the result of the work of many people who made the code better
18401850
- Kasperki
18411851
- Tammy D
18421852
- Daniel STANCU
1853+
- Ryan Rud
18431854
- Ondrej Slinták
18441855
- vlechemin
18451856
- Brian Corrigan
18461857
- Ladislav Tánczos
18471858
- Skorney
1859+
- Lucas Matte
18481860
- fmarchalemisys
18491861
- mieszko4
18501862
- Steve Preston
@@ -1923,6 +1935,7 @@ Symfony is the result of the work of many people who made the code better
19231935
- sualko
19241936
- Bilge
19251937
- ADmad
1938+
- Stéphane Delprat
19261939
- Nicolas Roudaire
19271940
- Alfonso (afgar)
19281941
- Andreas Forsblom (aforsblo)
@@ -2004,7 +2017,6 @@ Symfony is the result of the work of many people who made the code better
20042017
- Rich Sage (richsage)
20052018
- Rokas Mikalkėnas (rokasm)
20062019
- Bart Ruysseveldt (ruyss)
2007-
- Sascha Dens (saschadens)
20082020
- scourgen hung (scourgen)
20092021
- Sebastian Busch (sebu)
20102022
- Sepehr Lajevardi (sepehr)

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6767
private $requestStackSize = 0;
6868
private $resetServices = false;
6969

70-
const VERSION = '3.4.20-DEV';
70+
const VERSION = '3.4.20';
7171
const VERSION_ID = 30420;
7272
const MAJOR_VERSION = 3;
7373
const MINOR_VERSION = 4;
7474
const RELEASE_VERSION = 20;
75-
const EXTRA_VERSION = 'DEV';
75+
const EXTRA_VERSION = '';
7676

7777
const END_OF_MAINTENANCE = '11/2020';
7878
const END_OF_LIFE = '11/2021';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.