CHANGELOG for 2.3.x =================== This changelog references the relevant changes (bug and security fixes) done in 2.3 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.3.0...v2.3.1 * 2.3.6 (2013-10-10) * [Security] limited the password length passed to encoders * bug #9259 [Process] Fix latest merge from 2.2 in 2.3 (romainneutron) * bug #9237 [FrameworkBundle] assets:install command should mirror .dotfiles (.htaccess) (FineWolf) * bug #9223 [Translator] PoFileDumper - PO headers (Padam87) * bug #9257 [Process] Fix 9182 : random failure on pipes tests (romainneutron) * bug #9222 [Bridge] [Propel1] Fixed guessed relations (ClementGautier) * bug #9214 [FramworkBundle] Check event listener services are not abstract (lyrixx) * bug #9207 [HttpKernel] Check for lock existence before unlinking (ollietb) * bug #9184 Fixed cache warmup of paths which contain back-slashes (fabpot) * bug #9192 [Form] remove MinCount and MaxCount constraints in ValidatorTypeGuesser (franek) * bug #9190 Fix: duplicate usage of Symfony\Component\HttpFoundation\Response (realsim) * bug #9188 [Form] add support for Length and Range constraint in ValidatorTypeGuesser (franek) * bug #8809 [Form] enforce correct timezone (Burgov) * bug #9169 Fixed client insulation when using the terminable event (fabpot) * bug #9154 Fix problem with Windows file links (backslash in JavaScript string) (fabpot) * bug #9153 [DependencyInjection] Prevented inlining of lazy loaded private service definitions (jakzal) * bug #9103 [HttpFoundation] Header `HTTP_X_FORWARDED_PROTO` can contain various values (stloyd) * 2.3.5 (2013-09-27) * 8980954: bugix: CookieJar returns cookies with domain "domain.com" for domain "foodomain.com" * bb59ac2: fixed HTML5 form attribute handling XPath query * 3108c71: [Locale] added support for the position argument to NumberFormatter::parse() * 0774c79: [Locale] added some more stubs for the number formatter * e5282e8: [DomCrawler]Crawler guess charset from html * 0e80d88: fixes RequestDataCollector bug, visible when used on Drupal8 * c8d0342: [Console] fixed exception rendering when nested styles * a47d663: [Console] fixed the formatter for single-char tags * c6c35b3: [Console] Escape exception message during the rendering of an exception * 04e730e: [DomCrawler] fixed HTML5 form attribute handling * 0e437c5: [BrowserKit] Fixed the handling of parameters when redirecting * d84df4c: [Process] Properly close pipes after a Process::stop call * b3ae29d: fixed bytes conversion when used on 32-bits systems * a273e79: [Form] Fixed: "required" attribute is not added to