Changeset 2472 for trunk/RELEASE_NOTES

Show
Ignore:
Timestamp:
05/09/08 16:52:53 (8 months ago)
Author:
david
Message:

merge [2462:2471/branches/0.11]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES

    r2394 r2472  
    2727 
    2828 
    29 Version 0.11.1 - March ??, 2008 
    30 =============================== 
     29Version 0.11.1 - May 9, 2008 
     30============================ 
    3131 
    3232This is a bugfix release. The most important changes are: 
     
    3939 
    4040- Several fixes were done to the database session storage. Of note, no implementation forces a garbage collection run anymore before opening a session. An issue with date formats in queries has been fixed, too, for all implementations, and storages will not create a blank session entry anymore if the requested session ID was not found during a read operation. 
     41 
     42- The Execution Container creation methods in AgaviView now use null as the default values for the optional arguments array/object, and createForwardContainer() will now forward arguments from the current Container if no arguments are given in the call. 
     43 
     44- AgaviExecutionFilter::writeCache() now is passed the lifetime as the third argument. 
    4145 
    4246For a complete list of changes in this release, please refer to the CHANGELOG file.