Author: fabien Date: 2010-04-06 20:56:03 +0200 (Tue, 06 Apr 2010) New Revision: 29006
Modified: components/yaml/tags/RELEASE_1_0_3/package.xml Log: [YAML] updated package.xml Modified: components/yaml/tags/RELEASE_1_0_3/package.xml =================================================================== --- components/yaml/tags/RELEASE_1_0_3/package.xml 2010-04-06 18:50:39 UTC (rev 29005) +++ components/yaml/tags/RELEASE_1_0_3/package.xml 2010-04-06 18:56:03 UTC (rev 29006) @@ -10,9 +10,9 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2009-12-01</date> + <date>2010-04-06</date> <version> - <release>1.0.2</release> + <release>1.0.3</release> <api>1.0.0</api> </version> <stability> @@ -52,6 +52,29 @@ <changelog> <release> <version> + <release>1.0.3</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.symfony-project.com/license">MIT license</license> + <date>2010-04-06</date> + <license>MIT</license> + <notes> + * fabien: fixed YAML parser when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII + * fabien: fixed offset when the document use --- or the %YAML element + * fabien: added ? in the list of characters that trigger quoting (for compatibility with libyaml) + * fabien: added backtick to the list of characters that trigger quotes as it is reserved for future use + * FabianLange: fixed missing newline in sfYamlParser when parsing certain symfony core files + * FabianLange: removed the unused value property from Parser + * fabien: changed Exception to InvalidArgumentException + * fabien: fixed YAML dump when a string contains a \r without a \n + </notes> + </release> + <release> + <version> <release>1.0.2</release> <api>1.0.0</api> </version> -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
