From 89360e0785fb58b6ae74eb6ee383ded3b590a144 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 11 May 2015 03:58:28 +0200 Subject: [PATCH] updated CHANGELOG for 2.6.7 --- CHANGELOG-2.6.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG-2.6.md b/CHANGELOG-2.6.md index 8bd1c85aff..83878a245c 100644 --- a/CHANGELOG-2.6.md +++ b/CHANGELOG-2.6.md @@ -7,6 +7,49 @@ in 2.6 minor versions. To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.6.0...v2.6.1 +* 2.6.7 (2015-05-11) + + * bug #14266 [HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason) + * bug #14478 [DebugBundle] Fix dump() output in API / No-Toolbar context (nicolas-grekas) + * bug #14501 [ProxyBridge] Fix proxy classnames generation (xphere) + * bug #14527 Fix getOrigin (WouterJ) + * bug #14498 [FrameworkBundle] Added missing log in server:run command (lyrixx) + * bug #14503 [Finder] Only use GLOB_BRACE when available (dosten) + * bug #14484 [SecurityBundle][WebProfiler] check authenticated user by tokenClass instead of username. (aitboudad) + * bug #14497 [HttpFoundation] Allow curly braces in trusted host patterns (sgrodzicki) + * bug #14480 [TwigBundle] Fix deprecated use of FlattenException (alOneh) + * bug #14469 [Debug] BaseException compatibility for PHP7 (nicolas-grekas) + * bug #14466 [WebProfiler] fix html syntax for input types (Tobion) + * bug #14436 Show a better error when the port is in use (dosten) + * bug #14463 [Validator] Fixed Choice when an empty array is used in the "choices" option (webmozart) + * bug #14446 [DependencyInjection] resolve circular reference (xabbuh) + * bug #14448 [Validator] Fixed Choice when an empty array is used in the "choices" option (webmozart) + * bug #14451 [Debug] Fix ClassNotFoundFatalErrorHandler candidates lookups (nicolas-grekas) + * bug #14355 [EventDispatcher] make listeners removable from an executed listener (xabbuh) + * bug #14402 [FrameworkBundle][Translation] Check for 'xlf' instead of 'xliff' (xelaris) + * bug #14272 [FrameworkBundle] Workaround php -S ignoring auto_prepend_file (nicolas-grekas) + * bug #14362 [Debug] Scream as LogLevel::DEBUG (but for fatal errors / uncaught exceptions) (nicolas-grekas) + * bug #14345 [FrameworkBundle] Fix Routing\DelegatingLoader resiliency to fatal errors (nicolas-grekas) + * bug #14381 [FrameworkBundle] Initialize translator with the default locale. (aitboudad) + * bug #14325 [Routing][DependencyInjection] Support .yaml extension in YAML loaders (thunderer) + * bug #14344 [Translation][fixed test] refresh cache when resources are no longer fresh. (aitboudad) + * bug #14346 [WebProfilerBundle] Fix resiliency to exceptions thrown by the url generator (nicolas-grekas) + * bug #14338 [FrameworkBundle] improve usage of Table helper (xabbuh) + * bug #14129 [FrameworkBundle] Fixed server:start --router relative path issue #14124 (abulford) + * bug #14271 [VarDumper] Fix call site detection (nicolas-grekas) + * bug #14277 [Translator] Cache does not take fallback locales into consideration (mpdude) + * bug #14268 [Translator] Cache does not take fallback locales into consideration (sf2.3) (mpdude) + * bug #14256 [Form] Fixed DateType/TimeType (webmozart) + * bug #14226 [Profiler][Logger] fixed cycle odd/even. (aitboudad) + * bug #14204 [VarDumper] Towards PHP7 support (nicolas-grekas) + * bug #14205 Fix currently broken tests (mpdude) + * bug #14192 [HttpKernel] Embed the original exception as previous to bounced exceptions (nicolas-grekas) + * bug #14102 [Enhancement] netbeans - force interactive shell when limited detection (cordoval) + * bug #14191 [StringUtil] Fixed singularification of 'movies' (GerbenWijnja) + * bug #14182 [FrameworkBundle] fixes displaying of deprecation notices. (hhamon) + * feature #14186 [Debug] Renamed "context" key to "scope_vars" to avoid any ambiguity (lyrixx) + * bug #14170 Fix the AJAX profiling (stof) + * 2.6.6 (2015-04-01) * security #14167 CVE-2015-2308 (nicolas-grekas)