Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit97ee03e

Browse files
authored
Merge pull request#34353 from fabpot/release-4.4.0-BETA2
released v4.4.0-BETA2
2 parentsae35526 +8c47650 commit97ee03e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

‎CHANGELOG-4.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ in 4.4 minor versions.
77
To get the diff for a specific change, go tohttps://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go tohttps://github.com/symfony/symfony/compare/v4.4.0...v4.4.1
99

10+
* 4.4.0-BETA2 (2019-11-13)
11+
12+
* bug#34344[Console] Constant STDOUT might be undefined (nicolas-grekas)
13+
* security #cve-2019-18886[Security\Core] throw AccessDeniedException when switch user fails (nicolas-grekas)
14+
* security #cve-2019-18888[Mime] fix guessing mime-types of files with leading dash (nicolas-grekas)
15+
* security #cve-2019-11325[VarExporter] fix exporting some strings (nicolas-grekas)
16+
* security #cve-2019-18889[Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances (nicolas-grekas)
17+
* security #cve-2019-18888[HttpFoundation] fix guessing mime-types of files with leading dash (nicolas-grekas)
18+
* security #cve-2019-18887[HttpKernel] Use constant time comparison in UriSigner (stof)
19+
1020
* 4.4.0-BETA1 (2019-11-12)
1121

1222
* feature#34333 Revert "feature#34329[ExpressionLanguage] add XOR operator (ottaviano)" (nicolas-grekas)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7474
private$requestStackSize =0;
7575
private$resetServices =false;
7676

77-
constVERSION ='4.4.0-DEV';
77+
constVERSION ='4.4.0-BETA2';
7878
constVERSION_ID =40400;
7979
constMAJOR_VERSION =4;
8080
constMINOR_VERSION =4;
8181
constRELEASE_VERSION =0;
82-
constEXTRA_VERSION ='DEV';
82+
constEXTRA_VERSION ='BETA2';
8383

8484
constEND_OF_MAINTENANCE ='11/2022';
8585
constEND_OF_LIFE ='11/2023';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp