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 e83b82b

Browse filesBrowse files
authored
Merge pull request #25147 from fabpot/release-3.4.0-RC2
released v3.4.0-RC2
2 parents f897542 + 7576174 commit e83b82b
Copy full SHA for e83b82b

File tree

2 files changed

+18
-2
lines changed
Filter options

2 files changed

+18
-2
lines changed

‎CHANGELOG-3.4.md

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

10+
* 3.4.0-RC2 (2017-11-24)
11+
12+
* bug #25146 [DI] Dont resolve envs in service ids (nicolas-grekas)
13+
* bug #25113 [Routing] Fix "config-file-relative" annotation loader resources (nicolas-grekas, sroze)
14+
* bug #25065 [FrameworkBundle] Update translation commands to work with default paths (yceruto)
15+
* bug #25109 Make debug:container search command case-insensitive (jzawadzki)
16+
* bug #25121 [FrameworkBundle] Fix AssetsInstallCommand (nicolas-grekas)
17+
* bug #25102 [Form] Fixed ContextErrorException in FileType (chihiro-adachi)
18+
* bug #25130 [DI] Fix handling of inlined definitions by ContainerBuilder (nicolas-grekas)
19+
* bug #25119 [DI] Fix infinite loop when analyzing references (nicolas-grekas)
20+
* bug #25094 [FrameworkBundle][DX] Display a nice error message if an enabled component is missing (derrabus)
21+
* bug #25100 [SecurityBundle] providerIds is undefined error when firewall provider is not specified (karser)
22+
* bug #25100 [SecurityBundle] providerIds is undefined error when firewall provider is not specified (karser)
23+
* bug #25100 [SecurityBundle] providerIds is undefined error when firewall provider is not specified (karser)
24+
* bug #25097 [Bridge\PhpUnit] Turn "preserveGlobalState" to false by default, revert "Blacklist" removal (nicolas-grekas)
25+
1026
* 3.4.0-RC1 (2017-11-21)
1127

1228
* bug #25077 [Bridge/Twig] Let getFlashes starts the session (MatTheCat)

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6767
private $requestStackSize = 0;
6868
private $resetServices = false;
6969

70-
const VERSION = '3.4.0-DEV';
70+
const VERSION = '3.4.0-RC2';
7171
const VERSION_ID = 30400;
7272
const MAJOR_VERSION = 3;
7373
const MINOR_VERSION = 4;
7474
const RELEASE_VERSION = 0;
75-
const EXTRA_VERSION = 'DEV';
75+
const EXTRA_VERSION = 'RC2';
7676

7777
const END_OF_MAINTENANCE = '11/2020';
7878
const END_OF_LIFE = '11/2021';

0 commit comments

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