Merge pull request #19820 from fabpot/release-2.7.17

released v2.7.17
This commit is contained in:
Fabien Potencier 2016-09-02 05:05:47 +02:00 committed by GitHub
commit 48bd1333da
3 changed files with 64 additions and 28 deletions

View File

@ -7,6 +7,31 @@ 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.17 (2016-09-02)
* bug #19794 [VarDumper] Various minor fixes & cleanups (nicolas-grekas)
* bug #19751 Fixes the calendar in constructor to handle null (wakqasahmed)
* bug #19388 [Validator][GroupSequence] fixed GroupSequence validation ignores PropetyMetadata of parent classes (Sandro Hopf)
* bug #19601 [FrameworkBundle] Added friendly exception when constraint validator class does not exist (yceruto)
* bug #19580 [Validator] fixed duplicate constraints with parent class interfaces (dmaicher)
* bug #19647 [Debug] Swap dumper services at bootstrap (lyrixx)
* bug #19685 [DI] Include dynamic services in alternatives (ro0NL)
* bug #19702 [Debug][HttpKernel][VarDumper] Prepare for committed 7.2 changes (aka "small-bc-breaks") (nicolas-grekas)
* bug #19704 [DependencyInjection] PhpDumper::isFrozen inconsistency (allflame)
* bug #19666 Verify explicitly that the request IP is a valid IPv4 address (nesk)
* bug #19660 Disable CLI color for Windows 10 greater than 10.0.10586 (mlocati)
* bug #19663 Exception details break the layout (Dionysis Arvanitis)
* bug #19651 [HttpKernel] Fix HttpCache validation HTTP method (tgalopin)
* bug #19623 [VarDumper] Fix dumping continuations (nicolas-grekas)
* bug #19549 [HttpFoundation] fixed Request::getContent() reusage bug (1ma)
* bug #19373 [Form] Skip CSRF validation on form when POST max size is exceeded (jameshalsall)
* bug #19541 Fix #19531 [Form] DateType fails parsing when midnight is not a valid time (mbeccati)
* bug #19579 [Process] Strengthen Windows pipe files opening (again...) (nicolas-grekas)
* bug #19564 Added class existence check if is_subclass_of() fails in compiler passes (SCIF)
* bug #19522 [SwiftMailerBridge] Fix flawed deprecation message (chalasr)
* bug #19510 [Process] Fix double-fread() when reading unix pipes (nicolas-grekas)
* bug #19508 [Process] Fix AbstractPipes::write() for a situation seen on HHVM (at least) (nicolas-grekas)
* 2.7.16 (2016-07-30) * 2.7.16 (2016-07-30)
* bug #19470 undefined offset fix (#19406) (ReenExe) * bug #19470 undefined offset fix (#19406) (ReenExe)

View File

