Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c7a1e0

Browse filesBrowse files
authored
Merge pull request #22598 from fabpot/release-2.7.27
released v2.7.27
2 parents c84ee65 + 161bed5 commit 5c7a1e0
Copy full SHA for 5c7a1e0

File tree

3 files changed

+50
-21
lines changed
Filter options

3 files changed

+50
-21
lines changed

‎CHANGELOG-2.7.md

Copy file name to clipboardExpand all lines: CHANGELOG-2.7.md
+16Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ in 2.7 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
99

10+
* 2.7.27 (2017-05-01)
11+
12+
* bug #22528 [Asset] Starting slash should indicate no basePath wanted (weaverryan)
13+
* bug #22526 [Asset] Preventing the base path or absolute URL from being prefixed incorrectly (weaverryan)
14+
* bug #22435 [Console] Fix dispatching throwables from ConsoleEvents::COMMAND (nicolas-grekas)
15+
* bug #22478 [Serializer] XmlEncoder: fix negative int and large numbers handling (dunglas)
16+
* bug #22424 [Debug] Set exit status to 255 on error (nicolas-grekas)
17+
* bug #22396 Prevent double registrations related to tag priorities (nicolas-grekas)
18+
* bug #22352 [HttpFoundation] Add `use_strict_mode` in validOptions for session (sstok)
19+
* bug #22351 [Yaml] don't keep internal state between parser runs (xabbuh)
20+
* bug #22307 [Debug] Fix php notice (enumag)
21+
* bug #22109 [Validator] check for empty host when calling checkdnsrr() (apetitpa)
22+
* bug #22280 [DI] Fix the xml schema (GuilhemN)
23+
* bug #22255 [Translation] avoid creating cache files for fallback locales. (aitboudad)
24+
* bug #22292 Fixes #22264 - add support for Chrome headless (redthor)
25+
1026
* 2.7.26 (2017-04-04)
1127

1228
* bug #22229 [ExpressionLanguage] Provide the expression in syntax errors (k0pernikus, stof)

