Changeset 2975

Show
Ignore:
Timestamp:
10/02/08 18:15:16 (7 weeks ago)
Author:
david
Message:

0.11.4RC1 version info

Location:
branches/0.11
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/CHANGELOG

    r2973 r2975  
    22=============== 
    33 
    4 0.11.4 RC1 (September ??, 2008) 
    5 ------------------------------- 
     40.11.4 RC1 (October 2, 2008) 
     5---------------------------- 
    66 
    77ADD: Allow specifying of doctrine template implementations (#864) (David, TANAKA Koichi) 
  • branches/0.11/RELEASE_NOTES

    r2910 r2975  
    22=================== 
    33 
    4 Version 0.11.4 - September ??, 2008 
    5 =================================== 
     4Version 0.11.4 - October 2, 2008 
     5================================ 
     6 
     7This 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 
     9Also, it is now possible to specify template implementation mappings in AgaviDoctrineDatabase. 
     10 
     11As always, the CHANGELOG has all the details. 
    612 
    713 
  • branches/0.11/src/version.php

    r2910 r2975  
    3333AgaviConfig::set('agavi.minor_version', '11'); 
    3434AgaviConfig::set('agavi.micro_version', '4'); 
    35 AgaviConfig::set('agavi.status', 'dev'); 
     35AgaviConfig::set('agavi.status', 'RC1'); 
    3636AgaviConfig::set('agavi.branch', '0.11'); 
    3737