Changeset 1711

Show
Ignore:
Timestamp:
08/15/08 19:58:10 (5 months ago)
Author:
lmajano
Message:

Updated readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/system/config/readme.txt

    r1616 r1711  
    142142CHANGELOG 
    143143******************************************************************************** 
     144 
     145== Version 2.6.1 (August 2008) CODENAME: FAITH == 
     146 
     147=== Bug Fixes === 
     148 
     149 * #492 MTLogger Tracer method when called asynchrounously and from a remote call behaves weirdly, blanking out some variables due to cfthread. 
     150 * #493 setView() with no layout is not blanking out a pre-set layout 
     151 * #494 proxy,sessionstart,sessionend concurreny issues when !ConfigAutoReload is set. 
     152 * #495 Throw an error that is informative when interceptor classes are not found instead of a bogus error. 
     153 * #499 onInvalidEvent crashes in SES mode 
     154 * #500 on Invalid Event error type is not configured correctly 
     155 * #501 resource bundle not handling relative paths, update to use same approach as other plugins 
     156 * #502 useSetterInjection not passed correctly across the inheritance tree in the beanFactory 
     157 * #503 Interceptor Service not registering correctly on demand registrations and doing double puts on some states 
     158 * #504 Interceptor state addition of an exists method, so overwriting does not occur 
     159 * #506 Missing onException core interception point 
     160 * #507 !ExceptionHandler not firing on proxy errors 
     161 * #508 Request Context Decorator overriding the memento and loosing the controller reference 
     162 * #511 Resource bundle paths bug when unit testing remotely 
     163 * #517 event.noRender() has wrong logic for the remove bit 
     164 
     165=== New Features === 
     166 * #491 beanfactory - autowire() add a stoprecursion string. 
     167 * #516 Project SideBar: A developer's toolbar 
     168 * #518 New cache manager new method: getCachedObjectMetadata(objectKey) 
     169 * #521 New core interception !AfterCacheElementExpired 
     170 * #523 Programmatically override eviction policy via new method: setEvictionPolicy() 
    144171 
    145172== Version 2.6.0 (July 2008) CODENAME: FAITH == 

Copyright 2006 ColdBox Framework by Luis Majano