Changeset 15526
- Timestamp:
- 02/16/09 16:24:02 (4 years ago)
- Files:
-
- branches/1.1/CHANGELOG (modified) (1 diff)
- branches/1.1/lib/autoload/sfCoreAutoload.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/CHANGELOG
r13426 r15526 1 Version 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 1 10 Version 1.1.6 2 11 ------------- branches/1.1/lib/autoload/sfCoreAutoload.class.php
r14043 r15526 12 12 * The current symfony version. 13 13 */ 14 define('SYMFONY_VERSION', '1.1. 7-DEV');14 define('SYMFONY_VERSION', '1.1.8-DEV'); 15 15 16 16 /**