Development

Changeset 15526

You must first sign up to be able to contribute.

Changeset 15526

Show
Ignore:
Timestamp:
02/16/09 16:24:02 (4 years ago)
Author:
nicolas
Message:

[1.1] updated CHANGELOG and version for 1.1.7 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/CHANGELOG

    r13426 r15526  
     1Version 1.1.7 
     2------------- 
     3 
     4* fixed wrong method call in i18n directories structure handling 
     5* fixed form serialization when PDO is used as a session handler 
     6* fixed problems could occur in mathematical operations when culture is different from en_US.utf8 
     7* fixed lime_coverage incorrectly reports 0% test coverage on Windows platform 
     8* fixed issue with cache file corruption due to heavy load 
     9 
    110Version 1.1.6 
    211------------- 
  • branches/1.1/lib/autoload/sfCoreAutoload.class.php

    r14043 r15526  
    1212 * The current symfony version. 
    1313 */ 
    14 define('SYMFONY_VERSION', '1.1.7-DEV'); 
     14define('SYMFONY_VERSION', '1.1.8-DEV'); 
    1515 
    1616/**