Author: gregoire Date: 2010-01-27 13:13:39 +0100 (Wed, 27 Jan 2010) New Revision: 27236
Modified: branches/1.0/CHANGELOG branches/1.0/lib/VERSION Log: updated changelog for version 1.0.21 Modified: branches/1.0/CHANGELOG =================================================================== --- branches/1.0/CHANGELOG 2010-01-27 12:05:03 UTC (rev 27235) +++ branches/1.0/CHANGELOG 2010-01-27 12:13:39 UTC (rev 27236) @@ -1,8 +1,17 @@ -Version 1.0.22PRE +Version 1.0.22 ------------- This is a bug fix release. +* r26992: replaced prototype 1.5.0 with 1.5.1.2 (security fix) +* r24622: allowed I18N functions with __toString methods +* r24619: fixed incorrect array access of lastModified header +* r23984: not setting status header for servers in cgi-sapi +* r23886: fixed notice on undefined uri in sfCacheFilter (fixes #6514) +* r23725: stimulating autoloading in sfFunctionCache +* r23543: fixed deprecated use of split for PHP 5.3 (closes #7509) +* r22498: removed different formatting for currency symbol + Version 1.0.21 ------------- Modified: branches/1.0/lib/VERSION =================================================================== --- branches/1.0/lib/VERSION 2010-01-27 12:05:03 UTC (rev 27235) +++ branches/1.0/lib/VERSION 2010-01-27 12:13:39 UTC (rev 27236) @@ -1 +1 @@ -1.0.22-PRE +1.0.22-LAST -- 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.
