Merge branch '4.1'

* 4.1:
  bumped Symfony version to 4.1.4
  updated VERSION for 4.1.3
  updated CHANGELOG for 4.1.3
  [DoctrineBridge] allow dev versions of Doctrine again
  bumped Symfony version to 3.4.15
  updated VERSION for 3.4.14
  updated CHANGELOG for 3.4.14
  bumped Symfony version to 2.8.45
  updated VERSION for 2.8.44
  update CONTRIBUTORS for 2.8.44
  updated CHANGELOG for 2.8.44
This commit is contained in:
Nicolas Grekas 2018-08-01 18:24:26 +02:00
commit aaa3bb323e
3 changed files with 33 additions and 9 deletions

View File

@ -7,6 +7,16 @@ in 4.0 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/v4.0.0...v4.0.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.0.0...v4.0.1
* 4.0.14 (2018-08-01)
* security #cve-2018-14774 [HttpKernel] fix trusted headers management in HttpCache and InlineFragmentRenderer (nicolas-grekas)
* security #cve-2018-14773 [HttpFoundation] Remove support for legacy and risky HTTP headers (nicolas-grekas)
* bug #28003 [HttpKernel] Fixes invalid REMOTE_ADDR in inline subrequest when configuring trusted proxy with subnet (netiul)
* bug #28007 [FrameworkBundle] fixed guard event names for transitions (destillat)
* bug #28045 [HttpFoundation] Fix Cookie::isCleared (ro0NL)
* bug #28080 [HttpFoundation] fixed using _method parameter with invalid type (Phobetor)
* bug #28052 [HttpKernel] Fix merging bindings for controllers' locators (nicolas-grekas)
* 4.0.13 (2018-07-23) * 4.0.13 (2018-07-23)
* bug #28005 [HttpKernel] Fixed templateExists on parse error of the template name (yceruto) * bug #28005 [HttpKernel] Fixed templateExists on parse error of the template name (yceruto)

View File

@ -7,6 +7,18 @@ in 4.1 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/v4.1.0...v4.1.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.1.0...v4.1.1
* 4.1.3 (2018-08-01)
* security #cve-2018-14774 [HttpKernel] fix trusted headers management in HttpCache and InlineFragmentRenderer (nicolas-grekas)
* security #cve-2018-14773 [HttpFoundation] Remove support for legacy and risky HTTP headers (nicolas-grekas)
* bug #28003 [HttpKernel] Fixes invalid REMOTE_ADDR in inline subrequest when configuring trusted proxy with subnet (netiul)
* bug #28007 [FrameworkBundle] fixed guard event names for transitions (destillat)
* bug #28045 [HttpFoundation] Fix Cookie::isCleared (ro0NL)
* bug #28080 [HttpFoundation] fixed using _method parameter with invalid type (Phobetor)
* bug #28059 [Messenger] Fix error message on undefined message class for non-subscriber handler (chalasr)
* bug #28052 [HttpKernel] Fix merging bindings for controllers' locators (nicolas-grekas)
* bug #28014 [Messenger] Fix chaining senders with their aliases (sroze)
* 4.1.2 (2018-07-23) * 4.1.2 (2018-07-23)
* bug #28005 [HttpKernel] Fixed templateExists on parse error of the template name (yceruto) * bug #28005 [HttpKernel] Fixed templateExists on parse error of the template name (yceruto)

View File