@ -16,8 +16,8 @@ Symfony is the result of the work of many people who made the code better
- Kris Wallsmith (kriswallsmith) - Kris Wallsmith (kriswallsmith)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz)
- Kévin Dunglas (dunglas) - Kévin Dunglas (dunglas)
- Javier Eguiluz (javier.eguiluz)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
- Pascal Borreli (pborreli) - Pascal Borreli (pborreli)
@ -56,17 +56,18 @@ Symfony is the result of the work of many people who made the code better
- Ener-Getick (energetick) - Ener-Getick (energetick)
- Iltar van der Berg (kjarli) - Iltar van der Berg (kjarli)
- Kevin Bond (kbond) - Kevin Bond (kbond)
- Andrej Hudec (pulzarraider)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Matthias Pigulla (mpdude) - Matthias Pigulla (mpdude)
- Andrej Hudec (pulzarraider)
- Christian Raue - Christian Raue
- Arnout Boks (aboks)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
- Robin Chalas (chalas_r)
- Deni - Deni
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Arnout Boks (aboks)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
@ -80,14 +81,14 @@ Symfony is the result of the work of many people who made the code better
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Robin Chalas (chalas_r)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- Titouan Galopin (tgalopin)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Tim Nagel (merk) - Tim Nagel (merk)
- Brice BERNARD (brikou)
- Konstantin Myakshin (koc) - Konstantin Myakshin (koc)
- Brice BERNARD (brikou)
- Alexander M. Turek (derrabus) - Alexander M. Turek (derrabus)
- Dariusz Ruminski - Dariusz Ruminski
- marc.weistroff - marc.weistroff
@ -114,15 +115,14 @@ Symfony is the result of the work of many people who made the code better
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb) - Florian Lonqueu-Brochard (florianlb)
- Titouan Galopin (tgalopin)
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Sebastiaan Stok (sstok) - Sebastiaan Stok (sstok)
- Evgeniy (ewgraf)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
@ -132,6 +132,7 @@ Symfony is the result of the work of many people who made the code better
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- Joel Wurtz (brouznouf) - Joel Wurtz (brouznouf)
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Vyacheslav Pavlov
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
@ -161,9 +162,9 @@ Symfony is the result of the work of many people who made the code better
- Noel Guilbert (noel) - Noel Guilbert (noel)
- Stepan Anchugov (kix) - Stepan Anchugov (kix)
- bronze1man - bronze1man
- Roland Franssen (ro0)
- sun (sun) - sun (sun)
- Larry Garfield (crell) - Larry Garfield (crell)
- Vyacheslav Pavlov
- Martin Schuhfuß (usefulthink) - Martin Schuhfuß (usefulthink)
- Matthieu Bontemps (mbontemps) - Matthieu Bontemps (mbontemps)
- Pierre Minnieur (pminnieur) - Pierre Minnieur (pminnieur)
@ -179,12 +180,15 @@ Symfony is the result of the work of many people who made the code better
- Justin Hileman (bobthecow) - Justin Hileman (bobthecow)
- Blanchon Vincent (blanchonvincent) - Blanchon Vincent (blanchonvincent)
- Michele Orselli (orso) - Michele Orselli (orso)
- Tom Van Looy (tvlooy)
- Sven Paulus (subsven) - Sven Paulus (subsven)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Daniel Espendiller - Daniel Espendiller
- Dawid Nowak
- Eugene Wissner - Eugene Wissner
- Julien Brochet (mewt) - Julien Brochet (mewt)
- Yonel Ceruto González (yonelceruto)
- Sergey Linnik (linniksa) - Sergey Linnik (linniksa)
- Michaël Perrin (michael.perrin) - Michaël Perrin (michael.perrin)
- Marcel Beerta (mazen) - Marcel Beerta (mazen)
@ -205,8 +209,8 @@ Symfony is the result of the work of many people who made the code better
- Danny Berger (dpb587) - Danny Berger (dpb587)
- Jérôme Vasseur - Jérôme Vasseur
- Roman Marintšenko (inori) - Roman Marintšenko (inori)
- Christian Schmidt
- Xavier Montaña Carreras (xmontana) - Xavier Montaña Carreras (xmontana)
- Tom Van Looy (tvlooy)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- Mickaël Andrieu (mickaelandrieu) - Mickaël Andrieu (mickaelandrieu)
- Xavier Perez - Xavier Perez
@ -214,8 +218,8 @@ Symfony is the result of the work of many people who made the code better
- Katsuhiro OGAWA - Katsuhiro OGAWA
- Alif Rachmawadi - Alif Rachmawadi
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- Dawid Nowak
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Alex Pott
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto - Filippo Tessarotto
@ -227,8 +231,10 @@ Symfony is the result of the work of many people who made the code better
- Ray - Ray
- Grégoire Paris (greg0ire) - Grégoire Paris (greg0ire)
- Chekote - Chekote
- Tobias Nyholm (tobias)
- Thomas Adam - Thomas Adam
- Albert Casademont (acasademont) - Albert Casademont (acasademont)
- Jhonny Lidfors (jhonne)
- Diego Agulló (aeoris) - Diego Agulló (aeoris)
- jdhoek - jdhoek
- Nikita Konstantinov - Nikita Konstantinov
@ -242,7 +248,6 @@ Symfony is the result of the work of many people who made the code better
- Roumen Damianoff (roumen) - Roumen Damianoff (roumen)
- Antonio J. García Lagar (ajgarlag) - Antonio J. García Lagar (ajgarlag)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Christian Schmidt
- Wouter Van Hecke - Wouter Van Hecke
- Peter Kruithof (pkruithof) - Peter Kruithof (pkruithof)
- Michael Holm (hollo) - Michael Holm (hollo)
@ -257,17 +262,15 @@ Symfony is the result of the work of many people who made the code better
- Andrew Moore (finewolf) - Andrew Moore (finewolf)
- Bertrand Zuchuat (garfield-fr) - Bertrand Zuchuat (garfield-fr)
- Gabor Toth (tgabi333) - Gabor Toth (tgabi333)
- Alex Pott
- realmfoo - realmfoo
- Thomas Tourlourat (armetiz) - Thomas Tourlourat (armetiz)
- Andrey Esaulov (andremaha) - Andrey Esaulov (andremaha)
- Tobias Nyholm (tobias)
- Grégoire Passault (gregwar) - Grégoire Passault (gregwar)
- Leo Feyer
- Ismael Ambrosi (iambrosi) - Ismael Ambrosi (iambrosi)
- Uwe Jäger (uwej711) - Uwe Jäger (uwej711)
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
- Jan Decavele (jandc) - Jan Decavele (jandc)
- Yonel Ceruto González (yonelceruto)
- Gustavo Piltcher - Gustavo Piltcher
- Stepan Tanasiychuk (stfalcon) - Stepan Tanasiychuk (stfalcon)
- Tiago Ribeiro (fixe) - Tiago Ribeiro (fixe)
@ -306,8 +309,8 @@ Symfony is the result of the work of many people who made the code better
- Felix Labrecque - Felix Labrecque
- Yaroslav Kiliba - Yaroslav Kiliba
- Terje Bråten - Terje Bråten
- Roland Franssen (ro0)
- Robbert Klarenbeek (robbertkl) - Robbert Klarenbeek (robbertkl)
- Marek Štípek (maryo)
- Alessandro Chitolina - Alessandro Chitolina
- JhonnyL - JhonnyL
- hossein zolfi (ocean) - hossein zolfi (ocean)
@ -317,6 +320,8 @@ Symfony is the result of the work of many people who made the code better
- Stéphane PY (steph_py) - Stéphane PY (steph_py)
- Philipp Kräutli (pkraeutli) - Philipp Kräutli (pkraeutli)
- Kirill chEbba Chebunin (chebba) - Kirill chEbba Chebunin (chebba)
- Tristan Darricau (nicofuma)
- SpacePossum
- Greg Thornton (xdissent) - Greg Thornton (xdissent)
- Costin Bereveanu (schniper) - Costin Bereveanu (schniper)
- Loïc Chardonnet (gnusat) - Loïc Chardonnet (gnusat)
@ -328,7 +333,6 @@ Symfony is the result of the work of many people who made the code better
- Endre Fejes - Endre Fejes
- Tobias Naumann (tna) - Tobias Naumann (tna)
- Daniel Beyer - Daniel Beyer
- Jhonny Lidfors (jhonne)
- Shein Alexey - Shein Alexey
- Baptiste Lafontaine - Baptiste Lafontaine
- Joe Lencioni - Joe Lencioni
@ -383,7 +387,6 @@ Symfony is the result of the work of many people who made the code better
- cedric lombardot (cedriclombardot) - cedric lombardot (cedriclombardot)
- Jonas Flodén (flojon) - Jonas Flodén (flojon)
- Christian Schmidt - Christian Schmidt
- Marek Štípek (maryo)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
- Marek Pietrzak - Marek Pietrzak
@ -393,6 +396,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Wahler - Christian Wahler
- Mathieu Lemoine - Mathieu Lemoine
- Gintautas Miselis - Gintautas Miselis
- James Halsall (jaitsu)
- David Badura (davidbadura) - David Badura (davidbadura)
- Zander Baldwin - Zander Baldwin
- Adam Harvey - Adam Harvey
@ -409,7 +413,6 @@ Symfony is the result of the work of many people who made the code better
- Benoît Burnichon (bburnichon) - Benoît Burnichon (bburnichon)
- Sebastian Bergmann - Sebastian Bergmann
- Pablo Díez (pablodip) - Pablo Díez (pablodip)
- SpacePossum
- Kevin McBride - Kevin McBride
- Philipp Rieber (bicpi) - Philipp Rieber (bicpi)
- Manuel de Ruiter (manuel) - Manuel de Ruiter (manuel)
@ -428,6 +431,7 @@ Symfony is the result of the work of many people who made the code better
- Filip Procházka (fprochazka) - Filip Procházka (fprochazka)
- mmoreram - mmoreram
- Markus Lanthaler (lanthaler) - Markus Lanthaler (lanthaler)
- Remi Collet
- Vicent Soria Durá (vicentgodella) - Vicent Soria Durá (vicentgodella)
- Nicolas Dewez (nicolas_dewez) - Nicolas Dewez (nicolas_dewez)
- Anthony Ferrara - Anthony Ferrara
@ -435,7 +439,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
- Tristan Darricau (nicofuma) - Michele Locati
- Erik Trapman (eriktrapman) - Erik Trapman (eriktrapman)
- De Cock Xavier (xdecock) - De Cock Xavier (xdecock)
- Almog Baku (almogbaku) - Almog Baku (almogbaku)
@ -449,13 +453,13 @@ Symfony is the result of the work of many people who made the code better
- DUPUCH (bdupuch) - DUPUCH (bdupuch)
- Benjamin Leveque (benji07) - Benjamin Leveque (benji07)
- Nate (frickenate) - Nate (frickenate)
- Timothée Barray (tyx)
- jhonnyL - jhonnyL
- sasezaki - sasezaki
- Dawid Pakuła (zulusx) - Dawid Pakuła (zulusx)
- Florian Rey (nervo) - Florian Rey (nervo)
- Oskar Stark (oskarstark) - Oskar Stark (oskarstark)
- Rodrigo Borrego Bernabé (rodrigobb) - Rodrigo Borrego Bernabé (rodrigobb)
- Leo Feyer
- MatTheCat - MatTheCat
- Denis Gorbachev (starfall) - Denis Gorbachev (starfall)
- Peter van Dommelen - Peter van Dommelen
@ -557,6 +561,7 @@ Symfony is the result of the work of many people who made the code better
- Hossein Bukhamsin - Hossein Bukhamsin
- Disparity - Disparity
- origaminal - origaminal
- Maxime STEINHAUSSER
- Paweł Wacławczyk (pwc) - Paweł Wacławczyk (pwc)
- Oleg Zinchenko (cystbear) - Oleg Zinchenko (cystbear)
- Johannes Klauss (cloppy) - Johannes Klauss (cloppy)
@ -567,6 +572,7 @@ Symfony is the result of the work of many people who made the code better
- Tiago Brito (blackmx) - Tiago Brito (blackmx)
- Richard van den Brand (ricbra) - Richard van den Brand (ricbra)
- develop - develop
- ReenExe
- Mark Sonnabaum - Mark Sonnabaum
- Richard Quadling - Richard Quadling
- jochenvdv - jochenvdv
@ -596,7 +602,6 @@ Symfony is the result of the work of many people who made the code better
- Lars Vierbergen - Lars Vierbergen
- Dennis Hotson - Dennis Hotson
- Andrew Tchircoff (andrewtch) - Andrew Tchircoff (andrewtch)
- Remi Collet
- michaelwilliams - michaelwilliams
- 1emming - 1emming
- Leevi Graham (leevigraham) - Leevi Graham (leevigraham)
@ -619,7 +624,6 @@ Symfony is the result of the work of many people who made the code better
- possum - possum
- Denis Zunke (donalberto) - Denis Zunke (donalberto)
- Olivier Maisonneuve (olineuve) - Olivier Maisonneuve (olineuve)
- Michele Locati
- Masterklavi - Masterklavi
- Francis Turmel (fturmel) - Francis Turmel (fturmel)
- cgonzalez - cgonzalez
@ -630,6 +634,7 @@ Symfony is the result of the work of many people who made the code better
- Harm van Tilborg - Harm van Tilborg
- Jan Prieser - Jan Prieser
- Adrien Lucas (adrienlucas) - Adrien Lucas (adrienlucas)
- Zhuravlev Alexander (scif)
- James Michael DuPont - James Michael DuPont
- Tom Klingenberg - Tom Klingenberg
- Christopher Hall (mythmakr) - Christopher Hall (mythmakr)
@ -681,7 +686,6 @@ Symfony is the result of the work of many people who made the code better
- abdul malik ikhsan (samsonasik) - abdul malik ikhsan (samsonasik)
- Henry Snoek (snoek09) - Henry Snoek (snoek09)
- Simone Di Maulo (toretto460) - Simone Di Maulo (toretto460)
- Timothée Barray (tyx)
- Sander Toonen (xatoo) - Sander Toonen (xatoo)
- Christian Morgan - Christian Morgan
- Alexander Miehe (engerim) - Alexander Miehe (engerim)
@ -801,7 +805,6 @@ Symfony is the result of the work of many people who made the code better
- Ken Marfilla (marfillaster) - Ken Marfilla (marfillaster)
- benatespina (benatespina) - benatespina (benatespina)
- Denis Kop - Denis Kop
- Maxime STEINHAUSSER
- jfcixmedia - jfcixmedia
- Martijn Evers - Martijn Evers
- Benjamin Paap (benjaminpaap) - Benjamin Paap (benjaminpaap)
@ -834,6 +837,7 @@ Symfony is the result of the work of many people who made the code better
- Rodrigo Díez Villamuera (rodrigodiez) - Rodrigo Díez Villamuera (rodrigodiez)
- e-ivanov - e-ivanov
- Jochen Bayer (jocl) - Jochen Bayer (jocl)
- Matteo Beccati (matteobeccati)
- Jeremy Bush - Jeremy Bush
- wizhippo - wizhippo
- Viacheslav Sychov - Viacheslav Sychov
@ -855,6 +859,7 @@ Symfony is the result of the work of many people who made the code better
- Gustavo Adrian - Gustavo Adrian
- Yannick - Yannick
- spdionis - spdionis
- Taras Girnyk
- Eduardo García Sanz (coma) - Eduardo García Sanz (coma)
- James Gilliland - James Gilliland
- Rhodri Pugh (rodnaph) - Rhodri Pugh (rodnaph)
@ -882,6 +887,7 @@ Symfony is the result of the work of many people who made the code better
- Christian Sciberras - Christian Sciberras
- Clement Herreman (clemherreman) - Clement Herreman (clemherreman)
- Dan Ionut Dumitriu (danionut90) - Dan Ionut Dumitriu (danionut90)
- David Maicher (dmaicher)
- Nyro (nyro) - Nyro (nyro)
- Marco - Marco
- Marc Torres - Marc Torres
@ -946,6 +952,7 @@ Symfony is the result of the work of many people who made the code better
- ShiraNai7 - ShiraNai7
- Vašek Purchart (vasek-purchart) - Vašek Purchart (vasek-purchart)
- Janusz Jabłoński (yanoosh) - Janusz Jabłoński (yanoosh)
- Sandro Hopf
- Łukasz Makuch - Łukasz Makuch
- George Giannoulopoulos - George Giannoulopoulos
- Daniel Richter (richtermeister) - Daniel Richter (richtermeister)
@ -971,7 +978,6 @@ Symfony is the result of the work of many people who made the code better
- WedgeSama - WedgeSama
- Felds Liscia - Felds Liscia
- Ahmed TAILOULOUTE (ahmedtai) - Ahmed TAILOULOUTE (ahmedtai)
- James Halsall (jaitsu)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Sullivan SENECHAL - Sullivan SENECHAL
- Tadcka - Tadcka
@ -1026,6 +1032,7 @@ Symfony is the result of the work of many people who made the code better
- Valentin VALCIU - Valentin VALCIU
- Kevin Dew - Kevin Dew
- James Cowgill - James Cowgill
- 1ma (jautenim)
- Nicolas Schwartz (nicoschwartz) - Nicolas Schwartz (nicoschwartz)
- Patrik Gmitter (patie) - Patrik Gmitter (patie)
- Jonathan Gough - Jonathan Gough
@ -1102,8 +1109,8 @@ Symfony is the result of the work of many people who made the code better
- David Stone - David Stone
- Jovan Perovic (jperovic) - Jovan Perovic (jperovic)
- Pablo Maria Martelletti (pmartelletti) - Pablo Maria Martelletti (pmartelletti)
- Zhuravlev Alexander (scif)
- Yassine Guedidi (yguedidi) - Yassine Guedidi (yguedidi)
- Waqas Ahmed
- Luis Muñoz - Luis Muñoz
- Andreas - Andreas
- Thomas Chmielowiec - Thomas Chmielowiec
@ -1185,6 +1192,7 @@ Symfony is the result of the work of many people who made the code better
- Adam - Adam
- devel - devel
- taiiiraaa - taiiiraaa
- Johann Pardanaud
- Trevor Suarez - Trevor Suarez
- gedrox - gedrox
- dropfen - dropfen
@ -1313,6 +1321,7 @@ Symfony is the result of the work of many people who made the code better
- Joseph Deray - Joseph Deray
- Damian Sromek - Damian Sromek
- Ben - Ben
- Evgeniy Tetenchuk
- dasmfm - dasmfm
- Arnaud Buathier (arnapou) - Arnaud Buathier (arnapou)
- chesteroni (chesteroni) - chesteroni (chesteroni)
@ -1403,6 +1412,7 @@ Symfony is the result of the work of many people who made the code better
- Benjamin Long - Benjamin Long
- Matt Janssen - Matt Janssen
- Peter Gribanov - Peter Gribanov
- Ben Johnson
- kwiateusz - kwiateusz
- David Soria Parra - David Soria Parra
- Sergiy Sokolenko - Sergiy Sokolenko
@ -1526,6 +1536,7 @@ Symfony is the result of the work of many people who made the code better
- smokeybear87 - smokeybear87
- Gustavo Adrian - Gustavo Adrian
- Kevin Weber - Kevin Weber
- Dionysis Arvanitis
- Sergey Fedotov - Sergey Fedotov
- Michael - Michael
- fh-github@fholzhauer.de - fh-github@fholzhauer.de

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.7.17-DEV'; const VERSION = '2.7.17';
const VERSION_ID = 20717; const VERSION_ID = 20717;
const MAJOR_VERSION = 2; const MAJOR_VERSION = 2;
const MINOR_VERSION = 7; const MINOR_VERSION = 7;
const RELEASE_VERSION = 17; const RELEASE_VERSION = 17;
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';