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 ae25e35

Browse filesBrowse files
Merge branch '5.3' into 5.4
* 5.3: [appveyor] Bump apcu to 5.1.18 Bump Symfony version to 5.3.13 Update VERSION for 5.3.12 Update CHANGELOG for 5.3.12 Bump Symfony version to 4.4.36 Update VERSION for 4.4.35 Update CONTRIBUTORS for 4.4.35 Update CHANGELOG for 4.4.35
2 parents d3b714a + a8d3c0a commit ae25e35
Copy full SHA for ae25e35

File tree

Expand file treeCollapse file tree

3 files changed

+15
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+15
-6
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.2.5-Win32-VC15-x86.zip
2121
- 7z x php-7.2.5-Win32-VC15-x86.zip -y >nul
2222
- cd ext
23-
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.17-7.2-ts-vc15-x86.zip
24-
- 7z x php_apcu-5.1.17-7.2-ts-vc15-x86.zip -y >nul
23+
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.19-7.2-ts-vc15-x86.zip
24+
- 7z x php_apcu-5.1.18-7.2-ts-vc15-x86.zip -y >nul
2525
- cd ..
2626
- copy /Y php.ini-development php.ini-min
2727
- echo memory_limit=-1 >> php.ini-min

‎CHANGELOG-5.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-5.3.md
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ in 5.3 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/v5.3.0...v5.3.1
99

10+
* 5.3.12 (2021-11-24)
11+
12+
* security #cve-2021-41268 [SecurityBundle] Default signature_properties to the previous behavior (wouterj)
13+
* security #cve-2021-41267 [HttpKernel] Fix missing extra trusted header in sub-request (jderusse)
14+
* security #cve-2021-41270 [Serializer] Use single quote to escape formulas (jderusse)
15+
* bug #44232 [Cache] fix connecting to local Redis sockets (nicolas-grekas)
16+
* bug #44204 [HttpClient] fix closing curl multi handle when destructing client (nicolas-grekas)
17+
* bug #44208 [Process] exclude argv/argc from possible default env vars (nicolas-grekas)
18+
1019
* 5.3.11 (2021-11-22)
1120

1221
* bug #44188 [VarExporter] fix exporting declared but unset properties when __sleep() is implemented (nicolas-grekas)

‎CONTRIBUTORS.md

Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The Symfony Connect username in parenthesis allows to get more information
1212
- Tobias Schultze (tobion)
1313
- Robin Chalas (chalas_r)
1414
- Christophe Coevoet (stof)
15-
- Wouter De Jong (wouterj)
1615
- Jérémy DERUSSÉ (jderusse)
16+
- Wouter De Jong (wouterj)
1717
- Grégoire Pineau (lyrixx)
1818
- Maxime Steinhausser (ogizanagi)
1919
- Kévin Dunglas (dunglas)
@@ -58,9 +58,9 @@ The Symfony Connect username in parenthesis allows to get more information
5858
- Diego Saint Esteben (dosten)
5959
- Grégoire Paris (greg0ire)
6060
- Alexandre Salomé (alexandresalome)
61+
- Jérôme Tamarelle (gromnan)
6162
- William Durand (couac)
6263
- ornicar
63-
- Jérôme Tamarelle (gromnan)
6464
- Konstantin Myakshin (koc)
6565
- Dany Maillard (maidmaid)
6666
- Francis Besset (francisbesset)
@@ -116,11 +116,11 @@ The Symfony Connect username in parenthesis allows to get more information
116116
- John Wards (johnwards)
117117
- Tomas Norkūnas (norkunas)
118118
- Baptiste Clavié (talus)
119+
- HypeMC (hypemc)
119120
- Antoine Hérault (herzult)
120121
- Paráda József (paradajozsef)
121122
- Alexandre Daubois (alexandre-daubois)
122123
- Vincent Langlet (deviling)
123-
- HypeMC (hypemc)
124124
- Massimiliano Arione (garak)
125125
- Arnaud Le Blanc (arnaud-lb)
126126
- Przemysław Bogusz (przemyslaw-bogusz)
@@ -825,6 +825,7 @@ The Symfony Connect username in parenthesis allows to get more information
825825
- Rodrigo Borrego Bernabé (rodrigobb)
826826
- Emanuele Iannone
827827
- Jörn Lang (j.lang)
828+
- Petr Duda (petrduda)
828829
- Marcos Rezende (rezehnde)
829830
- Denis Gorbachev (starfall)
830831
- Peter van Dommelen
@@ -1350,7 +1351,6 @@ The Symfony Connect username in parenthesis allows to get more information
13501351
- Simon Leblanc (leblanc_simon)
13511352
- Matthieu Mota (matthieumota)
13521353
- Mikhail Prosalov (mprosalov)
1353-
- Petr Duda (petrduda)
13541354
- Ronny López (ronnylt)
13551355
- abdul malik ikhsan (samsonasik)
13561356
- Henry Snoek (snoek09)

0 commit comments

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