@ -32,10 +32,10 @@ Symfony is the result of the work of many people who made the code better
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Samuel ROZE (sroze)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Samuel ROZE (sroze)
- Jules Pietri (heah) - Jules Pietri (heah)
- Eriksen Costa (eriksencosta) - Eriksen Costa (eriksencosta)
- Guilhem Niot (energetick) - Guilhem Niot (energetick)
@ -67,8 +67,8 @@ Symfony is the result of the work of many people who made the code better
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Mathieu Piot (mpiot)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
- Mathieu Piot (mpiot)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
@ -101,9 +101,9 @@ Symfony is the result of the work of many people who made the code better
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Maxime STEINHAUSSER - Maxime STEINHAUSSER
- Grégoire Paris (greg0ire)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
- Tim Nagel (merk) - Tim Nagel (merk)
- Grégoire Paris (greg0ire)
- Brice BERNARD (brikou) - Brice BERNARD (brikou)
- Valentin Udaltsov (vudaltsov) - Valentin Udaltsov (vudaltsov)
- gadelat (gadelat) - gadelat (gadelat)
@ -159,6 +159,7 @@ Symfony is the result of the work of many people who made the code better
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Richard Shank (iampersistent) - Richard Shank (iampersistent)
- Jannik Zschiesche (apfelbox)
- Thomas Rabaix (rande) - Thomas Rabaix (rande)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- Clemens Tolboom - Clemens Tolboom
@ -170,7 +171,6 @@ Symfony is the result of the work of many people who made the code better
- Amal Raghav (kertz) - Amal Raghav (kertz)
- Jonathan Ingram (jonathaningram) - Jonathan Ingram (jonathaningram)
- Artur Kotyrba - Artur Kotyrba
- Jannik Zschiesche (apfelbox)
- GDIBass - GDIBass
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent) - jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
- James Halsall (jaitsu) - James Halsall (jaitsu)
@ -284,6 +284,7 @@ Symfony is the result of the work of many people who made the code better
- Andreas Schempp (aschempp) - Andreas Schempp (aschempp)
- jdhoek - jdhoek
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Massimiliano Arione (garak)
- Bob den Otter (bopp) - Bob den Otter (bopp)
- Nikita Konstantinov - Nikita Konstantinov
- Wodor Wodorski - Wodor Wodorski
@ -332,7 +333,6 @@ Symfony is the result of the work of many people who made the code better
- Adrian Rudnik (kreischweide) - Adrian Rudnik (kreischweide)
- Francesc Rosàs (frosas) - Francesc Rosàs (frosas)
- Romain Pierre (romain-pierre) - Romain Pierre (romain-pierre)
- Massimiliano Arione (garak)
- Julien Galenski (ruian) - Julien Galenski (ruian)
- Bongiraud Dominique - Bongiraud Dominique
- janschoenherr - janschoenherr
@ -407,6 +407,7 @@ Symfony is the result of the work of many people who made the code better
- Karoly Negyesi (chx) - Karoly Negyesi (chx)
- Ivan Kurnosov - Ivan Kurnosov
- Xavier HAUSHERR - Xavier HAUSHERR
- David Prévot
- Albert Jessurum (ajessu) - Albert Jessurum (ajessu)
- Laszlo Korte - Laszlo Korte
- Miha Vrhovnik - Miha Vrhovnik
@ -438,6 +439,7 @@ Symfony is the result of the work of many people who made the code better
- Mihai Stancu - Mihai Stancu
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
- Jan Rosier (rosier) - Jan Rosier (rosier)
- Alessandro Lai (jean85)
- Arturs Vonda - Arturs Vonda
- Josip Kruslin - Josip Kruslin
- Asmir Mustafic (goetas) - Asmir Mustafic (goetas)
@ -565,7 +567,6 @@ Symfony is the result of the work of many people who made the code better
- Disquedur - Disquedur
- Michiel Boeckaert (milio) - Michiel Boeckaert (milio)
- Geoffrey Tran (geoff) - Geoffrey Tran (geoff)
- David Prévot
- Jan Behrens - Jan Behrens
- Mantas Var (mvar) - Mantas Var (mvar)
- Sebastian Krebs - Sebastian Krebs
@ -584,7 +585,6 @@ 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)
@ -713,6 +713,7 @@ Symfony is the result of the work of many people who made the code better
- Yuen-Chi Lian - Yuen-Chi Lian
- Besnik Br - Besnik Br
- Jose Gonzalez - Jose Gonzalez
- Oleksii Zhurbytskyi
- Dariusz Ruminski - Dariusz Ruminski
- Joshua Nye - Joshua Nye
- Claudio Zizza - Claudio Zizza
@ -882,6 +883,7 @@ Symfony is the result of the work of many people who made the code better
- datibbaw - datibbaw
- Erik Saunier (snickers) - Erik Saunier (snickers)
- Rootie - Rootie
- Kyle
- Raul Fraile (raulfraile) - Raul Fraile (raulfraile)
- sensio - sensio
- Sebastien Morel (plopix) - Sebastien Morel (plopix)
@ -1382,6 +1384,7 @@ Symfony is the result of the work of many people who made the code better
- Matt Wells - Matt Wells
- Nicolas Appriou - Nicolas Appriou
- stloyd - stloyd
- Andreas
- Chris Tickner - Chris Tickner
- Andrew Coulton - Andrew Coulton
- Jeremy Benoist - Jeremy Benoist
@ -1432,7 +1435,6 @@ Symfony is the result of the work of many people who made the code better
- Nicolas Bastien (nicolas_bastien) - Nicolas Bastien (nicolas_bastien)
- Denis (yethee) - Denis (yethee)
- Andrew Zhilin (zhil) - Andrew Zhilin (zhil)
- Oleksii Zhurbytskyi
- Andy Stanberry - Andy Stanberry
- Felix Marezki - Felix Marezki
- Normunds - Normunds
@ -1973,7 +1975,6 @@ Symfony is the result of the work of many people who made the code better
- fh-github@fholzhauer.de - fh-github@fholzhauer.de
- AbdElKader Bouadjadja - AbdElKader Bouadjadja
- DSeemiller - DSeemiller
- Kyle
- Jan Emrich - Jan Emrich
- Mark Topper - Mark Topper
- Xavier REN - Xavier REN
@ -2001,3 +2002,4 @@ Symfony is the result of the work of many people who made the code better
- Matej Žilák (teo_sk) - Matej Žilák (teo_sk)
- Vladislav Vlastovskiy (vlastv) - Vladislav Vlastovskiy (vlastv)
- RENAUDIN Xavier (xorrox) - RENAUDIN Xavier (xorrox)
- Yannick Vanhaeren (yvh)