10000 Merge pull request #34349 from fabpot/release-2.8.52 · symfony/symfony@88f3ef6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88f3ef6

Browse files
authored
Merge pull request #34349 from fabpot/release-2.8.52
released v2.8.52
2 parents af70ccb + 44dbe04 commit 88f3ef6

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG-2.8.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ in 2.8 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.8.0...v2.8.1
99

10+
* 2.8.52 (2019-11-13)
11+
12+
* security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of files with leading dash (nicolas-grekas)
13+
* security #cve-2019-18887 [HttpKernel] Use constant time comparison in UriSigner (stof)
14+
15+
* 2.8.51 (2019-04-17)
16+
17+
* no changes
18+
1019
* 2.8.50 (2019-04-17)
1120

1221
* security #cve-2019-10910 [DI] Check service IDs are valid (nicolas-grekas)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected $startTime;
6060
protected $loadClassCache;
6161

62-
const VERSION = '2.8.51';
63-
const VERSION_ID = 20851;
62+
const VERSION = '2.8.52';
63+
const VERSION_ID = 20852;
6464
const MAJOR_VERSION = 2;
6565
const MINOR_VERSION = 8;
66-
const RELEASE_VERSION = 51;
66+
const RELEASE_VERSION = 52;
6767
const EXTRA_VERSION = '';
6868

6969
const END_OF_MAINTENANCE = '11/2018';

0 commit comments

Comments
 (0)
0