Changeset 1926
- Timestamp:
- 12/11/08 05:40:50 (4 years ago)
- Location:
- coldbox/trunk/system/config
- Files:
-
- 2 modified
-
readme.txt (modified) (4 diffs)
-
settings.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/system/config/readme.txt
r1893 r1926 7 7 Because of His grace, this project exits. If you don't like this, then don't read it, its not for you. 8 8 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: 10 By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. 11 And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; 12 And patience, experience; and experience, hope: 13 And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the 14 Holy Ghost which is given unto us. ." Romans 5:5 14 15 15 16 ******************************************************************************** … … 93 94 - http://forums.coldboxframework.com 94 95 Blog 95 - http:// www.coldboxframework.com/index.cfm/about/news96 - http://blog.coldboxframework.com 96 97 Official Site 97 98 - http://www.coldboxframework.com … … 143 144 ******************************************************************************** 144 145 145 == Version 2.6.2 ( 2008) CODENAME: FAITH ==146 == Version 2.6.2 (December 2008) CODENAME: FAITH == 146 147 147 148 === Bug Fixes === … … 224 225 * #641 New component metadata attributes for autowiring control: autowire_stoprecursion (classname), autowire_setterinjection (boolean) 225 226 * #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() 226 233 227 234 == Version 2.6.1 (August 2008) CODENAME: FAITH == -
coldbox/trunk/system/config/settings.xml
r1895 r1926 7 7 <Setting name="AuthorWebsite" value="http://www.coldboxframework.com"/> 8 8 <Setting name="Suffix" value="FAITH"/> 9 <Setting name="Version" value="2.6.2 RC"/>9 <Setting name="Version" value="2.6.2"/> 10 10 <Setting name="Description" value="This is the ColdBox ColdFusion Framework for web applications."/> 11 11 <Setting name="ModifyLogLocation" value="readme.txt"/>
