Merge pull request #25688 from fabpot/release-2.7.40

released v2.7.40
This commit is contained in:
Fabien Potencier 2018-01-05 06:16:13 +01:00 committed by GitHub
commit d89889ce45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 83 additions and 30 deletions

View File

@ -7,6 +7,26 @@ in 2.7 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/v2.7.0...v2.7.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
* 2.7.40 (2018-01-05)
* bug #25532 [HttpKernel] Disable CSP header on exception pages (ostrolucky)
* bug #25491 [Routing] Use the default host even if context is empty (sroze)
* bug #25662 Dumper shouldn't use html format for phpdbg / cli-server (jhoff)
* bug #25529 [Validator] Fix access to root object when using composite constraint (ostrolucky)
* bug #25430 Fixes for Oracle in PdoSessionHandler (elislenio)
* bug #25599 Add application/ld+json format associated to json (vincentchalamon)
* bug #25407 [Console] Commands with an alias should not be recognized as ambiguous (Simperfit)
* bug #25521 [Console] fix a bug when you are passing a default value and passing -n would output the index (Simperfit)
* bug #25489 [FrameworkBundle] remove esi/ssi renderers if inactive (dmaicher)
* bug #25427 Preserve percent-encoding in URLs when performing redirects in the UrlMatcher (mpdude)
* bug #25480 [FrameworkBundle] add missing validation options to XSD file (xabbuh)
* bug #25487 [Console] Fix a bug when passing a letter that could be an alias (Simperfit)
* bug #25233 [TwigBridge][Form] Fix hidden currency element with Bootstrap 3 theme (julienfalque)
* bug #25408 [Debug] Fix catching fatal errors in case of nested error handlers (nicolas-grekas)
* bug #25330 [HttpFoundation] Support 0 bit netmask in IPv6 (`::/0`) (stephank)
* bug #25410 [HttpKernel] Fix logging of post-terminate errors/exceptions (nicolas-grekas)
* bug #25323 [ExpressionLanguage] throw an SyntaxError instead of an undefined index notice (Simperfit)
* 2.7.39 (2017-12-04) * 2.7.39 (2017-12-04)
* bug #25278 Fix for missing whitespace control modifier in form layout (kubawerlos) * bug #25278 Fix for missing whitespace control modifier in form layout (kubawerlos)

View File

