This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/CHANGELOG-2.2.md
2013-03-01 07:52:04 +01:00

44 lines
2.3 KiB
Markdown

CHANGELOG for 2.2.x
===================
This changelog references the relevant changes (bug and security fixes) done
in 2.2 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.2.0...v2.2.1
* 2.2.0 (2013-03-01)
* 5b19c89: [Console] fixed unparsed StringInput tokens
* e92b76c: Mask PHP_AUTH_PW header in profiler
* bae83c7: [TwigBridge] fixed trans twig extractor
* f40adbc: [Finder] adds adapter selection/unselection capabilities
* 8f8ba38: [DomCrawler] fix handling of schemes by Link::getUri()
* 83382bc: [TwigBridge] fixed the translator extractor that were not trimming the text in trans tags (closes #7056)
* b1ea8e5: Fixed handling absent href attribute in base tag
* 83a61cf: fixed paths/notPaths regex for shell adapters
* 32c5bf7: fix issue 4911
* 13b8ce0: Adds expandable globs support to shell adapters
* 850bd5a: [HttpFoundation] Fixed messed up headers
* 4ecc246: Fixes AppCache + ESI + Stopwatch problem
* 0690709: added a DebuClassLoader::findFile() method to make the wrapping less invasive
* da22926: [Validator] gracefully handle transChoice errors
* 635b1fc: StringInput resets the given options
* 2.2.0-RC3 (2013-02-24)
* b2080c4: [HttpFoundation] Remove Cache-Control when using https download via IE<9 (fixes #6750)
* b7bd630: [Form] Fixed TimeType not to render a "size" attribute in select tags
* 368f62f: Expanded fault-tolerance for unusual cookie dates
* 171cff0: [FrameworkBundle] Fix a BC for Hinclude global template
* 3e40c17: [HttpKernel] fixed locale management when exiting sub-requests
* 3933912: fixed HInclude renderer (closes #7113)
* 189fba6: Removed some leaking deprecation warning in the Form component
* d0e4b76: [HttpFoundation] fixed, overwritten CONTENT_TYPE
* 609636e: [Config] tweaked dumper to indent multi-line info
* 0eff68f: Fix REMOTE_ADDR for cached subrequests
* 54d7d25: [HttpKernel] hinclude fragment renderer must escape URIs properly to return valid html
* f842ae6: [FrameworkBundle] CSRF should be on by default
* cb319ac: [HttpKernel] added error display suppression when using the ErrorHandler (if not, errors are displayed twice, refs #6254)
* de0f7b7: [HttpFoundation] Added getter for httpMethodParameterOverride state