Changeset 2907
- Timestamp:
- 09/19/08 17:28:35 (4 months ago)
- Location:
- branches/0.11
- Files:
-
- 4 modified
-
CHANGELOG (modified) (1 diff)
-
RELEASE_NOTES (modified) (2 diffs)
-
etc/phing/AgaviPackageTask.php (modified) (1 diff)
-
src/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2905 r2907 2 2 =============== 3 3 4 0.11.3 RC3 (September ??, 2008)5 --------------------------- ----4 0.11.3 (September 19, 2008) 5 --------------------------- 6 6 7 7 CHG: Update zoneinfo database to 2008f (#860) (David) -
branches/0.11/RELEASE_NOTES
r2815 r2907 2 2 =================== 3 3 4 Version 0.11.3 - September ??, 20084 Version 0.11.3 - September 19, 2008 5 5 =================================== 6 6 … … 14 14 - FPF has the option to ignore errors during document parsing and skip population (good for production environments) 15 15 - Assigning of "inner" content to $slots template array can be disabled 16 17 The sample app's SearchEngineSpamAction and the associated elements (PriceFinderModel etc) have been updated to work as the routing pattern always suggested - identify the product by ID, and allow an optional part including the name of the product. This also shows off some more Agavi features now. 16 18 17 19 A full list of changes can be found in the CHANGELOG file. -
branches/0.11/etc/phing/AgaviPackageTask.php
r2815 r2907 109 109 $p2->addMaintainer('developer', 'v-dogg', 'Veikko Mäkinen', 'mail@veikkomakinen.com'); 110 110 $p2->setChannel('pear.agavi.org'); 111 $p2->setReleaseVersion('0.11.3 RC2');112 $p2->setAPIVersion('0.11.3 RC2');113 $p2->setReleaseStability(' beta');114 $p2->setAPIStability(' beta');111 $p2->setReleaseVersion('0.11.3'); 112 $p2->setAPIVersion('0.11.3'); 113 $p2->setReleaseStability('stable'); 114 $p2->setAPIStability('stable'); 115 115 $p2->setSummary($shortDesc); 116 116 $p2->setDescription($longDesc); -
branches/0.11/src/version.php
r2815 r2907 33 33 AgaviConfig::set('agavi.minor_version', '11'); 34 34 AgaviConfig::set('agavi.micro_version', '3'); 35 AgaviConfig::set('agavi.status', 'RC2');35 // AgaviConfig::set('agavi.status', ''); 36 36 AgaviConfig::set('agavi.branch', '0.11'); 37 37

