Skip to content

Commit a3d9ed1

Browse files
committed
updated CHANGELOG for 2.0.12
1 parent 66267bf commit a3d9ed1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: CHANGELOG-2.0.md

+26
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ in 2.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/v2.0.0...v2.0.1
99

10+
* 2.0.12 (2012-03-19)
11+
12+
* 54b2413: Webprofiler ipv6 search fix
13+
* 8642473: Changed instances of \DateTimeZone::UTC to 'UTC' as the constant is not valid a produces this error when DateTimeZone is instantiated: DateTimeZone::__construct() [<a href='datetimezone.--construct'>datetimezone.--construct</a>]: Unknown or bad timezone (1024)
14+
* fbed9ff: Update src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
15+
* 1b395f5: Revert "Throw exception when "date_widget" option is not equal to "time_widget""
16+
* ed218bb: Fixed an "Array to string conversion" warning when using PHP 5.4. Also affects Symfony2 master.
17+
* 50cb486: Fixed proxy generation in the DoctrineBundle when using Doctrine >= 2.2.0
18+
* 93cc9ef: [Validator] Remove a race condition in the ClassMetaDataFactory (fix #3217)
19+
* 878c239: Fixed autoloader leakage in tests
20+
* 17c3482: fixed timezone bug in DateTimeToTimestampTransformer
21+
* 705e460: provided unmerged definition for correct help generation
22+
* 45bbb5b: added getNativeDefinition() to allow specifying an alternate InputDefinition for help generation
23+
* aa53b88: Sets _format attribute only if it wasn't set previously by the user
24+
* a827375: [CssSelector] fixed CssSelector::toXPath() when the CSS selector is an empty string
25+
* ad07a95: [BrowserKit] Fixed Client->back/forward/reload() not keeping all request attributes
26+
* eee5065: [TwigBundle] Workaround a flaw in the design of the configuration (normalization)
27+
* 7aad478: [Locale] Prevent empty bundle
28+
* a894431: [DependencyInjection] Allow parsing of parameters near escaped percent signs
29+
* f758884: [FrameworkBundle] ContainerAwareEventDispatcher::removeListener() (closes #3115)
30+
* 8fe6ee3: [Console] fixed help command when used from the shell (closes #3480)
31+
* caa44ae: Only work with the cli sapi
32+
* e2fc3cd: [Process] PHP_BINARY return the current process
33+
* dc2d5a0: [HttpFoundation][Session] Fix bug in PDO Session Storage with SQLSRV making assumptions about parameters with length being OUTPUT not INPUT parameters.
34+
* e8281cf: SqliteProfilerStorage fix
35+
1036
* 2.0.11 (2012-02-24)
1137

1238
* 3e64d36: [Serializer] Fix XML decoding attack vector through external entities

0 commit comments

Comments
 (0)