Skip to content

Commit

Permalink
Final changes for 2.1RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdai committed Aug 20, 2010
1 parent cfdf81d commit 0bad628
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Application.cfc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<cfcomponent extends="framework"><cfscript>
this.name = 'cftracker-20100819';
this.name = 'cftracker-20100820';
this.applicationTimeout = CreateTimeSpan(1, 0, 0, 0);
this.sessionManagement = true;
this.sessionTimeout = CreateTimeSpan(0, 0, 30, 0);
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
-=[ CHANGES ]=-

================================================================================
2010-08-19 - Version 2.1 RC4
2010-08-20 - Version 2.1 RC4
--------------------------------------------------------------------------------
* Added jquery Uniform plugin [David Boyer]
* New login layout [David Boyer]
--------------------------------------------------------------------------------
* Updated design, added icons [David Boyer]
* Footer resign [David Boyer]
* Updated jquery UI theme
--------------------------------------------------------------------------------
* Fixed #14, Railo 3.1.2.002+ support for sessions [David Boyer]
* Fixed #13, Railo support not checked on session app page [David Boyer]
* Further Railo fixes. Added support for detecting Railo and checking the
password provided is the Railo server admin password [David Boyer]
================================================================================
2010-08-17 - Version 2.1 RC3
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
================================================================================
Information
--------------------------------------------------------------------------------
Version: 2.1 RC4 (2010-08-19)
Version: 2.1 RC4 (2010-08-20)
Website: http://www.cftracker.net
License: See LICENSE.txt
Creator: David "Mister Dai" Boyer
Expand Down
2 changes: 1 addition & 1 deletion cftracker.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cftracker.release = {
version = '2.1 RC4',
date = CreateDate(2010, 8, 19)
date = CreateDate(2010, 8, 20)
};
// Configuration file version. This is planned for auto upgrading settings.
Expand Down

0 comments on commit 0bad628

Please sign in to comment.