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 7b03bff

Browse filesBrowse files
committed
Merge branch '4.2'
* 4.2: change timezone to fix tests on Windows bumped Symfony version to 4.2.2 updated VERSION for 4.2.1 updated CHANGELOG for 4.2.1 bumped Symfony version to 4.1.10 updated VERSION for 4.1.9 updated CHANGELOG for 4.1.9 bumped Symfony version to 3.4.21 updated VERSION for 3.4.20 update CONTRIBUTORS for 3.4.20 updated CHANGELOG for 3.4.20
2 parents c38a79c + 3411e91 commit 7b03bff
Copy full SHA for 7b03bff

File tree

4 files changed

+75
-14
lines changed
Filter options

4 files changed

+75
-14
lines changed

‎CHANGELOG-4.1.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.1.md
+22Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ in 4.1 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/v4.1.0...v4.1.1
99

10+
* 4.1.9 (2018-12-06)
11+
12+
* security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (xabbuh)
13+
* security #cve-2018-19789 [Form] Filter file uploads out of regular form types (nicolas-grekas)
14+
* bug #29436 [Cache] Fixed Memcached adapter doClear()to call flush() (raitocz)
15+
* bug #29441 [Routing] ignore trailing slash for non-GET requests (nicolas-grekas)
16+
* bug #29444 [Workflow] Fixed BC break for Workflow metadata (lyrixx)
17+
* bug #29432 [DI] dont inline when lazy edges are found (nicolas-grekas)
18+
* bug #29413 [Serializer] fixed DateTimeNormalizer to maintain microseconds when a different timezone required (rvitaliy)
19+
* bug #29424 [Routing] fix taking verb into account when redirecting (nicolas-grekas)
20+
* bug #29414 [DI] Fix dumping expressions accessing single-use private services (chalasr)
21+
* bug #29375 [Validator] Allow `ConstraintViolation::__toString()` to expose codes that are not null or emtpy strings (phansys)
22+
* bug #29376 [EventDispatcher] Fix eventListener wrapper loop in TraceableEventDispatcher (jderusse)
23+
* bug #29386 undeprecate the single-colon notation for controllers (fbourigault)
24+
* bug #29393 [DI] fix edge case in InlineServiceDefinitionsPass (nicolas-grekas)
25+
* bug #29380 [Routing] fix greediness of trailing slash (nicolas-grekas)
26+
* bug #29343 [Form] Handle all case variants of "nan" when parsing a number (mwhudson, xabbuh)
27+
* bug #29373 [Routing] fix trailing slash redirection (nicolas-grekas)
28+
* bug #29355 [PropertyAccess] calculate cache keys for property setters depending on the value (xabbuh)
29+
* bug #29369 [DI] fix combinatorial explosion when analyzing the service graph (nicolas-grekas)
30+
* bug #29349 [Debug] workaround opcache bug mutating "$this" !?! (nicolas-grekas)
31+
1032
* 4.1.8 (2018-11-26)
1133

1234
* bug #29318 [Console] Move back root exception to stack trace in verbose mode (chalasr)

‎CHANGELOG-4.2.md

Copy file name to clipboardExpand all lines: CHANGELOG-4.2.md
+27Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ in 4.2 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/v4.2.0...v4.2.1
99

10+
* 4.2.1 (2018-12-06)
11+
12+
* security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (xabbuh)
13+
* security #cve-2018-19789 [Form] Filter file uploads out of regular form types (nicolas-grekas)
14+
* bug #29481 [TwigBridge] Deprecating legacy Twig paths in DebugCommand and simplifications (yceruto)
15+
* bug #29436 [Cache] Fixed Memcached adapter doClear()to call flush() (raitocz)
16+
* bug #29482 Fixes sprintf(): Too few arguments in MessageFormatter::choiceFormat (stephanedelprat)
17+
* bug #29461 [Contracts] extract LocaleAwareInterface out of TranslatorInterface (nicolas-grekas)
18+
* bug #29446 [VarExporter] fix dumping private properties from abstract classes (nicolas-grekas)
19+
* bug #29441 [Routing] ignore trailing slash for non-GET requests (nicolas-grekas)
20+
* bug #29445 [FrameworkBundle] Fix empty output for debug:autowiring when reflection-docblock is not installed (chalasr)
21+
* bug #29444 [Workflow] Fixed BC break for Workflow metadata (lyrixx)
22+
* bug #29432 [DI] dont inline when lazy edges are found (nicolas-grekas)
23+
* bug #29413 [Serializer] fixed DateTimeNormalizer to maintain microseconds when a different timezone required (rvitaliy)
24+
* bug #29424 [Routing] fix taking verb into account when redirecting (nicolas-grekas)
25+
* bug #29418 [VarExporter] fix dumping protected property from abstract classes (nicolas-grekas)
26+
* bug #29414 [DI] Fix dumping expressions accessing single-use private services (chalasr)
27+
* bug #28853 [LDAP] Add TIMEOUT Option to LDAP Connection Options (lmatte7)
28+
* bug #29399 [FrameworkBundle] define doctrine as default_pdo_provider only if the package is installed (nicolas-grekas)
29+
* bug #29375 [Validator] Allow `ConstraintViolation::__toString()` to expose codes that are not null or emtpy strings (phansys)
30+
* bug #29376 [EventDispatcher] Fix eventListener wrapper loop in TraceableEventDispatcher (jderusse)
31+
* bug #29386 undeprecate the single-colon notation for controllers (fbourigault)
32+
* bug #29393 [DI] fix edge case in InlineServiceDefinitionsPass (nicolas-grekas)
33+
* bug #29394 [Config] fix path exclusion during glob discovery (nicolas-grekas)
34+
* bug #29395 [FrameworkBundle][Messenger] Restore check for messenger serializer default id (ogizanagi)
35+
* bug #29380 [Routing] fix greediness of trailing slash (nicolas-grekas)
36+
1037
* 4.2.0 (2018-11-30)
1138

1239
* bug #29343 [Form] Handle all case variants of "nan" when parsing a number (mwhudson, xabbuh)

‎CONTRIBUTORS.md

Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+24-12Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Symfony is the result of the work of many people who made the code better
2121
- Ryan Weaver (weaverryan)
2222
- Javier Eguiluz (javier.eguiluz)
2323
- Grégoire Pineau (lyrixx)
24-
- Hugo Hamon (hhamon)
2524
- Roland Franssen (ro0)
25+
- Hugo Hamon (hhamon)
2626
- Abdellatif Ait boudad (aitboudad)
2727
- Romain Neutron (romain)
2828
- Pascal Borreli (pborreli)
@@ -56,12 +56,12 @@ Symfony is the result of the work of many people who made the code better
5656
- Bulat Shakirzyanov (avalanche123)
5757
- Matthias Pigulla (mpdude)
5858
- Peter Rehm (rpet)
59+
- Jérémy DERUSSÉ (jderusse)
5960
- Saša Stamenković (umpirsky)
6061
- Pierre du Plessis (pierredup)
6162
- Kevin Bond (kbond)
6263
- Henrik Bjørnskov (henrikbjorn)
6364
- Miha Vrhovnik
64-
- Jérémy DERUSSÉ (jderusse)
6565
- Diego Saint Esteben (dii3g0)
6666
- Alexander M. Turek (derrabus)
6767
- Konstantin Kudryashov (everzet)
@@ -122,18 +122,18 @@ Symfony is the result of the work of many people who made the code better
122122
- Joshua Thijssen
123123
- excelwebzone
124124
- Gordon Franke (gimler)
125+
- Chris Wilkinson (thewilkybarkid)
126+
- Javier Spagnoletti (phansys)
125127
- Fabien Pennequin (fabienpennequin)
126128
- Eric GELOEN (gelo)
127129
- Sebastiaan Stok (sstok)
128130
- Jérôme Vasseur (jvasseur)
129131
- Lars Strojny (lstrojny)
130132
- Daniel Wehner (dawehner)
131133
- Tugdual Saunier (tucksaun)
132-
- Javier Spagnoletti (phansys)
133134
- Théo FIDRY (theofidry)
134135
- Robert Schönthal (digitalkaoz)
135136
- Florian Lonqueu-Brochard (florianlb)
136-
- Chris Wilkinson (thewilkybarkid)
137137
- Stefano Sala (stefano.sala)
138138
- Evgeniy (ewgraf)
139139
- Alex Pott
@@ -165,6 +165,7 @@ Symfony is the result of the work of many people who made the code better
165165
- Rouven Weßling (realityking)
166166
- Clemens Tolboom
167167
- Helmer Aaviksoo
168+
- Alessandro Chitolina (alekitto)
168169
- Hiromi Hishida (77web)
169170
- Niels Keurentjes (curry684)
170171
- Matthieu Ouellette-Vachon (maoueh)
@@ -181,7 +182,7 @@ Symfony is the result of the work of many people who made the code better
181182
- Matthieu Napoli (mnapoli)
182183
- Florent Mata (fmata)
183184
- Warnar Boekkooi (boekkooi)
184-
- Alessandro Chitolina (alekitto)
185+
- Thomas Calvet (fancyweb)
185186
- Dmitrii Chekaliuk (lazyhammer)
186187
- Clément JOBEILI (dator)
187188
- Daniel Espendiller
@@ -195,7 +196,6 @@ Symfony is the result of the work of many people who made the code better
195196
- DQNEO
196197
- Benjamin Dulau (dbenjamin)
197198
- Mathieu Lemoine (lemoinem)
198-
- Thomas Calvet (fancyweb)
199199
- Christian Schmidt
200200
- Andreas Hucks (meandmymonkey)
201201
- Noel Guilbert (noel)
@@ -217,6 +217,7 @@ Symfony is the result of the work of many people who made the code better
217217
- Jeremy Livingston (jeremylivingston)
218218
- Michael Lee (zerustech)
219219
- Matthieu Auger (matthieuauger)
220+
- Oskar Stark (oskarstark)
220221
- Leszek Prabucki (l3l0)
221222
- François Zaninotto (fzaninotto)
222223
- Dustin Whittle (dustinwhittle)
@@ -241,12 +242,12 @@ Symfony is the result of the work of many people who made the code better
241242
- Rob Frawley 2nd (robfrawley)
242243
- julien pauli (jpauli)
243244
- Lorenz Schori
244-
- Oskar Stark (oskarstark)
245245
- Sébastien Lavoie (lavoiesl)
246246
- Gregor Harlan (gharlan)
247247
- Dariusz
248248
- Francois Zaninotto
249249
- Alexander Kotynia (olden)
250+
- Fabien Bourigault (fbourigault)
250251
- Daniel Tschinder
251252
- Christian Schmidt
252253
- Marcos Sánchez
@@ -295,7 +296,6 @@ Symfony is the result of the work of many people who made the code better
295296
- Thomas Lallement (raziel057)
296297
- mcfedr (mcfedr)
297298
- Colin O'Dell (colinodell)
298-
- Fabien Bourigault (fbourigault)
299299
- Giorgio Premi
300300
- Jan Schädlich (jschaedl)
301301
- Beau Simensen (simensen)
@@ -571,6 +571,7 @@ Symfony is the result of the work of many people who made the code better
571571
- Marcin Chyłek (songoq)
572572
- Ben Scott
573573
- Ned Schwartz
574+
- Samuel NELA (snela)
574575
- Ziumin
575576
- Jeremy Benoist
576577
- fritzmg
@@ -621,6 +622,7 @@ Symfony is the result of the work of many people who made the code better
621622
- Gunnstein Lye (glye)
622623
- Maxime Douailin
623624
- Jean Pasdeloup (pasdeloup)
625+
- Sylvain Fabre (sylfabre)
624626
- Benjamin Cremer (bcremer)
625627
- Javier López (loalf)
626628
- Reinier Kip
@@ -698,6 +700,7 @@ Symfony is the result of the work of many people who made the code better
698700
- Tiago Brito (blackmx)
699701
-
700702
- Richard van den Brand (ricbra)
703+
- Thomas Bisignani (toma)
701704
- develop
702705
- flip111
703706
- Greg Anderson
@@ -841,7 +844,6 @@ Symfony is the result of the work of many people who made the code better
841844
- Jörn Lang (j.lang)
842845
- Omar Yepez (oyepez003)
843846
- Gawain Lynch (gawain)
844-
- Samuel NELA (snela)
845847
- mwsaz
846848
- Jelle Kapitein
847849
- Benoît Bourgeois
@@ -862,6 +864,7 @@ Symfony is the result of the work of many people who made the code better
862864
- Christian Morgan
863865
- Alexander Miehe (engerim)
864866
- Morgan Auchede (mauchede)
867+
- Sascha Dens (saschadens)
865868
- Don Pinkster
866869
- Maksim Muruev
867870
- Emil Einarsson
@@ -1034,6 +1037,7 @@ Symfony is the result of the work of many people who made the code better
10341037
- Dominic Tubach
10351038
- Nikita Konstantinov
10361039
- Martijn Evers
1040+
- Vitaliy Ryaboy (vitaliy)
10371041
- Benjamin Paap (benjaminpaap)
10381042
- Christian
10391043
- Denis Golubovskiy (bukashk0zzz)
@@ -1061,6 +1065,7 @@ Symfony is the result of the work of many people who made the code better
10611065
- Jakub Sacha
10621066
- Olaf Klischat
10631067
- orlovv
1068+
- Claude Dioudonnat
10641069
- Jonathan Hedstrom
10651070
- Peter Smeets (darkspartan)
10661071
- Jhonny Lidfors (jhonny)
@@ -1244,6 +1249,7 @@ Symfony is the result of the work of many people who made the code better
12441249
- Sandro Hopf
12451250
- Łukasz Makuch
12461251
- George Giannoulopoulos
1252+
- Alexander Pasichnick
12471253
- Luis Ramirez (luisdeimos)
12481254
- Daniel Richter (richtermeister)
12491255
- ChrisC
@@ -1308,7 +1314,6 @@ Symfony is the result of the work of many people who made the code better
13081314
- Jon Gotlin (jongotlin)
13091315
- Michael Dowling (mtdowling)
13101316
- Karlos Presumido (oneko)
1311-
- Sylvain Fabre (sylfabre)
13121317
- Thomas Counsell
13131318
- BilgeXA
13141319
- r1pp3rj4ck
@@ -1354,7 +1359,6 @@ Symfony is the result of the work of many people who made the code better
13541359
- Andrew (drew)
13551360
- kor3k kor3k (kor3k)
13561361
- Stelian Mocanita (stelian)
1357-
- Thomas Bisignani (toma)
13581362
- Justin (wackymole)
13591363
- Flavian (2much)
13601364
- Gautier Deuette
@@ -1396,6 +1400,7 @@ Symfony is the result of the work of many people who made the code better
13961400
- Alan Poulain
13971401
- Martin Eckhardt
13981402
- natechicago
1403+
- Sergei Gorjunov
13991404
- Jonathan Poston
14001405
- Adrian Olek (adrianolek)
14011406
- Jody Mickey (jwmickey)
@@ -1486,6 +1491,7 @@ Symfony is the result of the work of many people who made the code better
14861491
- me_shaon
14871492
- 蝦米
14881493
- Grayson Koonce (breerly)
1494+
- Andrey Helldar (helldar)
14891495
- Karim Cassam Chenaï (ka)
14901496
- Maksym Slesarenko (maksym_slesarenko)
14911497
- Michal Kurzeja (mkurzeja)
@@ -1612,6 +1618,7 @@ Symfony is the result of the work of many people who made the code better
16121618
- Joel Marcey
16131619
- David Christmann
16141620
- root
1621+
- pf
16151622
- Vincent Chalnot
16161623
- James Hudson
16171624
- Tom Maguire
@@ -1754,6 +1761,7 @@ Symfony is the result of the work of many people who made the code better
17541761
- Damian Sromek
17551762
- Ben
17561763
- Evgeniy Tetenchuk
1764+
- Shrey Puranik
17571765
- dasmfm
17581766
- Mathias Geat
17591767
- Arnaud Buathier (arnapou)
@@ -1774,6 +1782,7 @@ Symfony is the result of the work of many people who made the code better
17741782
- Ulf Reimers (ureimers)
17751783
- Wotre
17761784
- goohib
1785+
- Tom Counsell
17771786
- Xavier HAUSHERR
17781787
- Ron Gähler
17791788
- Edwin Hageman
@@ -1811,6 +1820,7 @@ Symfony is the result of the work of many people who made the code better
18111820
- Jörg Rühl
18121821
- wesleyh
18131822
- sergey
1823+
- Michael Hudson-Doyle
18141824
- Daniel Bannert
18151825
- Karim Miladi
18161826
- Michael Genereux
@@ -1840,11 +1850,13 @@ Symfony is the result of the work of many people who made the code better
18401850
- Kasperki
18411851
- Tammy D
18421852
- Daniel STANCU
1853+
- Ryan Rud
18431854
- Ondrej Slinták
18441855
- vlechemin
18451856
- Brian Corrigan
18461857
- Ladislav Tánczos
18471858
- Skorney
1859+
- Lucas Matte
18481860
- fmarchalemisys
18491861
- mieszko4
18501862
- Steve Preston
@@ -1923,6 +1935,7 @@ Symfony is the result of the work of many people who made the code better
19231935
- sualko
19241936
- Bilge
19251937
- ADmad
1938+
- Stéphane Delprat
19261939
- Nicolas Roudaire
19271940
- Alfonso (afgar)
19281941
- Andreas Forsblom (aforsblo)
@@ -2004,7 +2017,6 @@ Symfony is the result of the work of many people who made the code better
20042017
- Rich Sage (richsage)
20052018
- Rokas Mikalkėnas (rokasm)
20062019
- Bart Ruysseveldt (ruyss)
2007-
- Sascha Dens (saschadens)
20082020
- scourgen hung (scourgen)
20092021
- Sebastian Busch (sebu)
20102022
- Sepehr Lajevardi (sepehr)

‎src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ public function normalizeUsingTimeZonePassedInContextAndExpectedFormatWithMicros
168168
);
169169

170170
yield array(
171-
'2018-12-01T21:03:06.067634',
171+
'2018-12-01T19:03:06.067634',
172172
'Y-m-d\TH:i:s.u',
173173
\DateTime::createFromFormat(
174174
'Y-m-d\TH:i:s.u',
175175
'2018-12-01T18:03:06.067634',
176176
new \DateTimeZone('UTC')
177177
),
178-
new \DateTimeZone('Europe/Moscow'),
178+
new \DateTimeZone('Europe/Berlin'),
179179
);
180180
}
181181

0 commit comments

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