10000 Merge pull request #59031 from fabpot/release-5.4.49 · symfony/symfony@2e85f07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e85f07

Browse files
authored
Merge pull request #59031 from fabpot/release-5.4.49
released v5.4.49
2 parents 7a2d66a + 23f75d3 commit 2e85f07

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG-5.4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ in 5.4 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.4.0...v5.4.1
99

10+
* 5.4.49 (2024-11-29)
11+
12+
* bug #59023 [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient (nicolas-grekas)
13+
1014
* 5.4.48 (2024-11-27)
1115

1216
* bug #59013 [HttpClient] Fix checking for private IPs before connecting (nicolas-grekas)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
private static $freshCache = [];
8080

81-
public const VERSION = '5.4.49-DEV';
81+
public const VERSION = '5.4.49';
8282
public const VERSION_ID = 50449;
8383
public const MAJOR_VERSION = 5;
8484
public const MINOR_VERSION = 4;
8585
public const RELEASE_VERSION = 49;
86-
public const EXTRA_VERSION = 'DEV';
86+
public const EXTRA_VERSION = '';
8787

8888
public const END_OF_MAINTENANCE = '11/2024';
8989
public const END_OF_LIFE = '02/2029';

0 commit comments

Comments
 (0)
0