@ -13,13 +13,13 @@ Symfony is the result of the work of many people who made the code better
- Jordi Boggiano (seldaek) - Jordi Boggiano (seldaek)
- Victor Berchet (victor) - Victor Berchet (victor)
- Johannes S (johannes) - Johannes S (johannes)
- Jakub Zalas (jakubzalas)
- Kévin Dunglas (dunglas) - Kévin Dunglas (dunglas)
- Jakub Zalas (jakubzalas)
- Kris Wallsmith (kriswallsmith) - Kris Wallsmith (kriswallsmith)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Robin Chalas (chalas_r)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Robin Chalas (chalas_r)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
@ -48,21 +48,22 @@ Symfony is the result of the work of many people who made the code better
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Iltar van der Berg (kjarli) - Iltar van der Berg (kjarli)
- Yonel Ceruto (yonelceruto)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Yonel Ceruto (yonelceruto)
- Miha Vrhovnik - Miha Vrhovnik
- Matthias Pigulla (mpdude) - Matthias Pigulla (mpdude)
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Konstantin Kudryashov (everzet)
- Bilal Amarni (bamarni)
- Kevin Bond (kbond)
- Dany Maillard (maidmaid) - Dany Maillard (maidmaid)
- Konstantin Kudryashov (everzet)
- Kevin Bond (kbond)
- Bilal Amarni (bamarni)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Amrouche Hamza (simperfit)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
@ -70,16 +71,17 @@ Symfony is the result of the work of many people who made the code better
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Jáchym Toušek (enumag) - Jáchym Toušek (enumag)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
- Titouan Galopin (tgalopin)
- Samuel ROZE (sroze)
- Konstantin Myakshin (koc) - Konstantin Myakshin (koc)
- Christian Raue - Christian Raue
- Arnout Boks (aboks) - Arnout Boks (aboks)
- Deni - Deni
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Titouan Galopin (tgalopin) - Issei Murasawa (issei_m)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Tobias Nyholm (tobias) - Tobias Nyholm (tobias)
- Issei Murasawa (issei_m)
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
@ -97,12 +99,11 @@ Symfony is the result of the work of many people who made the code better
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Maxime STEINHAUSSER - Maxime STEINHAUSSER
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Samuel ROZE (sroze)
- Tim Nagel (merk) - Tim Nagel (merk)
- Amrouche Hamza (simperfit)
- Brice BERNARD (brikou)
- Baptiste Clavié (talus)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Brice BERNARD (brikou)
- David Maicher (dmaicher)
- Baptiste Clavié (talus)
- marc.weistroff - marc.weistroff
- lenar - lenar
- Alexander Schwenn (xelaris) - Alexander Schwenn (xelaris)
@ -118,17 +119,16 @@ Symfony is the result of the work of many people who made the code better
- Tomáš Votruba (tomas_votruba) - Tomáš Votruba (tomas_votruba)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Gordon Franke (gimler) - Gordon Franke (gimler)
- David Maicher (dmaicher)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- Daniel Wehner (dawehner) - Daniel Wehner (dawehner)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- Grégoire Paris (greg0ire)
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb) - Florian Lonqueu-Brochard (florianlb)
- Sebastiaan Stok (sstok) - Sebastiaan Stok (sstok)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Grégoire Paris (greg0ire)
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
@ -139,6 +139,8 @@ Symfony is the result of the work of many people who made the code better
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Alex Pott
- Julien Falque (julienfalque)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- jwdeitch - jwdeitch
@ -147,11 +149,9 @@ Symfony is the result of the work of many people who made the code better
- Jérôme Vasseur (jvasseur) - Jérôme Vasseur (jvasseur)
- Oleg Voronkovich - Oleg Voronkovich
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Alex Pott
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Javier Spagnoletti (phansys) - Javier Spagnoletti (phansys)
- Julien Falque (julienfalque)
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
@ -174,6 +174,7 @@ Symfony is the result of the work of many people who made the code better
- Dmitrii Chekaliuk (lazyhammer) - Dmitrii Chekaliuk (lazyhammer)
- Clément JOBEILI (dator) - Clément JOBEILI (dator)
- Daniel Espendiller - Daniel Espendiller
- Valentin Udaltsov (vudaltsov)
- Possum - Possum
- Dorian Villet (gnutix) - Dorian Villet (gnutix)
- Sergey Linnik (linniksa) - Sergey Linnik (linniksa)
@ -190,7 +191,6 @@ Symfony is the result of the work of many people who made the code better
- Stepan Anchugov (kix) - Stepan Anchugov (kix)
- bronze1man - bronze1man
- sun (sun) - sun (sun)
- Valentin Udaltsov (vudaltsov)
- Larry Garfield (crell) - Larry Garfield (crell)
- Martin Schuhfuß (usefulthink) - Martin Schuhfuß (usefulthink)
- apetitpa - apetitpa
@ -247,11 +247,13 @@ Symfony is the result of the work of many people who made the code better
- Alessandro Chitolina - Alessandro Chitolina
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Niels Keurentjes (curry684)
- Jordan Samouh (jordansamouh) - Jordan Samouh (jordansamouh)
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Uwe Jäger (uwej711) - Uwe Jäger (uwej711)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto - Filippo Tessarotto
- Gabriel Ostrolucký
- Joseph Rouff (rouffj) - Joseph Rouff (rouffj)
- Félix Labrecque (woodspire) - Félix Labrecque (woodspire)
- GordonsLondon - GordonsLondon
@ -270,9 +272,11 @@ Symfony is the result of the work of many people who made the code better
- DQNEO - DQNEO
- jdhoek - jdhoek
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Bob den Otter (bopp)
- Nikita Konstantinov - Nikita Konstantinov
- Wodor Wodorski - Wodor Wodorski
- Oskar Stark (oskarstark) - Oskar Stark (oskarstark)
- Dariusz
- Thomas Lallement (raziel057) - Thomas Lallement (raziel057)
- Giorgio Premi - Giorgio Premi
- Matthieu Napoli (mnapoli) - Matthieu Napoli (mnapoli)
@ -284,6 +288,7 @@ Symfony is the result of the work of many people who made the code better
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Wouter Van Hecke - Wouter Van Hecke
- Jérôme Parmentier (lctrs) - Jérôme Parmentier (lctrs)
- Michael Babker (mbabker)
- Peter Kruithof (pkruithof) - Peter Kruithof (pkruithof)
- Michael Holm (hollo) - Michael Holm (hollo)
- Marc Weistroff (futurecat) - Marc Weistroff (futurecat)
@ -301,6 +306,7 @@ Symfony is the result of the work of many people who made the code better
- Andrey Esaulov (andremaha) - Andrey Esaulov (andremaha)
- Grégoire Passault (gregwar) - Grégoire Passault (gregwar)
- Jerzy Zawadzki (jzawadzki) - Jerzy Zawadzki (jzawadzki)
- Wouter J
- Ismael Ambrosi (iambrosi) - Ismael Ambrosi (iambrosi)
- Baptiste Lafontaine - Baptiste Lafontaine
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
@ -311,7 +317,6 @@ Symfony is the result of the work of many people who made the code better
- Tiago Ribeiro (fixe) - Tiago Ribeiro (fixe)
- Hidde Boomsma (hboomsma) - Hidde Boomsma (hboomsma)
- John Bafford (jbafford) - John Bafford (jbafford)
- Bob den Otter (bopp)
- Adrian Rudnik (kreischweide) - Adrian Rudnik (kreischweide)
- Francesc Rosàs (frosas) - Francesc Rosàs (frosas)
- Massimiliano Arione (garak) - Massimiliano Arione (garak)
@ -324,7 +329,6 @@ Symfony is the result of the work of many people who made the code better
- Thierry Thuon (lepiaf) - Thierry Thuon (lepiaf)
- Ricard Clau (ricardclau) - Ricard Clau (ricardclau)
- Mark Challoner (markchalloner) - Mark Challoner (markchalloner)
- Dariusz
- Gennady Telegin (gtelegin) - Gennady Telegin (gtelegin)
- Ben Davies (bendavies) - Ben Davies (bendavies)
- Erin Millard - Erin Millard
@ -339,16 +343,15 @@ Symfony is the result of the work of many people who made the code better
- Inal DJAFAR (inalgnu) - Inal DJAFAR (inalgnu)
- Christian Gärtner (dagardner) - Christian Gärtner (dagardner)
- Tomasz Kowalczyk (thunderer) - Tomasz Kowalczyk (thunderer)
- Michael Babker (mbabker)
- François-Xavier de Guillebon (de-gui_f) - François-Xavier de Guillebon (de-gui_f)
- Damien Alexandre (damienalexandre) - Damien Alexandre (damienalexandre)
- Felix Labrecque - Felix Labrecque
- Yaroslav Kiliba - Yaroslav Kiliba
- Terje Bråten - Terje Bråten
- Yanick Witschi (toflar)
- Robbert Klarenbeek (robbertkl) - Robbert Klarenbeek (robbertkl)
- Edi Modrić (emodric) - Edi Modrić (emodric)
- Thomas Calvet (fancyweb) - Thomas Calvet (fancyweb)
- Niels Keurentjes (curry684)
- JhonnyL - JhonnyL
- David Badura (davidbadura) - David Badura (davidbadura)
- hossein zolfi (ocean) - hossein zolfi (ocean)
@ -414,6 +417,7 @@ Symfony is the result of the work of many people who made the code better
- Jan Schumann - Jan Schumann
- Niklas Fiekas - Niklas Fiekas
- Markus Bachmann (baachi) - Markus Bachmann (baachi)
- Gabriel Caruso
- lancergr - lancergr
- Mihai Stancu - Mihai Stancu
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
@ -450,7 +454,6 @@ Symfony is the result of the work of many people who made the code better
- Anton Bakai - Anton Bakai
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Alex Bakhturin - Alex Bakhturin
- Yanick Witschi (toflar)
- Alexander Obuhovich (aik099) - Alexander Obuhovich (aik099)
- boombatower - boombatower
- Fabrice Bernhard (fabriceb) - Fabrice Bernhard (fabriceb)
@ -478,7 +481,6 @@ Symfony is the result of the work of many people who made the code better
- Roy Van Ginneken (rvanginneken) - Roy Van Ginneken (rvanginneken)
- ondrowan - ondrowan
- Barry vd. Heuvel (barryvdh) - Barry vd. Heuvel (barryvdh)
- Wouter J
- Florent Mata - Florent Mata
- Evan S Kaufman (evanskaufman) - Evan S Kaufman (evanskaufman)
- mcben - mcben
@ -562,6 +564,7 @@ Symfony is the result of the work of many people who made the code better
- Max Rath (drak3) - Max Rath (drak3)
- Stéphane Escandell (sescandell) - Stéphane Escandell (sescandell)
- Konstantin S. M. Möllers (ksmmoellers) - Konstantin S. M. Möllers (ksmmoellers)
- Alessandro Lai (jean85)
- James Johnston - James Johnston
- Sinan Eldem - Sinan Eldem
- Alexandre Dupuy (satchette) - Alexandre Dupuy (satchette)
@ -617,6 +620,7 @@ Symfony is the result of the work of many people who made the code better
- Antoine Corcy - Antoine Corcy
- Sascha Grossenbacher - Sascha Grossenbacher
- Szijarto Tamas - Szijarto Tamas
- Robin Lehrmann (robinlehrmann)
- Catalin Dan - Catalin Dan
- Stephan Vock - Stephan Vock
- Benjamin Zikarsky (bzikarsky) - Benjamin Zikarsky (bzikarsky)
@ -692,6 +696,7 @@ Symfony is the result of the work of many people who made the code better
- Andrew Hilobok (hilobok) - Andrew Hilobok (hilobok)
- Noah Heck (myesain) - Noah Heck (myesain)
- Christian Soronellas (theunic) - Christian Soronellas (theunic)
- Johann Pardanaud
- Adam Szaraniec (mimol) - Adam Szaraniec (mimol)
- Yosmany Garcia (yosmanyga) - Yosmany Garcia (yosmanyga)
- Wouter de Wild - Wouter de Wild
@ -811,6 +816,7 @@ Symfony is the result of the work of many people who made the code better
- Gábor Tóth - Gábor Tóth
- Daniel Cestari - Daniel Cestari
- David Lima - David Lima
- Brian Freytag (brianfreytag)
- Brunet Laurent (lbrunet) - Brunet Laurent (lbrunet)
- Mikhail Yurasov (mym) - Mikhail Yurasov (mym)
- LOUARDI Abdeltif (ouardisoft) - LOUARDI Abdeltif (ouardisoft)
@ -843,9 +849,9 @@ Symfony is the result of the work of many people who made the code better
- Colin O'Dell (colinodell) - Colin O'Dell (colinodell)
- xaav - xaav
- Mahmoud Mostafa (mahmoud) - Mahmoud Mostafa (mahmoud)
- Alessandro Lai
- Pieter - Pieter
- Michael Tibben - Michael Tibben
- Billie Thompson
- Sander Marechal - Sander Marechal
- Radosław Benkel - Radosław Benkel
- jean pasqualini (darkilliant) - jean pasqualini (darkilliant)
@ -898,10 +904,10 @@ Symfony is the result of the work of many people who made the code better
- Goran Juric - Goran Juric
- Laurent Ghirardotti (laurentg) - Laurent Ghirardotti (laurentg)
- Nicolas Macherey - Nicolas Macherey
- Guido Donnari
- AKeeman (akeeman) - AKeeman (akeeman)
- Lin Clark - Lin Clark
- Jeremy David (jeremy.david) - Jeremy David (jeremy.david)
- Robin Lehrmann (robinlehrmann)
- Troy McCabe - Troy McCabe
- Ville Mattila - Ville Mattila
- ilyes kooli - ilyes kooli
@ -952,6 +958,7 @@ Symfony is the result of the work of many people who made the code better
- DerManoMann - DerManoMann
- Olaf Klischat - Olaf Klischat
- orlovv - orlovv
- Haralan Dobrev (hkdobrev)
- Jhonny Lidfors (jhonny) - Jhonny Lidfors (jhonny)
- Julien Bianchi (jubianchi) - Julien Bianchi (jubianchi)
- Robert Meijers - Robert Meijers
@ -967,7 +974,6 @@ Symfony is the result of the work of many people who made the code better
- Alex Bowers - Alex Bowers
- Jeremy Bush - Jeremy Bush
- wizhippo - wizhippo
- Gabriel Ostrolucký
- Viacheslav Sychov - Viacheslav Sychov
- Carlos Ortega Huetos - Carlos Ortega Huetos
- rpg600 - rpg600
@ -1033,6 +1039,7 @@ Symfony is the result of the work of many people who made the code better
- Marco - Marco
- Marc Torres - Marc Torres
- Alberto Aldegheri - Alberto Aldegheri
- Dalibor Karlović
- heccjj - heccjj
- Alexandre Melard - Alexandre Melard
- Jay Klehr - Jay Klehr
@ -1042,6 +1049,7 @@ Symfony is the result of the work of many people who made the code better
- Jakub Kulhan - Jakub Kulhan
- Ilia (aliance) - Ilia (aliance)
- Mo Di (modi) - Mo Di (modi)
- Pablo Schläpfer
- Jelte Steijaert (jelte) - Jelte Steijaert (jelte)
- Quique Porta (quiqueporta) - Quique Porta (quiqueporta)
- stoccc - stoccc
@ -1084,6 +1092,7 @@ Symfony is the result of the work of many people who made the code better
- Grzegorz Zdanowski (kiler129) - Grzegorz Zdanowski (kiler129)
- sl_toto (sl_toto) - sl_toto (sl_toto)
- Walter Dal Mut (wdalmut) - Walter Dal Mut (wdalmut)
- Matthieu
- Albin Kerouaton - Albin Kerouaton
- Sébastien HOUZÉ - Sébastien HOUZÉ
- Jingyu Wang - Jingyu Wang
@ -1103,6 +1112,7 @@ Symfony is the result of the work of many people who made the code better
- Jules Lamur - Jules Lamur
- Renato Mendes Figueiredo - Renato Mendes Figueiredo
- ShiraNai7 - ShiraNai7
- Antal Áron (antalaron)
- Markus Fasselt (digilist) - Markus Fasselt (digilist)
- Vašek Purchart (vasek-purchart) - Vašek Purchart (vasek-purchart)
- Janusz Jabłoński (yanoosh) - Janusz Jabłoński (yanoosh)
@ -1144,6 +1154,7 @@ Symfony is the result of the work of many people who made the code better
- Tomaz Ahlin - Tomaz Ahlin
- Marcus Stöhr (dafish) - Marcus Stöhr (dafish)
- Emmanuel Vella (emmanuel.vella) - Emmanuel Vella (emmanuel.vella)
- Jonathan Johnson (jrjohnson)
- Carsten Nielsen (phreaknerd) - Carsten Nielsen (phreaknerd)
- Mathieu Rochette - Mathieu Rochette
- Jay Severson - Jay Severson
@ -1218,6 +1229,7 @@ Symfony is the result of the work of many people who made the code better
- Antoine Bellion (abellion) - Antoine Bellion (abellion)
- Ramon Kleiss (akathos) - Ramon Kleiss (akathos)
- César Suárez (csuarez) - César Suárez (csuarez)
- Bjorn Twachtmann (dotbjorn)
- Nicolas Badey (nico-b) - Nicolas Badey (nico-b)
- Shane Preece (shane) - Shane Preece (shane)
- Johannes Goslar - Johannes Goslar
@ -1266,6 +1278,7 @@ Symfony is the result of the work of many people who made the code better
- Stefan Hüsges (tronsha) - Stefan Hüsges (tronsha)
- Dan Blows - Dan Blows
- Matt Wells - Matt Wells
- Nicolas Appriou
- stloyd - stloyd
- Chris Tickner - Chris Tickner
- Andrew Coulton - Andrew Coulton
@ -1281,7 +1294,9 @@ Symfony is the result of the work of many people who made the code better
- Matthew Donadio - Matthew Donadio
- Andreas - Andreas
- Thomas Chmielowiec - Thomas Chmielowiec
- shdev
- Andrey Ryaguzov - Andrey Ryaguzov
- Stefan
- Peter Bex - Peter Bex
- Manatsawin Hanmongkolchai - Manatsawin Hanmongkolchai
- Gunther Konig - Gunther Konig
@ -1350,6 +1365,7 @@ Symfony is the result of the work of many people who made the code better
- Grinbergs Reinis (shima5) - Grinbergs Reinis (shima5)
- Artem Lopata (bumz) - Artem Lopata (bumz)
- Nicole Cordes - Nicole Cordes
- Roman Orlov
- VolCh - VolCh
- Alexey Popkov - Alexey Popkov
- Gijs Kunze - Gijs Kunze
@ -1372,12 +1388,13 @@ Symfony is the result of the work of many people who made the code better
- Dmitry Korotovsky - Dmitry Korotovsky
- mcorteel - mcorteel
- Michael van Tricht - Michael van Tricht
- Tim Strehle
- Sam Ward - Sam Ward
- Walther Lalk - Walther Lalk
- Adam - Adam
- Stéphan Kochen
- devel - devel
- taiiiraaa - taiiiraaa
- Johann Pardanaud
- Trevor Suarez - Trevor Suarez
- gedrox - gedrox
- Alan Bondarchuk - Alan Bondarchuk
@ -1393,6 +1410,7 @@ Symfony is the result of the work of many people who made the code better
- bertillon - bertillon
- Bertalan Attila - Bertalan Attila
- Yannick Bensacq (cibou) - Yannick Bensacq (cibou)
- Frédéric G. Marand (fgm)
- Freek Van der Herten (freekmurze) - Freek Van der Herten (freekmurze)
- Luca Genuzio (genuzio) - Luca Genuzio (genuzio)
- Hans Nilsson (hansnilsson) - Hans Nilsson (hansnilsson)
@ -1440,9 +1458,11 @@ Symfony is the result of the work of many people who made the code better
- Alex Pods - Alex Pods
- hadriengem - hadriengem
- timaschew - timaschew
- Jochen Mandl
- Ian Phillips - Ian Phillips
- Haritz - Haritz
- Matthieu Prat - Matthieu Prat
- Ion Bazan
- Grummfy - Grummfy
- Filipe Guerra - Filipe Guerra
- Gerben Wijnja - Gerben Wijnja
@ -1469,6 +1489,7 @@ Symfony is the result of the work of many people who made the code better
- Juan M Martínez - Juan M Martínez
- Gilles Gauthier - Gilles Gauthier
- ddebree - ddebree
- Kuba Werłos
- Tomas Liubinas - Tomas Liubinas
- Alex - Alex
- Klaas Naaijkens - Klaas Naaijkens
@ -1541,6 +1562,7 @@ Symfony is the result of the work of many people who made the code better
- Kristof Van Cauwenbergh (kristofvc) - Kristof Van Cauwenbergh (kristofvc)
- Paulius Jarmalavičius (pjarmalavicius) - Paulius Jarmalavičius (pjarmalavicius)
- Ramon Henrique Ornelas (ramonornela) - Ramon Henrique Ornelas (ramonornela)
- Ricardo de Vries (ricknox)
- Markus S. (staabm) - Markus S. (staabm)
- Till Klampaeckel (till) - Till Klampaeckel (till)
- Tobias Weinert (tweini) - Tobias Weinert (tweini)
@ -1548,6 +1570,7 @@ Symfony is the result of the work of many people who made the code better
- Wotre - Wotre
- goohib - goohib
- Xavier HAUSHERR - Xavier HAUSHERR
- Ron Gähler
- Edwin Hageman - Edwin Hageman
- Mantas Urnieža - Mantas Urnieža
- Cas - Cas
@ -1563,12 +1586,14 @@ Symfony is the result of the work of many people who made the code better
- BenjaminBeck - BenjaminBeck
- Aurelijus Rožėnas - Aurelijus Rožėnas
- Vladimir Tsykun - Vladimir Tsykun
- Jordan Hoff
- znerol - znerol
- Christian Eikermann - Christian Eikermann
- Antonio Angelino - Antonio Angelino
- Matt Fields - Matt Fields
- Niklas Keller - Niklas Keller
- Vladimir Sazhin - Vladimir Sazhin
- Tomas Kmieliauskas
- Billie Thompson - Billie Thompson
- lol768 - lol768
- jamogon - jamogon
@ -1582,6 +1607,7 @@ Symfony is the result of the work of many people who made the code better
- patrick-mcdougle - patrick-mcdougle
- Dariusz Czech - Dariusz Czech
- Anonymous User - Anonymous User
- Paweł Tomulik
- Eric J. Duran - Eric J. Duran
- Alexandru Bucur - Alexandru Bucur
- cmfcmf - cmfcmf
@ -1605,7 +1631,6 @@ Symfony is the result of the work of many people who made the code better
- vlechemin - vlechemin
- Brian Corrigan - Brian Corrigan
- Ladislav Tánczos - Ladislav Tánczos
- Brian Freytag
- Skorney - Skorney
- fmarchalemisys - fmarchalemisys
- mieszko4 - mieszko4
@ -1617,6 +1642,7 @@ Symfony is the result of the work of many people who made the code better
- Markus Staab - Markus Staab
- Pierre-Louis LAUNAY - Pierre-Louis LAUNAY
- djama - djama
- Michael Gwynne
- Eduardo Conceição - Eduardo Conceição
- Jon Cave - Jon Cave
- Sébastien HOUZE - Sébastien HOUZE
@ -1626,6 +1652,7 @@ Symfony is the result of the work of many people who made the code better
- Shude - Shude
- Ondřej Führer - Ondřej Führer
- Sema - Sema
- Michael Käfer
- Elan Ruusamäe - Elan Ruusamäe
- Thorsten Hallwas - Thorsten Hallwas
- Michael Squires - Michael Squires
@ -1653,6 +1680,7 @@ Symfony is the result of the work of many people who made the code better
- Diego Campoy - Diego Campoy
- TeLiXj - TeLiXj
- Oncle Tom - Oncle Tom
- Sam Anthony
- Christian Stocker - Christian Stocker
- Dawid Nowak - Dawid Nowak
- Lesnykh Ilia - Lesnykh Ilia
@ -1671,6 +1699,7 @@ Symfony is the result of the work of many people who made the code better
- arduanov - arduanov
- sualko - sualko
- Bilge - Bilge
- ADmad
- Nicolas Roudaire - Nicolas Roudaire
- Alfonso (afgar) - Alfonso (afgar)
- Andreas Forsblom (aforsblo) - Andreas Forsblom (aforsblo)
@ -1764,6 +1793,7 @@ Symfony is the result of the work of many people who made the code better
- Moritz Kraft (userfriendly) - Moritz Kraft (userfriendly)
- Víctor Mateo (victormateo) - Víctor Mateo (victormateo)
- Vincent (vincent1870) - Vincent (vincent1870)
- Vincent CHALAMON (vincentchalamon)
- Eugene Babushkin (warl) - Eugene Babushkin (warl)
- Wouter Sioen (wouter_sioen) - Wouter Sioen (wouter_sioen)
- Xavier Amado (xamado) - Xavier Amado (xamado)
@ -1786,6 +1816,7 @@ Symfony is the result of the work of many people who made the code better
- Michael - Michael
- fh-github@fholzhauer.de - fh-github@fholzhauer.de
- AbdElKader Bouadjadja - AbdElKader Bouadjadja
- DSeemiller
- Jan Emrich - Jan Emrich
- Mark Topper - Mark Topper
- Xavier REN - Xavier REN
@ -1799,6 +1830,7 @@ Symfony is the result of the work of many people who made the code better
- Marc Lemay (flug) - Marc Lemay (flug)
- Henne Van Och (hennevo) - Henne Van Och (hennevo)
- Jeroen De Dauw (jeroendedauw) - Jeroen De Dauw (jeroendedauw)
- Daniel Alejandro Castro Arellano (lexcast)
- Maxime COLIN (maximecolin) - Maxime COLIN (maximecolin)
- Muharrem Demirci (mdemirci) - Muharrem Demirci (mdemirci)
- Evgeny Z (meze) - Evgeny Z (meze)
@ -1808,3 +1840,4 @@ Symfony is the result of the work of many people who made the code better
- Thomas BERTRAND (sevrahk) - Thomas BERTRAND (sevrahk)
- Matej Žilák (teo_sk) - Matej Žilák (teo_sk)
- Vladislav Vlastovskiy (vlastv) - Vladislav Vlastovskiy (vlastv)
- RENAUDIN Xavier (xorrox)

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.7.40-DEV'; const VERSION = '2.7.40';
const VERSION_ID = 20740; const VERSION_ID = 20740;
const MAJOR_VERSION = 2; const MAJOR_VERSION = 2;
const MINOR_VERSION = 7; const MINOR_VERSION = 7;
const RELEASE_VERSION = 40; const RELEASE_VERSION = 40;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018'; const END_OF_MAINTENANCE = '05/2018';
const END_OF_LIFE = '05/2019'; const END_OF_LIFE = '05/2019';