Changeset 1716

Show
Ignore:
Timestamp:
08/16/08 13:18:03 (5 months ago)
Author:
lmajano
Message:

All Finalized for 2.6.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/distribution/coldbox.xml

    r1617 r1716  
    22<Config> 
    33    <Application>ColdBox Framework</Application> 
    4     <Version>2.6.0</Version> 
    5     <Filename>../builds/coldbox_2.6.0.zip</Filename> 
    6     <UpdateDate>July 20 2008</UpdateDate> 
     4    <Version>2.6.1</Version> 
     5    <Filename>../builds/coldbox_2.6.1.zip</Filename> 
     6    <UpdateDate>August 16 2008</UpdateDate> 
    77    <Author>Luis Majano</Author> 
    88    <Description><![CDATA[******************************************************************************** 
     
    150150******************************************************************************** 
    151151 
     152== Version 2.6.1 (August 2008) CODENAME: FAITH == 
     153 
     154=== Bug Fixes === 
     155 
     156 * #492 MTLogger Tracer method when called asynchrounously and from a remote call behaves weirdly, blanking out some variables due to cfthread. 
     157 * #493 setView() with no layout is not blanking out a pre-set layout 
     158 * #494 proxy,sessionstart,sessionend concurreny issues when !ConfigAutoReload is set. 
     159 * #495 Throw an error that is informative when interceptor classes are not found instead of a bogus error. 
     160 * #499 onInvalidEvent crashes in SES mode 
     161 * #500 on Invalid Event error type is not configured correctly 
     162 * #501 resource bundle not handling relative paths, update to use same approach as other plugins 
     163 * #502 useSetterInjection not passed correctly across the inheritance tree in the beanFactory 
     164 * #503 Interceptor Service not registering correctly on demand registrations and doing double puts on some states 
     165 * #504 Interceptor state addition of an exists method, so overwriting does not occur 
     166 * #506 Missing onException core interception point 
     167 * #507 !ExceptionHandler not firing on proxy errors 
     168 * #508 Request Context Decorator overriding the memento and loosing the controller reference 
     169 * #511 Resource bundle paths bug when unit testing remotely 
     170 * #517 event.noRender() has wrong logic for the remove bit 
     171 
     172=== New Features === 
     173 * #491 beanfactory - autowire() add a stoprecursion string. 
     174 * #516 Project SideBar: A developer's toolbar 
     175 * #518 New cache manager new method: getCachedObjectMetadata(objectKey) 
     176 * #521 New core interception !AfterCacheElementExpired 
     177 * #523 Programmatically override eviction policy via new method: setEvictionPolicy() 
     178 * #509 New Interceptor Ouput Buffer, to produce output from your interceptors 
     179 * #519 New Eviction Policy: FIFO (First In First Out) 
     180  
    152181== Version 2.6.0 (July 2008) CODENAME: FAITH == 
    153182 
  • coldbox/trunk/distribution/dashboard.xml

    r1617 r1716  
    44    <Version>2.2.3</Version> 
    55    <Filename>../builds/dashboard_2.2.3.zip</Filename> 
    6     <UpdateDate>July 20 2008</UpdateDate> 
     6    <UpdateDate>August 16 2008</UpdateDate> 
    77    <Author>Luis Majano</Author> 
    88    <Description><![CDATA[******************************************************************************** 

Copyright 2006 ColdBox Framework by Luis Majano