Changeset 2907

Show
Ignore:
Timestamp:
09/19/08 17:28:35 (4 months ago)
Author:
david
Message:

0.11.3 release infos

Location:
branches/0.11
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/CHANGELOG

    r2905 r2907  
    22=============== 
    33 
    4 0.11.3 RC3 (September ??, 2008) 
    5 ------------------------------- 
     40.11.3 (September 19, 2008) 
     5--------------------------- 
    66 
    77CHG: Update zoneinfo database to 2008f (#860) (David) 
  • branches/0.11/RELEASE_NOTES

    r2815 r2907  
    22=================== 
    33 
    4 Version 0.11.3 - September ??, 2008 
     4Version 0.11.3 - September 19, 2008 
    55=================================== 
    66 
     
    1414- FPF has the option to ignore errors during document parsing and skip population (good for production environments) 
    1515- Assigning of "inner" content to $slots template array can be disabled 
     16 
     17The 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. 
    1618 
    1719A full list of changes can be found in the CHANGELOG file. 
  • branches/0.11/etc/phing/AgaviPackageTask.php

    r2815 r2907  
    109109    $p2->addMaintainer('developer', 'v-dogg', 'Veikko Mäkinen', 'mail@veikkomakinen.com'); 
    110110    $p2->setChannel('pear.agavi.org'); 
    111     $p2->setReleaseVersion('0.11.3RC2'); 
    112     $p2->setAPIVersion('0.11.3RC2'); 
    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'); 
    115115    $p2->setSummary($shortDesc); 
    116116    $p2->setDescription($longDesc); 
  • branches/0.11/src/version.php

    r2815 r2907  
    3333AgaviConfig::set('agavi.minor_version', '11'); 
    3434AgaviConfig::set('agavi.micro_version', '3'); 
    35 AgaviConfig::set('agavi.status', 'RC2'); 
     35// AgaviConfig::set('agavi.status', ''); 
    3636AgaviConfig::set('agavi.branch', '0.11'); 
    3737