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

Commitbbe1eae

Browse files
authored
Merge pull request#22599 from fabpot/release-2.8.20
released v2.8.20
2 parents6000faf +db017eb commitbbe1eae

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

‎CHANGELOG-2.8.md‎

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

10+
* 2.8.20 (2017-05-01)
11+
12+
* bug#22550 Allow Upper Case property names in ObjectNormalizer (insekticid)
13+
* bug#22528[Asset] Starting slash should indicate no basePath wanted (weaverryan)
14+
* bug#22541[EventDispatcher] fix: unwrap listeners for correct info (dmaicher)
15+
* bug#22526[Asset] Preventing the base path or absolute URL from being prefixed incorrectly (weaverryan)
16+
* bug#22523[WebProfilerBundle] Fixed the flickering when loading complex profiler panels (javiereguiluz)
17+
* bug#22435[Console] Fix dispatching throwables from ConsoleEvents::COMMAND (nicolas-grekas)
18+
* bug#22478[Serializer] XmlEncoder: fix negative int and large numbers handling (dunglas)
19+
* bug#22424[Debug] Set exit status to 255 on error (nicolas-grekas)
20+
* bug#22426[PropertyInfo] Prevent returning int values in some cases (dunglas)
21+
* bug#22399 Prevent double registrations related to tag priorities (nicolas-grekas)
22+
* bug#22396 Prevent double registrations related to tag priorities (nicolas-grekas)
23+
* bug#22352[HttpFoundation] Add`use_strict_mode` in validOptions for session (sstok)
24+
* bug#22351[Yaml] don't keep internal state between parser runs (xabbuh)
25+
* bug#22307[Debug] Fix php notice (enumag)
26+
* bug#22311[DI] Fix second auto-registration (nicolas-grekas)
27+
* bug#22109[Validator] check for empty host when calling checkdnsrr() (apetitpa)
28+
* bug#22280[DI] Fix the xml schema (GuilhemN)
29+
* bug#22282[DI] Prevent AutowirePass from triggering irrelevant deprecations (chalasr)
30+
* bug#22255[Translation] avoid creating cache files for fallback locales. (aitboudad)
31+
* bug#22292 Fixes#22264 - add support for Chrome headless (redthor)
32+
1033
* 2.8.19 (2017-04-05)
1134

1235
* bug#22265 Allow Upper Case property names (insekticid)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected$startTime;
6060
protected$loadClassCache;
6161

62-
constVERSION ='2.8.20-DEV';
62+
constVERSION ='2.8.20';
6363
constVERSION_ID =20820;
6464
constMAJOR_VERSION =2;
6565
constMINOR_VERSION =8;
6666
constRELEASE_VERSION =20;
67-
constEXTRA_VERSION ='DEV';
67+
constEXTRA_VERSION ='';
6868

6969
constEND_OF_MAINTENANCE ='11/2018';
7070
constEND_OF_LIFE ='11/2019';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp