8000 Merge pull request #17665 from fabpot/release-3.0.2 · Simperfit/symfony@18c3d4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 18c3d4f

Browse files
committed
Merge pull request symfony#17665 from fabpot/release-3.0.2
released v3.0.2
2 parents b2e2fa9 + c5e2ece commit 18c3d4f

File tree

2 files changed

+99
-2
lines changed

2 files changed

+99
-2
lines changed

CHANGELOG-3.0.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,103 @@ in 3.0 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.0.0...v3.0.1
99

10+
* 3.0.2 (2016-02-03)
11+
12+
* bug #17658 [FrameworkBundle] fix assets and templating tests (xabbuh)
13+
* bug #17596 [Translation] Add resources from fallback locale to parent catalogue (c960657)
14+
* bug #17605 [FrameworkBundle] remove default null value for asset version (xabbuh)
15+
* bug #17606 [DependencyInjection] pass triggerDeprecationError arg to parent class (xabbuh)
16+
* bug #16956 [DependencyInjection] XmlFileLoader: enforce tags to have a name (xabbuh)
17+
* bug #16265 [BrowserKit] Corrected HTTP_HOST logic (Naktibalda)
18+
* bug #17559 [SecurityBundle] Fix HTTP Digest auth not being passed user checker (SamFleming)
19+
* bug #17554 [DependencyInjection] resolve aliases in factories (xabbuh)
20+
* bug #17555 [DependencyInjection] resolve aliases in factory services (xabbuh)
21+
* bug #17511 [Form] ArrayChoiceList can now deal with a null in choices (issei-m)
22+
* bug #17430 [Serializer] Ensure that groups are strings (dunglas)
23+
* bug #16795 [FrameworkBundle][Validator] Fix apc cache service & config (ogizanagi)
24+
* bug #15272 [FrameworkBundle] Fix template location for PHP templates (jakzal)
25+
* bug #11232 [Routing] Fixes fatal errors with object resources in AnnotationDirectoryLoader::supports (Tischoi)
26+
* bug #17526 Escape the delimiter in Glob::toRegex (javiereguiluz)
27+
* bug #17527 fixed undefined variable (fabpot)
28+
* bug #15706 [framework-bundle] Added support for the `0.0.0.0/0` trusted proxy (zerkms)
29+
* bug #16274 [HttpKernel] Lookup the response even if the lock was released after two second wait (jakzal)
30+
* bug #16954 [TranslationUpdateCommand] fixed undefined resultMessage var. (aitboudad)
31+
* bug #17355 [DoctrineBridge][Validator] >= 2.3 Pass association instead of ID as argument (xavismeh)
32+
* bug #17330 Limit the max height/width of icons in the profiler menu (javiereguiluz)
33+
* bug #17454 Allow absolute URLs to be displayed in the debug toolbar (javiereguiluz)
34+
* bug #16736 [Request] Ignore invalid IP addresses sent by proxies (GromNaN)
35+
* bug #17459 [EventDispatcher] TraceableEventDispatcher resets event listener priorities (c960657)
36+
* bug #17486 [FrameworkBundle] Throw for missing container extensions (kix)
37+
* bug #16961 Overriding profiler position in CSS breaks JS positioning (aschempp)
38+
* bug #16873 Able to load big xml files with DomCrawler (zorn-v)
39+
* bug #16897 [Form] Fix constraints could be null if not set (DZunke)
40+
* bug #16912 [Translation][Writer] avoid calling setBackup if the dumper is not FileDumper (aitboudad)
41+
* bug #17505 sort bundles in config:dump-reference command (xabbuh)
42+
* bug #17506 [FrameworkBundle] enable assets when templates are enabled (xabbuh)
43+
* bug #17514 [Asset] Add defaultNull to version configuration (ewgRa)
44+
* bug #16511 [Asset] Ability to set empty version strategy in packages (ewgRa)
45+
* bug #17457 Display Ajax requests from newest to oldest in the toolbar (javiereguiluz)
46+
* bug #17503 [Asset] CLI: use request context to generate absolute URLs (xabbuh)
47+
* bug #17478 [HttpFoundation] Do not overwrite the Authorization header if it is already set (jakzal)
48+
* bug #17461 [Yaml] tag for dumped PHP objects must be a local one (xabbuh)
49+
* bug #16822 [FrameworkBundle][Validator] Fix apc cache service deprecation (ogizanagi)
50+
* bug #17463 [Form] make tests compatible with Symfony 2.8 and 3.0 (xabbuh)
51+
* bug #17456 [DX] Remove default match from AbstractConfigCommand::findExtension (kix)
52+
* bug #17455 Fixed form types in profiler (javiereguiluz)
53+
* bug #17424 [Process] Update in 2.7 for stream-based output storage (romainneutron)
54+
* bug #17417 Fixed the form profiler when using long form types (javiereguiluz)
55+
* bug #17423 [Process] Use stream based storage to avoid memory issues (romainneutron)
56+
* bug #17041 [FrameworkBundle] Added the assets helper again (dosten)
57+
* bug #17406 [Form] ChoiceType: Fix a notice when 'choices' normalizer is replaced (paradajozsef)
58+
* bug #17433 [FrameworkBundle] Don't log twice with the error handler (nicolas-grekas)
59+
* bug #17418 Fixed Bootstrap form theme form "reset" buttons (javiereguiluz)
60+
* bug #17416 [PropertyInfo] PhpDocExtractor: Fix a notice when the property doesn'… (dunglas)
61+
* bug #17404 fix merge 2.3 into 2.7 for SecureRandom dependency (Tobion)
62+
* bug #17373 [SecurityBundle] fix SecureRandom service constructor args (Tobion)
63+
* bug #17397 Remove remaining calls to non-existing method (paradajozsef)
64+
* bug #17382 [TwigBridge] Use label_format option for checkbox and radio labels (enumag)
65+
* bug #17380 [TwigBridge] Use label_format option for checkbox and radio labels (enumag)
66+
* bug #17377 Fix performance (PHP5) and memory (PHP7) issues when using token_get_all (nicolas-grekas, peteward)
67+
* bug #17389 [Routing] Fixed correct class name in thrown exception (fixes #17388) (robinvdvleuten)
68+
* bug #17358 [ClassLoader] Use symfony/polyfill-apcu (nicolas-grekas)
69+
* bug #17370 [HttpFoundation][Cookie] Cookie DateTimeInterface fix (wildewouter)
70+
* security #17359 do not ship with a custom rng implementation (xabbuh, fabpot)
71+
* bug #17253 [Console] HHVM read input stream bug (mbutkereit)
72+
* bug #17314 Fix max width for multibyte keys in choice question (mheki)
73+
* bug #17326 [Console] Display console application name even when no version set (polc)
74+
* bug #17328 [Serializer] Allow to use proxies in object_to_populate (dunglas)
75+
* bug #17202 [FrameworkBundle] Don't log twice with the error handler (nicolas-grekas)
76+
* bug #17347 Workaround https://bugs.php.net/63206 (nicolas-grekas)
77+
* bug #17340 [HttpFoundation] Fixed Request HTTP_USER_AGENT on 3.X versions (davelima)
78+
* bug #17199 [Serializer] Allow context to contain not serializable data (dunglas, nicolas-grekas)
79+
* bug #17334 [WebProfiler] Fixed sf-minitoolbar height (yceruto)
80+
* bug #17140 [Serializer] Remove normalizer cache in Serializer class (jvasseur)
81+
* bug #17320 [Debug] Fixed erroneous deprecation notice for extended Interfaces (peterrehm)
82+
* bug #17307 [FrameworkBundle] Fix paths with % in it (like urlencoded) (scaytrase)
83+
* bug #17078 [Bridge] [Doctrine] [Validator] Added support \IteratorAggregate for UniqueEntityValidator (Disparity)
84+
* bug #17298 [FrameworkBundle] Use proper class to fetch $versionStrategy property (dosten)
85+
* bug #17287 [HttpKernel] Forcing string comparison on query parameters sort in UriSigner (Tim van Densen)
86+
* bug #17279 [FrameworkBundle] Add case in Kernel directory guess for PHPUnit (tgalopin)
87+
* bug #17278 [FrameworkBundle] Add case in Kernel directory guess for PHPUnit (tgalopin)
88+
* bug #17063 bug #14246 [Filesystem] dumpFile() negates default file permissions (Hidde Boomsma)
89+
* bug #17283 [WebProfilerBundle] Remove loading status from AJAX toolbar after error (kucharovic)
90+
* bug #17275 [PhpUnitBridge] Re-enable the garbage collector (nicolas-grekas)
91+
* bug #17276 [Process] Fix potential race condition (nicolas-grekas)
92+
* bug #17261 [FrameworkBundle] Allow to autowire service_container (dunglas)
93+
* bug #17183 [FrameworkBundle] Set the kernel.name properly after a cache warmup (jakzal)
94+
* bug #17197 [Yaml] cast arrays to objects after parsing has finished (xabbuh)
95+
* bug #17247 Fix toolbar display when nvd3 is loaded on page (Seldaek)
96+
* bug #17159 [Yaml] recognize when a block scalar is left (xabbuh)
97+
* bug #17195 bug #14246 [Filesystem] dumpFile() non atomic (Hidde Boomsma)
98+
* feature #16747 [Form] Improved performance of ChoiceType and its subtypes (webmozart)
99+
* bug #17179 [WebProfiler] Removed an object as route generator argument (iltar)
100+
* bug #17177 [Process] Fix potential race condition leading to transient tests (nicolas-grekas)
101+
* bug #17163 [Form] fix Catchable Fatal Error if choices is not an array (Gladhon, nicolas-grekas)
102+
* bug #17152 [DoctrineBridge] [PropertyInfo] Catch Doctrine\ORM\Mapping\MappingException (dunglas)
103+
* bug #17119 [Form] improve deprecation message for "empty_value" and "choice_list" options. (hhamon)
104+
* bug #17156 [HttpFoundation] add missing symfony/polyfill-php55 dependency (xabbuh)
105+
* bug #17162 [Form] Fix regression on Collection type (hason)
106+
10107
* 3.0.1 (2015-12-26)
11108

12109
* bug #16864 [Yaml] fix indented line handling in folded blocks (xabbuh)

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-
const VERSION = '3.0.2-DEV';
62+
const VERSION = '3.0.2';
6363
const VERSION_ID = 30002;
6464
const MAJOR_VERSION = 3;
6565
const MINOR_VERSION = 0;
6666
const RELEASE_VERSION = 2;
67-
const EXTRA_VERSION = 'DEV';
67+
const EXTRA_VERSION = '';
6868

6969
const END_OF_MAINTENANCE = '07/2016';
7070
const END_OF_LIFE = '01/2017';

0 commit comments

Comments
 (0)
0