Changeset 1926

Show
Ignore:
Timestamp:
12/11/08 05:40:50 (4 years ago)
Author:
lmajano
Message:

Finalized Tickets

Location:
coldbox/trunk/system/config
Files:
2 modified

Legend:

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

    r1893 r1926  
    77Because of His grace, this project exits. If you don't like this, then don't read it, its not for you. 
    88 
    9 "Love must be sincere. Hate what is evil; cling to what is good. Be devoted to  
    10 one another in brotherly love. Honor one another above yourselves. Never be  
    11 lacking in zeal, but keep your spiritual fervor, serving the Lord. Be joyful in  
    12 hope, patient in affliction, faithful in prayer. Share with God's people who  
    13 are in need. Practice hospitality." Romans 12:9 
     9"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: 
     10By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. 
     11And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; 
     12And patience, experience; and experience, hope: 
     13And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the  
     14Holy Ghost which is given unto us. ." Romans 5:5 
    1415 
    1516******************************************************************************** 
     
    9394- http://forums.coldboxframework.com 
    9495Blog 
    95 - http://www.coldboxframework.com/index.cfm/about/news 
     96- http://blog.coldboxframework.com 
    9697Official Site 
    9798- http://www.coldboxframework.com 
     
    143144******************************************************************************** 
    144145 
    145 == Version 2.6.2 ( 2008) CODENAME: FAITH == 
     146== Version 2.6.2 (December 2008) CODENAME: FAITH == 
    146147 
    147148=== Bug Fixes === 
     
    224225 * #641 New component metadata attributes for autowiring control: autowire_stoprecursion (classname), autowire_setterinjection (boolean) 
    225226 * #642 New Model Integration using new model conventions and methods: getModel() and populateModel() and more. 
     227 * #646 Buildlink method now supports ssl 
     228 * #647 SetNextRoute has a new argument for ssl support: ssl 
     229 * #648 SetNextEvent has a new argument for ssl support: ssl 
     230 * #649 SetNextEvent has a new argument baseURL used to create full url relocations when in NON ses mode. 
     231 * #651 Testing classes now can use GetModel() 
     232 * #652 ColdBox Proxy can now use getModel() 
    226233  
    227234== Version 2.6.1 (August 2008) CODENAME: FAITH == 
  • coldbox/trunk/system/config/settings.xml

    r1895 r1926  
    77        <Setting name="AuthorWebsite" value="http://www.coldboxframework.com"/> 
    88        <Setting name="Suffix" value="FAITH"/> 
    9         <Setting name="Version" value="2.6.2 RC"/> 
     9        <Setting name="Version" value="2.6.2"/> 
    1010        <Setting name="Description" value="This is the ColdBox ColdFusion Framework for web applications."/> 
    1111        <Setting name="ModifyLogLocation" value="readme.txt"/>