‎CONTRIBUTORS.md

Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+32-19Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Symfony is the result of the work of many people who made the code better
2626
- Grégoire Pineau (lyrixx)
2727
- Joseph Bielawski (stloyd)
2828
- Karma Dordrak (drak)
29+
- Robin Chalas (chalas_r)
2930
- Lukas Kahwe Smith (lsmith)
3031
- Martin Hasoň (hason)
31-
- Robin Chalas (chalas_r)
3232
- Maxime Steinhausser (ogizanagi)
3333
- Jeremy Mikola (jmikola)
3434
- Jean-François Simon (jfsimon)
@@ -37,10 +37,10 @@ Symfony is the result of the work of many people who made the code better
3737
- Eriksen Costa (eriksencosta)
3838
- Jules Pietri (heah)
3939
- Sarah Khalil (saro0h)
40+
- Roland Franssen (ro0)
4041
- Jonathan Wage (jwage)
4142
- Guilhem Niot (energetick)
4243
- Diego Saint Esteben (dosten)
43-
- Roland Franssen (ro0)
4444
- Alexandre Salomé (alexandresalome)
4545
- William Durand (couac)
4646
- ornicar
@@ -73,23 +73,23 @@ Symfony is the result of the work of many people who made the code better
7373
- Titouan Galopin (tgalopin)
7474
- Douglas Greenshields (shieldo)
7575
- Konstantin Myakshin (koc)
76+
- Jáchym Toušek (enumag)
7677
- Lee McDermott
7778
- Brandon Turner
7879
- Luis Cordova (cordoval)
79-
- Jáchym Toušek (enumag)
8080
- Graham Campbell (graham)
8181
- Daniel Holmes (dholmes)
8282
- Toni Uebernickel (havvg)
8383
- Bart van den Burg (burgov)
8484
- Jordan Alliot (jalliot)
8585
- Jérémy DERUSSÉ (jderusse)
8686
- John Wards (johnwards)
87+
- Dariusz Ruminski
8788
- Fran Moreno (franmomu)
8889
- Antoine Hérault (herzult)
90+
- Jérôme Tamarelle (gromnan)
8991
- Paráda József (paradajozsef)
90-
- Dariusz Ruminski
9192
- Arnaud Le Blanc (arnaud-lb)
92-
- Jérôme Tamarelle (gromnan)
9393
- Maxime STEINHAUSSER
9494
- Michal Piotrowski (eventhorizon)
9595
- Tim Nagel (merk)
@@ -120,6 +120,7 @@ Symfony is the result of the work of many people who made the code better
120120
- Théo FIDRY (theofidry)
121121
- Robert Schönthal (digitalkaoz)
122122
- Florian Lonqueu-Brochard (florianlb)
123+
- Sebastiaan Stok (sstok)
123124
- Stefano Sala (stefano.sala)
124125
- Yonel Ceruto González (yonelceruto)
125126
- Evgeniy (ewgraf)
@@ -128,7 +129,6 @@ Symfony is the result of the work of many people who made the code better
128129
- Sebastian Hörl (blogsh)
129130
- Daniel Gomes (danielcsgomes)
130131
- Hidenori Goto (hidenorigoto)
131-
- Sebastiaan Stok (sstok)
132132
- Guilherme Blanco (guilhermeblanco)
133133
- Pablo Godel (pgodel)
134134
- Jérémie Augustin (jaugustin)
@@ -146,6 +146,7 @@ Symfony is the result of the work of many people who made the code better
146146
- Vincent AUBERT (vincent)
147147
- Rouven Weßling (realityking)
148148
- Teoh Han Hui (teohhanhui)
149+
- Jérôme Vasseur (jvasseur)
149150
- Clemens Tolboom
150151
- Helmer Aaviksoo
151152
- Grégoire Paris (greg0ire)
@@ -178,8 +179,11 @@ Symfony is the result of the work of many people who made the code better
178179
- Daniel Espendiller
179180
- sun (sun)
180181
- Larry Garfield (crell)
182+
- Julien Falque (julienfalque)
181183
- Martin Schuhfuß (usefulthink)
184+
- apetitpa
182185
- Matthieu Bontemps (mbontemps)
186+
- apetitpa
183187
- Pierre Minnieur (pminnieur)
184188
- fivestar
185189
- Dominique Bongiraud
@@ -201,7 +205,6 @@ Symfony is the result of the work of many people who made the code better
201205
- SpacePossum
202206
- Eugene Wissner
203207
- Julien Brochet (mewt)
204-
- Julien Falque (julienfalque)
205208
- Tristan Darricau (nicofuma)
206209
- Sergey Linnik (linniksa)
207210
- Michaël Perrin (michael.perrin)
@@ -220,7 +223,6 @@ Symfony is the result of the work of many people who made the code better
220223
- Elnur Abdurrakhimov (elnur)
221224
- Manuel Reinhard (sprain)
222225
- Danny Berger (dpb587)
223-
- Jérôme Vasseur
224226
- Ruben Gonzalez (rubenrua)
225227
- Adam Prager (padam87)
226228
- Roman Marintšenko (inori)
@@ -230,6 +232,7 @@ Symfony is the result of the work of many people who made the code better
230232
- Arjen Brouwer (arjenjb)
231233
- Katsuhiro OGAWA
232234
- Patrick McDougle (patrick-mcdougle)
235+
- Dany Maillard (maidmaid)
233236
- Alif Rachmawadi
234237
- Kristen Gilden (kgilden)
235238
- Pierre-Yves LEBECQ (pylebecq)
@@ -267,7 +270,9 @@ Symfony is the result of the work of many people who made the code better
267270
- Michael Holm (hollo)
268271
- Marc Weistroff (futurecat)
269272
- Christian Schmidt
273+
- Marek Štípek (maryo)
270274
- Hidde Wieringa (hiddewie)
275+
- Jordan Samouh (jordansamouh)
271276
- Chris Smith (cs278)
272277
- Florian Klein (docteurklein)
273278
- Oleg Voronkovich
@@ -281,6 +286,7 @@ Symfony is the result of the work of many people who made the code better
281286
- Andrey Esaulov (andremaha)
282287
- Grégoire Passault (gregwar)
283288
- Ismael Ambrosi (iambrosi)
289+
- gadelat (gadelat)
284290
- Baptiste Lafontaine
285291
- Aurelijus Valeiša (aurelijus)
286292
- Victor Bocharsky (bocharsky_bw)
@@ -324,7 +330,8 @@ Symfony is the result of the work of many people who made the code better
324330
- Yaroslav Kiliba
325331
- Terje Bråten
326332
- Robbert Klarenbeek (robbertkl)
327-
- Marek Štípek (maryo)
333+
- Thomas Calvet (fancyweb)
334+
- Niels Keurentjes (curry684)
328335
- Alessandro Chitolina
329336
- JhonnyL
330337
- hossein zolfi (ocean)
@@ -342,14 +349,15 @@ Symfony is the result of the work of many people who made the code better
342349
- Vyacheslav Salakhutdinov (megazoll)
343350
- Jerzy Zawadzki (jzawadzki)
344351
- Hassan Amouhzi
345-
- gadelat (gadelat)
346352
- Tamas Szijarto
347353
- Pavel Volokitin (pvolok)
348354
- François Pluchino (francoispluchino)
355+
- Arthur de Moulins (4rthem)
349356
- Nicolas Dewez (nicolas_dewez)
350357
- Endre Fejes
351358
- Tobias Naumann (tna)
352359
- Daniel Beyer
360+
- Nikolay Labinskiy (e-moe)
353361
- Shein Alexey
354362
- Romain Gautier (mykiwi)
355363
- Joe Lencioni
@@ -399,10 +407,10 @@ Symfony is the result of the work of many people who made the code better
399407
- Andreas Braun
400408
- Chris Sedlmayr (catchamonkey)
401409
- Seb Koelen
402-
- Dany Maillard (maidmaid)
403410
- Christoph Mewes (xrstf)
404411
- Vitaliy Tverdokhlib (vitaliytv)
405412
- Ariel Ferrandini (aferrandini)
413+
- Samuel ROZE (sroze)
406414
- Dirk Pahl (dirkaholic)
407415
- cedric lombardot (cedriclombardot)
408416
- Jonas Flodén (flojon)
@@ -416,7 +424,6 @@ Symfony is the result of the work of many people who made the code better
416424
- Gintautas Miselis
417425
- Rob Bast
418426
- David Badura (davidbadura)
419-
- Jordan Samouh (jordansamouh)
420427
- Zander Baldwin
421428
- Adam Harvey
422429
- Alex Bakhturin
@@ -425,7 +432,6 @@ Symfony is the result of the work of many people who made the code better
425432
- Fabrice Bernhard (fabriceb)
426433
- Jérôme Macias (jeromemacias)
427434
- Andrey Astakhov (aast)
428-
- Thomas Calvet
429435
- Fabian Lange (codingfabian)
430436
- Frank Neff (fneff)
431437
- Roman Lapin (memphys)
@@ -461,13 +467,12 @@ Symfony is the result of the work of many people who made the code better
461467
- Jakub Škvára (jskvara)
462468
- Andrew Udvare (audvare)
463469
- alexpods
464-
- Nikolay Labinskiy (e-moe)
465470
- Arjen van der Meijden
466471
- Michele Locati
467472
- Dariusz Ruminski
473+
- Alex Rock Ancelet (pierstoval)
468474
- Erik Trapman (eriktrapman)
469475
- De Cock Xavier (xdecock)
470-
- Arthur de Moulins (4rthem)
471476
- Almog Baku (almogbaku)
472477
- Scott Arciszewski
473478
- Norbert Orzechowicz (norzechowicz)
@@ -581,7 +586,6 @@ Symfony is the result of the work of many people who made the code better
581586
- Ulumuddin Yunus (joenoez)
582587
- Luc Vieillescazes (iamluc)
583588
- Johann Saunier (prophet777)
584-
- Samuel ROZE (sroze)
585589
- Michael Devery (mickadoo)
586590
- Antoine Corcy
587591
- Artur Eshenbrener
@@ -695,6 +699,7 @@ Symfony is the result of the work of many people who made the code better
695699
- Pierre Vanliefland (pvanliefland)
696700
- Sofiane HADDAG (sofhad)
697701
- frost-nzcr4
702+
- Sanpi
698703
- Abhoryo
699704
- Fabian Vogler (fabian)
700705
- Korvin Szanto
@@ -751,6 +756,7 @@ Symfony is the result of the work of many people who made the code better
751756
- Martijn Evers
752757
- Jacques Moati
753758
- Balazs Csaba (balazscsaba2006)
759+
- Douglas Reith (douglas_reith)
754760
- Harry Walter (haswalt)
755761
- Johnson Page (jwpage)
756762
- Michael Roterman (wtfzdotnet)
@@ -764,7 +770,6 @@ Symfony is the result of the work of many people who made the code better
764770
- Gábor Tóth
765771
- Daniel Cestari
766772
- David Lima
767-
- Jérôme Vasseur
768773
- Brunet Laurent (lbrunet)
769774
- Mikhail Yurasov (mym)
770775
- LOUARDI Abdeltif (ouardisoft)
@@ -819,6 +824,7 @@ Symfony is the result of the work of many people who made the code better
819824
- Danilo Silva
820825
- Zachary Tong (polyfractal)
821826
- Hryhorii Hrebiniuk
827+
- Thomas Perez (scullwm)
822828
- Dennis Fridrich (dfridrich)
823829
- hamza
824830
- dantleech
@@ -933,6 +939,7 @@ Symfony is the result of the work of many people who made the code better
933939
- Klaus Purer
934940
- Gilles Doge (gido)
935941
- abulford
942+
- Philipp Kretzschmar
936943
- antograssiot
937944
- Brooks Boyd
938945
- Roger Webb
@@ -1039,6 +1046,7 @@ Symfony is the result of the work of many people who made the code better
10391046
- Kim Laï Trinh
10401047
- Jason Desrosiers
10411048
- m.chwedziak
1049+
- insekticid
10421050
- Philip Frank
10431051
- Lance McNearney
10441052
- Giorgio Premi
@@ -1061,6 +1069,7 @@ Symfony is the result of the work of many people who made the code better
10611069
- Tadcka
10621070
- Beth Binkovitz
10631071
- Gonzalo Míguez
1072+
- Pierre Rineau
10641073
- Romain Geissler
10651074
- Adrien Moiruad
10661075
- Tomaz Ahlin
@@ -1084,6 +1093,7 @@ Symfony is the result of the work of many people who made the code better
10841093
- Martin Eckhardt
10851094
- Pieter Jordaan
10861095
- Damien Tournoud
1096+
- Craig Duncan (duncan3dc)
10871097
- Jon Gotlin (jongotlin)
10881098
- Michael Dowling (mtdowling)
10891099
- Karlos Presumido (oneko)
@@ -1184,12 +1194,12 @@ Symfony is the result of the work of many people who made the code better
11841194
- Michal Gebauer
11851195
- Gleb Sidora
11861196
- David Stone
1187-
- Niels Keurentjes (curry684)
11881197
- Jovan Perovic (jperovic)
11891198
- Pablo Maria Martelletti (pmartelletti)
11901199
- Yassine Guedidi (yguedidi)
11911200
- Waqas Ahmed
11921201
- Luis Muñoz
1202+
- Matthew Donadio
11931203
- Andreas
11941204
- Thomas Chmielowiec
11951205
- Andrey Ryaguzov
@@ -1246,7 +1256,6 @@ Symfony is the result of the work of many people who made the code better
12461256
- Jordi Llonch (jordillonch)
12471257
- Cédric Dugat (ph3nol)
12481258
- Philip Dahlstrøm (phidah)
1249-
- Alex Rock Ancelet (pierstoval)
12501259
- Milos Colakovic (project2481)
12511260
- Rénald Casagraude (rcasagraude)
12521261
- Robin Duval (robin-duval)
@@ -1389,6 +1398,7 @@ Symfony is the result of the work of many people who made the code better
13891398
- Joeri Verdeyen (jverdeyen)
13901399
- Kevin Herrera (kherge)
13911400
- Luis Ramón López López (lrlopez)
1401+
- Bart Reunes (metalarend)
13921402
- Muriel (metalmumu)
13931403
- Michael Pohlers (mick_the_big)
13941404
- mlpo (mlpo)
@@ -1530,6 +1540,7 @@ Symfony is the result of the work of many people who made the code better
15301540
- Oncle Tom
15311541
- Christian Stocker
15321542
- Dawid Nowak
1543+
- Lesnykh Ilia
15331544
- Karolis Daužickas
15341545
- Sergio Santoro
15351546
- tirnanog06
@@ -1594,6 +1605,7 @@ Symfony is the result of the work of many people who made the code better
15941605
- Florent Viel (luxifer)
15951606
- Matthieu Moquet (mattketmo)
15961607
- Moritz Borgmann (mborgmann)
1608+
- Michal Čihař (mcihar)
15971609
- Matt Drollette (mdrollette)
15981610
- Adam Monsen (meonkeys)
15991611
- Ala Eddine Khefifi (nayzo)
@@ -1646,6 +1658,7 @@ Symfony is the result of the work of many people who made the code better
16461658
- smokeybear87
16471659
- Gustavo Adrian
16481660
- Kevin Weber
1661+
- Ben Scott
16491662
- Dionysis Arvanitis
16501663
- Sergey Fedotov
16511664
- Michael

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5858
protected $startTime;
5959
protected $loadClassCache;
6060

61-
const VERSION = '2.7.27-DEV';
61+
const VERSION = '2.7.27';
6262
const VERSION_ID = 20727;
6363
const MAJOR_VERSION = 2;
6464
const MINOR_VERSION = 7;
6565
const RELEASE_VERSION = 27;
66-
const EXTRA_VERSION = 'DEV';
66+
const EXTRA_VERSION = '';
6767

6868
const END_OF_MAINTENANCE = '05/2018';
6969
const END_OF_LIFE = '05/2019';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.