8000 Release v3.4.20 by fabpot · Pull Request #29488 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v3.4.20 #29488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ in 3.4 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1

* 3.4.20 (2018-12-06)

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

* 3.4.19 (2018-11-26)

* bug #29318 [Console] Move back root exception to stack trace in verbose mode (chalasr)
Expand Down
36 changes: 24 additions & 12 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Symfony is the result of the work of many people who made the code better
- Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz)
- Grégoire Pineau (lyrixx)
- Hugo Hamon (hhamon)
- Roland Franssen (ro0)
- Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad)
- Romain Neutron (romain)
- Pascal Borreli (pborreli)
Expand Down Expand Up @@ -56,12 +56,12 @@ Symfony is the result of the work of many people who made the code better
- Bulat Shakirzyanov (avalanche123)
- Matthias Pigulla (mpdude)
- Peter Rehm (rpet)
- Jérémy DERUSSÉ (jderusse)
- Saša Stamenković (umpirsky)
- Pierre du Plessis (pierredup)
- Kevin Bond (kbond)
- Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik
- Jérémy DERUSSÉ (jderusse)
- Diego Saint Esteben (dii3g0)
- Alexander M. Turek (derrabus)
- Konstantin Kudryashov (everzet)
Expand Down Expand Up @@ -122,18 +122,18 @@ Symfony is the result of the work of many people who made the code better
- Joshua Thijssen
- excelwebzone
- Gordon Franke (gimler)
- Chris Wilkinson (thewilkybarkid)
- Javier Spagnoletti (phansys)
- Fabien Pennequin (fabienpennequin)
- Eric GELOEN (gelo)
- Sebastiaan Stok (sstok)
- Jérôme Vasseur (jvasseur)
- Lars Strojny (lstrojny)
- Daniel Wehner (dawehner)
- Tugdual Saunier (tucksaun)
- Javier Spagnoletti (phansys)
- Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb)
- Chris Wilkinson (thewilkybarkid)
- Stefano Sala (stefano.sala)
- Evgeniy (ewgraf)
- Alex Pott
Expand Down Expand Up @@ -165,6 +165,7 @@ Symfony is the result of the work of many people who made the code better
- Rouven Weßling (realityking)
- Clemens Tolboom
- Helmer Aaviksoo
- Alessandro Chitolina (alekitto)
- Hiromi Hishida (77web)
- Niels Keurentjes (curry684)
- Matthieu Ouellette-Vachon (maoueh)
Expand All @@ -181,7 +182,7 @@ Symfony is the result of the work of many people who made the code better
- Matthieu Napoli (mnapoli)
- Florent Mata (fmata)
- Warnar Boekkooi (boekkooi)
- Alessandro Chitolina (alekitto)
- Thomas Calvet (fancyweb)
- Dmitrii Chekaliuk (lazyhammer)
- Clément JOBEILI (dator)
- Daniel Espendiller
Expand All @@ -195,7 +196,6 @@ Symfony is the result of the work of many people who made the code better
- DQNEO
- Benjamin Dulau (dbenjamin)
- Mathieu Lemoine (lemoinem)
- Thomas Calvet (fancyweb)
- Christian Schmidt
- Andreas Hucks (meandmymonkey)
- Noel Guilbert (noel)
Expand All @@ -217,6 +217,7 @@ Symfony is the result of the work of many people who made the code better
- Jeremy Livingston (jeremylivingston)
- Michael Lee (zerustech)
- Matthieu Auger (matthieuauger)
- Oskar Stark (oskarstark)
- Leszek Prabucki (l3l0)
- François Zaninotto (fzaninotto)
- Dustin Whittle (dustinwhittle)
Expand All @@ -241,12 +242,12 @@ Symfony is the result of the work of many people who made the code better
- Rob Frawley 2nd (robfrawley)
- julien pauli (jpauli)
- Lorenz Schori
- Oskar Stark (oskarstark)
- Sébastien Lavoie (lavoiesl)
- Gregor Harlan (gharlan)
- Dariusz
- Francois Zaninotto
- Alexander Kotynia (olden)
- Fabien Bourigault (fbourigault)
- Daniel Tschinder
- Christian Schmidt
- Marcos Sánchez
Expand Down Expand Up @@ -295,7 +296,6 @@ Symfony is the result of the work of many people who made the code better
- Thomas Lallement (raziel057)
- mcfedr (mcfedr)
- Colin O'Dell (colinodell)
- Fabien Bourigault (fbourigault)
- Giorgio Premi
- Jan Schädlich (jschaedl)
- Beau Simensen (simensen)
Expand Down Expand Up @@ -571,6 +571,7 @@ Symfony is the result of the work of many people who made the code better
- Marcin Chyłek (songoq)
- Ben Scott
- Ned Schwartz
- Samuel NELA (snela)
- Ziumin
- Jeremy Benoist
- fritzmg
Expand Down Expand Up @@ -621,6 +622,7 @@ Symfony is the result of the work of many people who made the code better
- Gunnstein Lye (glye)
- Maxime Douailin
- Jean Pasdeloup (pasdeloup)
- Sylvain Fabre (sylfabre)
- Benjamin Cremer (bcremer)
- Javier López (loalf)
- Reinier Kip
Expand Down Expand Up @@ -698,6 +700,7 @@ Symfony is the result of the work of many people who made the code better
- Tiago Brito (blackmx)
-
- Richard van den Brand (ricbra)
- Thomas Bisignani (toma)
- develop
- flip111
- Greg Anderson
Expand Down Expand Up @@ -841,7 +844,6 @@ Symfony is the result of the work of many people who made the code better
- Jörn Lang (j.lang)
- Omar Yepez (oyepez003)
- Gawain Lynch (gawain)
- Samuel NELA (snela)
- mwsaz
- Jelle Kapitein
- Benoît Bourgeois
Expand All @@ -862,6 +864,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Morgan
- Alexander Miehe (engerim)
- Morgan Auchede (mauchede)
- Sascha Dens (saschadens)
- Don Pinkster
- Maksim Muruev
- Emil Einarsson
Expand Down Expand Up @@ -1034,6 +1037,7 @@ Symfony is the result of the work of many people who made the code better
- Dominic Tubach
- Nikita Konstantinov
- Martijn Evers
- Vitaliy Ryaboy (vitaliy)
- Benjamin Paap (benjaminpaap)
- Christian
- Denis Golubovskiy (bukashk0zzz)
Expand Down Expand Up @@ -1061,6 +1065,7 @@ Symfony is the result of the work of many people who made the code better
- Jakub Sacha
- Olaf Klischat
- orlovv
- Claude Dioudonnat
- Jonathan Hedstrom
- Peter Smeets (darkspartan)
- Jhonny Lidfors (jhonny)
Expand Down Expand Up @@ -1244,6 +1249,7 @@ Symfony is the result of the work of many people who made the code better
- Sandro Hopf
- Łukasz Makuch
- George Giannoulopoulos
- Alexander Pasichnick
- Luis Ramirez (luisdeimos)
- Daniel Richter (richtermeister)
- ChrisC
Expand Down Expand Up @@ -1308,7 +1314,6 @@ Symfony is the result of the work of many people who made the code better
- Jon Gotlin (jongotlin)
- Michael Dowling (mtdowling)
- Karlos Presumido (oneko)
- Sylvain Fabre (sylfabre)
- Thomas Counsell
- BilgeXA
- r1pp3rj4ck
Expand Down Expand Up @@ -1354,7 +1359,6 @@ Symfony is the result of the work of many people who made the code better
- Andrew (drew)
- kor3k kor3k (kor3k)
- Stelian Mocanita (stelian)
- Thomas Bisignani (toma)
- Justin (wackymole)
- Flavian (2much)
- Gautier Deuette
Expand Down Expand Up @@ -1396,6 +1400,7 @@ Symfony is the result of the work of many people who made the code better
- Alan Poulain
- Martin Eckhardt
- natechicago
- Sergei Gorjunov
- Jonathan Poston
- Adrian Olek (adrianolek)
- Jody Mickey (jwmickey)
Expand Down Expand Up @@ -1486,6 +1491,7 @@ Symfony is the result of the work of many people who made the code better
- me_shaon
- 蝦米
- Grayson Koonce (breerly)
- Andrey Helldar (helldar)
- Karim Cassam Chenaï (ka)
- Maksym Slesarenko (maksym_slesarenko)
- Michal Kurzeja (mkurzeja)
Expand Down Expand Up @@ -1612,6 +1618,7 @@ Symfony is the result of the work of many people who made the code better
- Joel Marcey
- David Christmann
- root
- pf
- Vincent Chalnot
- James Hudson
- Tom Maguire
Expand Down Expand Up @@ -1754,6 +1761,7 @@ Symfony is the result of the work of many people who made the code better
- Damian Sromek
- Ben
- Evgeniy Tetenchuk
- Shrey Puranik
- dasmfm
- Mathias Geat
- Arnaud Buathier (arnapou)
Expand All @@ -1774,6 +1782,7 @@ Symfony is the result of the work of many people who made the code better
- Ulf Reimers (ureimers)
- Wotre
- goohib
- Tom Counsell
- Xavier HAUSHERR
- Ron Gähler
- Edwin Hageman
Expand Down Expand Up @@ -1811,6 +1820,7 @@ Symfony is the result of the work of many people who made the code better
- Jörg Rühl
- wesleyh
- sergey
- Michael Hudson-Doyle
- Daniel Bannert
- Karim Miladi
- Michael Genereux
Expand Down Expand Up @@ -1840,11 +1850,13 @@ Symfony is the result of the work of many people who made the code better
- Kasperki
- Tammy D
- Daniel STANCU
- Ryan Rud
- Ondrej Slinták
- vlechemin
- Brian Corrigan
- Ladislav Tánczos
- Skorney
- Lucas Matte
- fmarchalemisys
- mieszko4
- Steve Preston
Expand Down Expand Up @@ -1923,6 +1935,7 @@ Symfony is the result of the work of many people who made the code better
- sualko
- Bilge
- ADmad
- Stéphane Delprat
- Nicolas Roudaire
- Alfonso (afgar)
- Andreas Forsblom (aforsblo)
Expand Down Expand Up @@ -2004,7 +2017,6 @@ Symfony is the result of the work of many people who made the code better
- Rich Sage (richsage)
- Rokas Mikalkėnas (rokasm)
- Bart Ruysseveldt (ruyss)
- Sascha Dens (saschadens)
- scourgen hung (scourgen)
- Sebastian Busch (sebu)
- Sepehr Lajevardi (sepehr)
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;

const VERSION = '3.4.20-DEV';
const VERSION = '3.4.20';
const VERSION_ID = 30420;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 20;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

const END_OF_MAINTENANCE = '11/2020';
const END_OF_LIFE = '11/2021';
Expand Down
0