Merge pull request #32190 from fabpot/release-3.4.29

released v3.4.29
This commit is contained in:
Fabien Potencier 2019-06-26 15:56:55 +02:00 committed by GitHub
commit 4c9b6d7d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 70 additions and 29 deletions

View File

@ -7,6 +7,31 @@ 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 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 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
* 3.4.29 (2019-06-26)
* bug #32137 [HttpFoundation] fix accessing session bags (xabbuh)
* bug #32164 [EventDispatcher] collect called listeners information only once (xabbuh)
* bug #32173 [FrameworkBundle] Fix calling Client::getProfile() before sending a request (dunglas)
* bug #32163 [DoctrineBridge] Fix type error (norkunas)
* bug #32170 [Security/Core] Don't use ParagonIE_Sodium_Compat (nicolas-grekas)
* bug #32123 [Form] fix translation domain (xabbuh)
* bug #32116 [FrameworkBundle] tag the FileType service as a form type (xabbuh)
* bug #32090 [Debug] workaround BC break in PHP 7.3 (nicolas-grekas)
* bug #32071 Fix expired lock not cleaned (jderusse)
* bug #32057 [HttpFoundation] Fix SA/phpdoc JsonResponse (ro0NL)
* bug #32025 SimpleCacheAdapter fails to cache any item if a namespace is used (moufmouf)
* bug #32037 [Form] validate composite constraints in all groups (xabbuh)
* bug #32007 [Serializer] Handle true and false appropriately in CSV encoder (battye)
* bug #32000 [Routing] fix absolute url generation when scheme is not known (Tobion)
* bug #32024 [VarDumper] fix dumping objects that implement __debugInfo() (nicolas-grekas)
* bug #31962 Fix reporting unsilenced deprecations from insulated tests (nicolas-grekas)
* bug #31865 [Form] Fix wrong DateTime on outdated ICU library (aweelex)
* bug #31863 [HttpFoundation] Fixed case-sensitive handling of cache-control header in RedirectResponse constructor (Ivo)
* bug #31869 Fix json-encoding when JSON_THROW_ON_ERROR is used (nicolas-grekas)
* bug #31860 [HttpFoundation] work around PHP 7.3 bug related to json_encode() (nicolas-grekas)
* bug #31407 [Security] added support for updated "distinguished name" format in x509 authentication (Robert Kopera)
* bug #31654 [HttpFoundation] Do not set X-Accel-Redirect for paths outside of X-Accel-Mapping (vilius-g)
* 3.4.28 (2019-05-28) * 3.4.28 (2019-05-28)
* bug #31584 [Workflow] Do not trigger extra guards (lyrixx) * bug #31584 [Workflow] Do not trigger extra guards (lyrixx)

View File

