updated CHANGELOG for 2.1.7

This commit is contained in:
Fabien Potencier 2013-01-17 17:21:31 +01:00
parent a25fad847b
commit 28add1210e
1 changed files with 47 additions and 0 deletions

View File

@ -7,6 +7,53 @@ in 2.1 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.1.0...v2.1.1
* 2.1.7 (2013-01-17)
* e17e232: [Yaml] fixed default value
* 3c87e2e: Added Yaml\Dumper::setIndentation() method to allow a custom indentation level of nested nodes.
* ba6e315: added a way to enable/disable object support when parsing/dumping
* ac756bf: added a way to enable/disable PHP support when parsing a YAML input via Yaml::parse()
* 785d365: fixes a bug when output/error output contains a % character
* dc2cc6b: [Console] fixed input bug when the value of an option is empty (closes #6649, closes #6689)
* 9257b03: [Profiler] [Redis] Fix sort of profiler rows.
* c7bfce9: Fix version_compare() calls for PHP 5.5.
* 880da01: [Process] In edge cases `getcwd()` can return `false`, then `proc_open()` should get `null` to use default value (the working dir of the current PHP process)
* 34def9f: Handle the deprecation of IntlDateFormatter::setTimeZoneId() in PHP 5.5.
* b33d5bc: removed the .gitattributes files (closes #6605, reverts #5674)
* eb93e66: [Console] Fix style escaping parsing
* 8ca1b80: [Console] Make style formatter matching less greedy to avoid having to escape when not needed
* 55aa012: [Form] Fixed EntityChoiceList when loading objects with negative integer IDs
* 1d362b8: [DependencyInjection] fixed a bug where the strict flag on references were lost (closes #6607)
* 3195122: [HttpFoundation] Check if required shell functions for `FileBinaryMimeTypeGuesser` are not disabled
* dbafc2c: [CssSelector] added css selector with empty string
* 1e2fb64: [DependencyInjection] refactored code to avoid logic duplication
* d786e09: [Console] made Application::getTerminalDimensions() public
* 8f21f89: [2.1] [Console] Added getTerminalDimensions() with fix for osx/freebsd
* 33e9d00: [Form] Deleted references in FormBuilder::getFormConfig() to improve performance
* ba2d035: Restrict Monolog version to be in version <1.3
* 4abd5bf: Restrict Monolog version to be in version `<1.3`. Because of conflict between `HttpKernel/Log/LoggerInterface` and `Psr\Log\LoggerInterface` (PSR-3)
* e0923ae: [DependencyInjection] fixed PhpDumper optimizations when an inlined service depends on the current one indirectly
* cd15390: [DependencyInjection] fixed PhpDumper when an inlined service definition has some properties
* fa6fb6f: [Process] Do not reset stdout/stderr pipes on Interrupted system call
* 73d9cef: [Locale] Adjust `StubIntlDateFormatter` to have new methods added in PHP 5.5
* d601b13: use the right RequestMatcherInterface
* 913b564: [Locale] Fix failing `StubIntlDateFormatter` in PHP 5.5
* 8ae773b: [Form] Fix failing `MonthChoiceList` in PHP 5.5
* c526ad9: [Form] Fixed inheritance of "error_bubbling" in RepeatedType
* 6c5e615: [Form] Fixed DateType when used with the intl extension disabled.
* 10b01c9: [HttpFoundation] fix return types and handling of zero in Response
* 75952af: [HttpFoundation] better fix for non-parseable Expires header date
* 87b6cc2: Fix Expires when the header is -1
* c282a2b: [DoctrineBridge] Allowing memcache port to be 0 to support memcache unix domain sockets.
* 2fc41a1: [Console] fixed unitialized properties (closes #5935)
* a5aeb21: [Process] Prevented test from failing when pcntl extension is not enabled.
* 1d395ad: Revert "[DoctrineBridge] Improved performance of the EntityType when used with the "query_builder" option"
* ef6f241: [Locale] Fixed the StubLocaleTest for ICU versions lower than 4.8.
* bfccd28: HttpUtils must handle RequestMatcher too
* 05fca6d: use preferred_choices in favor of preferred_query
* 6855cff: add preferred_query option to ModelType
* 8beee64: [Form] Fix for `DateTimeToStringTransformer`
* 2.1.6 (2012-12-21)
* b8e5689: [FrameworkBundle] fixed ESI calls