Changeset 2975
- Timestamp:
- 10/02/08 18:15:16 (7 weeks ago)
- Location:
- branches/0.11
- Files:
-
- 3 modified
-
CHANGELOG (modified) (1 diff)
-
RELEASE_NOTES (modified) (1 diff)
-
src/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2973 r2975 2 2 =============== 3 3 4 0.11.4 RC1 ( September ??, 2008)5 ---------------------------- ---4 0.11.4 RC1 (October 2, 2008) 5 ---------------------------- 6 6 7 7 ADD: Allow specifying of doctrine template implementations (#864) (David, TANAKA Koichi) -
branches/0.11/RELEASE_NOTES
r2910 r2975 2 2 =================== 3 3 4 Version 0.11.4 - September ??, 2008 5 =================================== 4 Version 0.11.4 - October 2, 2008 5 ================================ 6 7 This is a maintenance release that fixes a couple of minor issues, such as problems in the sample app introduced in 0.11.3 and a missing class in autoload.xml. 8 9 Also, it is now possible to specify template implementation mappings in AgaviDoctrineDatabase. 10 11 As always, the CHANGELOG has all the details. 6 12 7 13 -
branches/0.11/src/version.php
r2910 r2975 33 33 AgaviConfig::set('agavi.minor_version', '11'); 34 34 AgaviConfig::set('agavi.micro_version', '4'); 35 AgaviConfig::set('agavi.status', ' dev');35 AgaviConfig::set('agavi.status', 'RC1'); 36 36 AgaviConfig::set('agavi.branch', '0.11'); 37 37