@ -19,8 +19,8 @@ Symfony is the result of the work of many people who made the code better
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Johannes S (johannes) - Johannes S (johannes)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Kris Wallsmith (kriswallsmith)
- Roland Franssen (ro0) - Roland Franssen (ro0)
- Kris Wallsmith (kriswallsmith)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
@ -31,9 +31,9 @@ Symfony is the result of the work of many people who made the code better
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Yonel Ceruto (yonelceruto)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Yonel Ceruto (yonelceruto)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Jules Pietri (heah) - Jules Pietri (heah)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
@ -45,35 +45,35 @@ Symfony is the result of the work of many people who made the code better
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Tobias Nyholm (tobias) - Tobias Nyholm (tobias)
- Lynn van der Berg (kjarli) - Lynn van der Berg (kjarli)
- Jérémy DERUSSÉ (jderusse)
- Diego Saint Esteben (dosten) - Diego Saint Esteben (dosten)
- Alexandre Salomé (alexandresalome) - Alexandre Salomé (alexandresalome)
- William Durand (couac) - William Durand (couac)
- ornicar - ornicar
- Jérémy DERUSSÉ (jderusse) - Alexander M. Turek (derrabus)
- Dany Maillard (maidmaid) - Dany Maillard (maidmaid)
- Francis Besset (francisbesset) - Francis Besset (francisbesset)
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Matthias Pigulla (mpdude) - Matthias Pigulla (mpdude)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Alexander M. Turek (derrabus)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Kevin Bond (kbond)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Kevin Bond (kbond)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik - Miha Vrhovnik
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Grégoire Paris (greg0ire)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Grégoire Paris (greg0ire)
- Bilal Amarni (bamarni)
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Konstantin Myakshin (koc)
- Bilal Amarni (bamarni)
- Mathieu Piot (mpiot) - Mathieu Piot (mpiot)
- David Maicher (dmaicher) - David Maicher (dmaicher)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Valentin Udaltsov (vudaltsov) - Valentin Udaltsov (vudaltsov)
- Konstantin Myakshin (koc)
- Gabriel Ostrolucký (gadelat) - Gabriel Ostrolucký (gadelat)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Jáchym Toušek (enumag) - Jáchym Toušek (enumag)
@ -95,12 +95,12 @@ Symfony is the result of the work of many people who made the code better
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
- Graham Campbell (graham) - Graham Campbell (graham)
- Daniel Holmes (dholmes) - Daniel Holmes (dholmes)
- Thomas Calvet (fancyweb)
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Bart van den Burg (burgov) - Bart van den Burg (burgov)
- Jordan Alliot (jalliot) - Jordan Alliot (jalliot)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- John Wards (johnwards) - John Wards (johnwards)
- Thomas Calvet (fancyweb)
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
@ -120,6 +120,7 @@ Symfony is the result of the work of many people who made the code better
- Peter Kokot (maastermedia) - Peter Kokot (maastermedia)
- Jacob Dreesen (jdreesen) - Jacob Dreesen (jdreesen)
- Florian Voutzinos (florianv) - Florian Voutzinos (florianv)
- Jan Schädlich (jschaedl)
- Colin Frei - Colin Frei
- Javier Spagnoletti (phansys) - Javier Spagnoletti (phansys)
- Adrien Brault (adrienbrault) - Adrien Brault (adrienbrault)
@ -152,7 +153,6 @@ Symfony is the result of the work of many people who made the code better
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- Jannik Zschiesche (apfelbox) - Jannik Zschiesche (apfelbox)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Jan Schädlich (jschaedl)
- SpacePossum - SpacePossum
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
@ -175,13 +175,17 @@ Symfony is the result of the work of many people who made the code better
- Alessandro Chitolina (alekitto) - Alessandro Chitolina (alekitto)
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Massimiliano Arione (garak)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
- Dawid Nowak - Dawid Nowak
- George Mponos (gmponos)
- Amal Raghav (kertz) - Amal Raghav (kertz)
- Jonathan Ingram (jonathaningram) - Jonathan Ingram (jonathaningram)
- Artur Kotyrba - Artur Kotyrba
- Tyson Andre - Tyson Andre
- GDIBass - GDIBass
- Samuel NELA (snela)
- Vincent Touzet (vincenttouzet)
- Alexander Schranz (alexander-schranz) - Alexander Schranz (alexander-schranz)
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent) - jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
- James Halsall (jaitsu) - James Halsall (jaitsu)
@ -194,15 +198,12 @@ Symfony is the result of the work of many people who made the code better
- Daniel Espendiller - Daniel Espendiller
- Possum - Possum
- Dorian Villet (gnutix) - Dorian Villet (gnutix)
- George Mponos (gmponos)
- Sergey Linnik (linniksa) - Sergey Linnik (linniksa)
- Richard Miller (mr_r_miller) - Richard Miller (mr_r_miller)
- Albert Casademont (acasademont) - Albert Casademont (acasademont)
- Mario A. Alvarez Garcia (nomack84) - Mario A. Alvarez Garcia (nomack84)
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
- DQNEO - DQNEO
- Samuel NELA (snela)
- Vincent Touzet (vincenttouzet)
- Gregor Harlan (gharlan) - Gregor Harlan (gharlan)
- Gary PEGEOT (gary-p) - Gary PEGEOT (gary-p)
- Ruben Gonzalez (rubenrua) - Ruben Gonzalez (rubenrua)
@ -242,12 +243,12 @@ Symfony is the result of the work of many people who made the code better
- Sven Paulus (subsven) - Sven Paulus (subsven)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Massimiliano Arione (garak)
- Eugene Wissner - Eugene Wissner
- Pascal Montoya - Pascal Montoya
- Julien Brochet (mewt) - Julien Brochet (mewt)
- Leo Feyer - Leo Feyer
- Tristan Darricau (nicofuma) - Tristan Darricau (nicofuma)
- Victor Bocharsky (bocharsky_bw)
- Marcel Beerta (mazen) - Marcel Beerta (mazen)
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Mantis Development - Mantis Development
@ -300,7 +301,6 @@ Symfony is the result of the work of many people who made the code better
- Chekote - Chekote
- Antoine Makdessi (amakdessi) - Antoine Makdessi (amakdessi)
- Thomas Adam - Thomas Adam
- Viktor Bocharskyi (bocharsky_bw)
- Jhonny Lidfors (jhonne) - Jhonny Lidfors (jhonne)
- Diego Agulló (aeoris) - Diego Agulló (aeoris)
- jdhoek - jdhoek
@ -374,6 +374,7 @@ Symfony is the result of the work of many people who made the code better
- Berny Cantos (xphere81) - Berny Cantos (xphere81)
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- dFayet
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- Gennady Telegin (gtelegin) - Gennady Telegin (gtelegin)
- Erin Millard - Erin Millard
@ -438,6 +439,7 @@ Symfony is the result of the work of many people who made the code better
- Joe Lencioni - Joe Lencioni
- Daniel Tschinder - Daniel Tschinder
- vladimir.reznichenko - vladimir.reznichenko
- Ruud Kamphuis (ruudk)
- Kai - Kai
- Lee Rowlands - Lee Rowlands
- Krzysztof Piasecki (krzysztek) - Krzysztof Piasecki (krzysztek)
@ -458,6 +460,7 @@ Symfony is the result of the work of many people who made the code better
- Karel Souffriau - Karel Souffriau
- Christophe L. (christophelau) - Christophe L. (christophelau)
- Anthon Pang (robocoder) - Anthon Pang (robocoder)
- Michael Käfer (michael_kaefer)
- Sébastien Santoro (dereckson) - Sébastien Santoro (dereckson)
- Brian King - Brian King
- Michel Salib (michelsalib) - Michel Salib (michelsalib)
@ -539,6 +542,7 @@ Symfony is the result of the work of many people who made the code better
- Sergio Santoro - Sergio Santoro
- Robin van der Vleuten (robinvdvleuten) - Robin van der Vleuten (robinvdvleuten)
- Philipp Rieber (bicpi) - Philipp Rieber (bicpi)
- Tomas Norkūnas (norkunas)
- Manuel de Ruiter (manuel) - Manuel de Ruiter (manuel)
- Eduardo Oliveira (entering) - Eduardo Oliveira (entering)
- Ilya Antipenko (aivus) - Ilya Antipenko (aivus)
@ -563,6 +567,7 @@ Symfony is the result of the work of many people who made the code better
- Jakub Škvára (jskvara) - Jakub Škvára (jskvara)
- Andrew Udvare (audvare) - Andrew Udvare (audvare)
- alexpods - alexpods
- Saif Eddin G
- Adam Szaraniec (mimol) - Adam Szaraniec (mimol)
- Dariusz Ruminski - Dariusz Ruminski
- Erik Trapman (eriktrapman) - Erik Trapman (eriktrapman)
@ -597,7 +602,6 @@ Symfony is the result of the work of many people who made the code better
- Martin Morávek (keeo) - Martin Morávek (keeo)
- Steven Surowiec - Steven Surowiec
- Kevin Saliou (kbsali) - Kevin Saliou (kbsali)
- Ruud Kamphuis (ruudk)
- Shawn Iwinski - Shawn Iwinski
- Gawain Lynch (gawain) - Gawain Lynch (gawain)
- NothingWeAre - NothingWeAre
@ -630,6 +634,7 @@ Symfony is the result of the work of many people who made the code better
- Baptiste Leduc (bleduc) - Baptiste Leduc (bleduc)
- Jean-Christophe Cuvelier [Artack] - Jean-Christophe Cuvelier [Artack]
- Simon DELICATA - Simon DELICATA
- Dmitry Simushev
- alcaeus - alcaeus
- Fred Cox - Fred Cox
- vitaliytv - vitaliytv
@ -688,7 +693,6 @@ Symfony is the result of the work of many people who made the code better
- Vincent Simonin - Vincent Simonin
- Alex Bogomazov (alebo) - Alex Bogomazov (alebo)
- maxime.steinhausser - maxime.steinhausser
- dFayet
- adev - adev
- Stefan Warman - Stefan Warman
- Arkadius Stefanski (arkadius) - Arkadius Stefanski (arkadius)
@ -722,6 +726,7 @@ Symfony is the result of the work of many people who made the code better
- Jaroslav Kuba - Jaroslav Kuba
- Stephan Vock - Stephan Vock
- Benjamin Zikarsky (bzikarsky) - Benjamin Zikarsky (bzikarsky)
- battye
- Simon Schick (simonsimcity) - Simon Schick (simonsimcity)
- redstar504 - redstar504
- Tristan Roussel - Tristan Roussel
@ -763,10 +768,10 @@ Symfony is the result of the work of many people who made the code better
- Arturas Smorgun (asarturas) - Arturas Smorgun (asarturas)
- Alexander Volochnev (exelenz) - Alexander Volochnev (exelenz)
- Michael Piecko - Michael Piecko
- Toni Peric (tperic)
- yclian - yclian
- Alan Poulain - Alan Poulain
- Aleksey Prilipko - Aleksey Prilipko
- Tomas Norkūnas (norkunas)
- Andrew Berry - Andrew Berry
- twifty - twifty
- Indra Gunawan (guind) - Indra Gunawan (guind)
@ -816,6 +821,7 @@ Symfony is the result of the work of many people who made the code better
- John Bohn (jbohn) - John Bohn (jbohn)
- Marc Morera (mmoreram) - Marc Morera (mmoreram)
- Saif Eddin Gmati (azjezz) - Saif Eddin Gmati (azjezz)
- BENOIT POLASZEK (bpolaszek)
- Andrew Hilobok (hilobok) - Andrew Hilobok (hilobok)
- Noah Heck (myesain) - Noah Heck (myesain)
- Christian Soronellas (theunic) - Christian Soronellas (theunic)
@ -837,6 +843,7 @@ Symfony is the result of the work of many people who made the code better
- Olivier Maisonneuve (olineuve) - Olivier Maisonneuve (olineuve)
- Pedro Miguel Maymone de Resende (pedroresende) - Pedro Miguel Maymone de Resende (pedroresende)
- Masterklavi - Masterklavi
- Franco Traversaro (belinde)
- Francis Turmel (fturmel) - Francis Turmel (fturmel)
- Nikita Nefedov (nikita2206) - Nikita Nefedov (nikita2206)
- cgonzalez - cgonzalez
@ -851,6 +858,7 @@ Symfony is the result of the work of many people who made the code better
- Antoine Lamirault - Antoine Lamirault
- Adrien Lucas (adrienlucas) - Adrien Lucas (adrienlucas)
- Zhuravlev Alexander (scif) - Zhuravlev Alexander (scif)
- Stefano Degenkamp (steef)
- James Michael DuPont - James Michael DuPont
- Tom Klingenberg - Tom Klingenberg
- Christopher Hall (mythmakr) - Christopher Hall (mythmakr)
@ -904,6 +912,7 @@ Symfony is the result of the work of many people who made the code better
- Benoît Bourgeois - Benoît Bourgeois
- mantulo - mantulo
- Stefan Kruppa - Stefan Kruppa
- mmokhi
- corphi - corphi
- grizlik - grizlik
- Derek ROTH - Derek ROTH
@ -912,6 +921,7 @@ Symfony is the result of the work of many people who made the code better
- Dmytro Boiko (eagle) - Dmytro Boiko (eagle)
- Shin Ohno (ganchiku) - Shin Ohno (ganchiku)
- Geert De Deckere (geertdd) - Geert De Deckere (geertdd)
- Jacek Jędrzejewski (jacek.jedrzejewski)
- Jan Kramer (jankramer) - Jan Kramer (jankramer)
- abdul malik ikhsan (samsonasik) - abdul malik ikhsan (samsonasik)
- Henry Snoek (snoek09) - Henry Snoek (snoek09)
@ -922,7 +932,6 @@ Symfony is the result of the work of many people who made the code better
- Morgan Auchede (mauchede) - Morgan Auchede (mauchede)
- Sascha Dens (saschadens) - Sascha Dens (saschadens)
- Don Pinkster - Don Pinkster
- Saif Eddin G
- Maksim Muruev - Maksim Muruev
- Emil Einarsson - Emil Einarsson
- Thomas Landauer - Thomas Landauer
@ -933,13 +942,14 @@ Symfony is the result of the work of many people who made the code better
- Tony Tran - Tony Tran
- Jacques Moati - Jacques Moati
- Balazs Csaba (balazscsaba2006) - Balazs Csaba (balazscsaba2006)
- Bill Hance (billhance)
- Douglas Reith (douglas_reith) - Douglas Reith (douglas_reith)
- Forfarle (forfarle) - Forfarle (forfarle)
- Harry Walter (haswalt) - Harry Walter (haswalt)
- Johnson Page (jwpage) - Johnson Page (jwpage)
- Michael Käfer (michael_kaefer)
- Ruben Gonzalez (rubenruateltek) - Ruben Gonzalez (rubenruateltek)
- Michael Roterman (wtfzdotnet) - Michael Roterman (wtfzdotnet)
- Andrii Dembitskyi
- Arno Geurts - Arno Geurts
- Adán Lobato (adanlobato) - Adán Lobato (adanlobato)
- Ian Jenkins (jenkoian) - Ian Jenkins (jenkoian)
@ -986,7 +996,6 @@ Symfony is the result of the work of many people who made the code better
- d-ph - d-ph
- Renan Taranto (renan-taranto) - Renan Taranto (renan-taranto)
- Thomas Talbot (ioni) - Thomas Talbot (ioni)
- Dmitry Simushev
- Rikijs Murgs - Rikijs Murgs
- Uladzimir Tsykun - Uladzimir Tsykun
- Ben Ramsey (ramsey) - Ben Ramsey (ramsey)
@ -1132,7 +1141,6 @@ Symfony is the result of the work of many people who made the code better
- hugofonseca (fonsecas72) - hugofonseca (fonsecas72)
- Martynas Narbutas - Martynas Narbutas
- Toon Verwerft (veewee) - Toon Verwerft (veewee)
- battye
- Bailey Parker - Bailey Parker
- Eddie Jaoude - Eddie Jaoude
- Antanas Arvasevicius - Antanas Arvasevicius
@ -1269,6 +1277,7 @@ Symfony is the result of the work of many people who made the code better
- Pablo Schläpfer - Pablo Schläpfer
- Gert de Pagter - Gert de Pagter
- Jelte Steijaert (jelte) - Jelte Steijaert (jelte)
- David Négrier (moufmouf)
- Quique Porta (quiqueporta) - Quique Porta (quiqueporta)
- stoccc - stoccc
- Andrea Quintino (dirk39) - Andrea Quintino (dirk39)
@ -1290,7 +1299,6 @@ Symfony is the result of the work of many people who made the code better
- Lars Ambrosius Wallenborn (larsborn) - Lars Ambrosius Wallenborn (larsborn)
- Oriol Mangas Abellan (oriolman) - Oriol Mangas Abellan (oriolman)
- Sebastian Göttschkes (sgoettschkes) - Sebastian Göttschkes (sgoettschkes)
- Toni Peric (tperic)
- Tatsuya Tsuruoka - Tatsuya Tsuruoka
- Ross Tuck - Ross Tuck
- Kévin Gomez (kevin) - Kévin Gomez (kevin)
@ -1324,7 +1332,6 @@ Symfony is the result of the work of many people who made the code better
- Sébastien HOUZÉ - Sébastien HOUZÉ
- Jingyu Wang - Jingyu Wang
- steveYeah - steveYeah
- BENOIT POLASZEK (bpolaszek)
- Samy Dindane (dinduks) - Samy Dindane (dinduks)
- Keri Henare (kerihenare) - Keri Henare (kerihenare)
- Cédric Lahouste (rapotor) - Cédric Lahouste (rapotor)
@ -1431,6 +1438,7 @@ Symfony is the result of the work of many people who made the code better
- BilgeXA - BilgeXA
- r1pp3rj4ck - r1pp3rj4ck
- phydevs - phydevs
- mmokhi
- Robert Queck - Robert Queck
- Peter Bouwdewijn - Peter Bouwdewijn
- mlively - mlively
@ -1455,6 +1463,7 @@ Symfony is the result of the work of many people who made the code better
- Mike Meier - Mike Meier
- Tim Jabs - Tim Jabs
- Sebastian Ionescu - Sebastian Ionescu
- Robert Kopera
- Pablo Ogando Ferreira - Pablo Ogando Ferreira
- Thomas Ploch - Thomas Ploch
- Simon Neidhold - Simon Neidhold
@ -1490,6 +1499,7 @@ Symfony is the result of the work of many people who made the code better
- LubenZA - LubenZA
- Olivier - Olivier
- Cyril PASCAL - Cyril PASCAL
- Michael Bessolov
- pscheit - pscheit
- Wybren Koelmans - Wybren Koelmans
- Zdeněk Drahoš - Zdeněk Drahoš
@ -1651,6 +1661,7 @@ Symfony is the result of the work of many people who made the code better
- downace - downace
- Aarón Nieves Fernández - Aarón Nieves Fernández
- Mike Meier - Mike Meier
- Vilius Grigaliūnas
- Kirill Saksin - Kirill Saksin
- Julien Pauli - Julien Pauli
- Koalabaerchen - Koalabaerchen
@ -1698,6 +1709,7 @@ Symfony is the result of the work of many people who made the code better
- Nicole Cordes - Nicole Cordes
- Martin Kirilov - Martin Kirilov
- amcastror - amcastror
- Alexander Li (aweelex)
- Bram Van der Sype (brammm) - Bram Van der Sype (brammm)
- Guile (guile) - Guile (guile)
- Julien Moulin (lizjulien) - Julien Moulin (lizjulien)
@ -1717,6 +1729,7 @@ Symfony is the result of the work of many people who made the code better
- Sam Ward - Sam Ward
- Walther Lalk - Walther Lalk
- Adam - Adam
- Ivo
- Sören Bernstein - Sören Bernstein
- devel - devel
- taiiiraaa - taiiiraaa
@ -1751,7 +1764,6 @@ Symfony is the result of the work of many people who made the code better
- Hans Nilsson (hansnilsson) - Hans Nilsson (hansnilsson)
- Andrew Marcinkevičius (ifdattic) - Andrew Marcinkevičius (ifdattic)
- Ioana Hazsda (ioana-hazsda) - Ioana Hazsda (ioana-hazsda)
- Jacek Jędrzejewski (jacek.jedrzejewski)
- Jan Marek (janmarek) - Jan Marek (janmarek)
- Mark de Haan (markdehaan) - Mark de Haan (markdehaan)
- Dan Patrick (mdpatrick) - Dan Patrick (mdpatrick)
@ -1760,6 +1772,7 @@ Symfony is the result of the work of many people who made the code better
- tante kinast (tante) - tante kinast (tante)
- Ahmed Hannachi (tiecoders) - Ahmed Hannachi (tiecoders)
- Vincent LEFORT (vlefort) - Vincent LEFORT (vlefort)
- Walid BOUGHDIRI (walidboughdiri)
- Darryl Hein (xmmedia) - Darryl Hein (xmmedia)
- Sadicov Vladimir (xtech) - Sadicov Vladimir (xtech)
- Kevin EMO (zarcox) - Kevin EMO (zarcox)
@ -1774,6 +1787,7 @@ Symfony is the result of the work of many people who made the code better
- Vincent Chalnot - Vincent Chalnot
- James Hudson - James Hudson
- Tom Maguire - Tom Maguire
- Mateusz Lerczak
- Richard Quadling - Richard Quadling
- David Zuelke - David Zuelke
- Adrian - Adrian
@ -1948,6 +1962,7 @@ Symfony is the result of the work of many people who made the code better
- Ulf Reimers (ureimers) - Ulf Reimers (ureimers)
- Wotre - Wotre
- goohib - goohib
- Chi-teck
- Tom Counsell - Tom Counsell
- Xavier HAUSHERR - Xavier HAUSHERR
- Ron Gähler - Ron Gähler
@ -2007,6 +2022,7 @@ Symfony is the result of the work of many people who made the code better
- Cédric Bertolini - Cédric Bertolini
- n-aleha - n-aleha
- Anatol Belski - Anatol Belski
- Anderson Müller
- Şəhriyar İmanov - Şəhriyar İmanov
- Alexis BOYER - Alexis BOYER
- Kaipi Yann - Kaipi Yann
@ -2019,7 +2035,6 @@ Symfony is the result of the work of many people who made the code better
- Tammy D - Tammy D
- Daniel STANCU - Daniel STANCU
- Ryan Rud - Ryan Rud
- mmokhi
- Ondrej Slinták - Ondrej Slinták
- vlechemin - vlechemin
- Brian Corrigan - Brian Corrigan
@ -2110,10 +2125,10 @@ Symfony is the result of the work of many people who made the code better
- Alex Olmos (alexolmos) - Alex Olmos (alexolmos)
- Antonio Mansilla (amansilla) - Antonio Mansilla (amansilla)
- Robin Kanters (anddarerobin) - Robin Kanters (anddarerobin)
- Andrii Popov (andrii-popov)
- Juan Ases García (ases) - Juan Ases García (ases)
- Siragusa (asiragusa) - Siragusa (asiragusa)
- Daniel Basten (axhm3a) - Daniel Basten (axhm3a)
- Bill Hance (billhance)
- Bernd Matzner (bmatzner) - Bernd Matzner (bmatzner)
- Bram Tweedegolf (bram_tweedegolf) - Bram Tweedegolf (bram_tweedegolf)
- Brandon Kelly (brandonkelly) - Brandon Kelly (brandonkelly)
@ -2150,6 +2165,7 @@ Symfony is the result of the work of many people who made the code better
- Justin Rainbow (jrainbow) - Justin Rainbow (jrainbow)
- Juan Luis (juanlugb) - Juan Luis (juanlugb)
- JuntaTom (juntatom) - JuntaTom (juntatom)
- Julien Manganne (juuuuuu)
- Ismail Faizi (kanafghan) - Ismail Faizi (kanafghan)
- Sébastien Armand (khepin) - Sébastien Armand (khepin)
- Pierre-Chanel Gauthier (kmecnin) - Pierre-Chanel Gauthier (kmecnin)

View File

@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0; private $requestStackSize = 0;
private $resetServices = false; private $resetServices = false;
const VERSION = '3.4.29-DEV'; const VERSION = '3.4.29';
const VERSION_ID = 30429; const VERSION_ID = 30429;
const MAJOR_VERSION = 3; const MAJOR_VERSION = 3;
const MINOR_VERSION = 4; const MINOR_VERSION = 4;
const RELEASE_VERSION = 29; const RELEASE_VERSION = 29;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '11/2020'; const END_OF_MAINTENANCE = '11/2020';
const END_OF_LIFE = '11/2021'; const END_OF_LIFE = '11/2021';