    ///////////////////////////////////////////////////////////
    // razorCMS                                              //
    // release_notes.txt                                     //
    // GPLv3                                                 //
    // smiffy6969                                            //
    // www.razorcms.co.uk                                    //
    // www.burningfist.co.uk                                 //
    // 03/2008                                               //
    // ----------------------------------------------------- //
    // V0.1  -  03/2008  -  Version 0.1 first release        //
    //                                                       //
    //                      Some parts loosely based on      //
    //                      nanoCMS V0.3 - with thanks to    //
    //                      Kalyan Chakravarthy              //
    // ----------------------------------------------------- //
    // V0.2  -  06/2008  -  New features + bug fix resulting //
    //                      in up issue to V0.2BETA          //
    //                                                       //
    //                      Bug fixes for issue to V0.2RC    //
    // ----------------------------------------------------- //
    // V0.2  -  08/2008  -  RC2 Bug fix release              //
    // ----------------------------------------------------- //
    ///////////////////////////////////////////////////////////

    // razorCMS v0.2 RC2 Release notes ////////////////////////

    Below is the full list of files changed from razorCMS core
    v0.2 RC, to razorCMS core v0.2 RC2.

    ///////////////////////////////////////////////////////////

    // New Files - core v0.1RC ////////////////////////////////

    theme/editor_css.css
	
    ////////////////////////////////////////////////////////////

    // Files Altered - core v0.1RC ////////////////////////////

    admin/index.php
    admin/theme/adminhome.php
    admin/theme/default_admin_xhtml.php
    admin/core/admin_func.php
    core/public_class.php
    core/public_func.php
    theme/default_xhtml.php
    .htaccess
	
    ////////////////////////////////////////////////////////////

    // Detailed changes of files listed below //////////////////

    admin/index.php
        Various changes to solve issues with missing quotes in square
        brackets.

        changed session variables to 'adminLogIn' and 'loginTimeStamp' to correct old
	    session data being saved incorrectly with no name. This	errors on some servers.

    admin/theme/adminhome.php
        changed session variables to 'adminLogIn' and 'loginTimeStamp' to correct old
	    session data being saved incorrectly with no name. This	errors on some servers.

    admin/theme/default_admin_xhtml.php
        changed session variables to 'adminLogIn' and 'loginTimeStamp' to correct old
	    session data being saved incorrectly with no name. This	errors on some servers.   

    admin/core/admin_func.php
        changed session variables to 'adminLogIn' and 'loginTimeStamp' to correct old
	    session data being saved incorrectly with no name. This	errors on some servers.

        added single quotes to all session variables

        ensured all get post variables are contained in quotes

	    fix for editing a blank title, changed checks for error messages for
	    functions, performEdit(), performEditLink() as well as fixed check for
	    blank title by correcting the variable being checked

	    edited doDelete() function to add a check for ext_link_win before attempting
	    a search of the array, solves issue of deleting ext links if no link ever
	    created as open in new window

    core/public_class.php
        changed session variables to 'adminLogIn' and 'loginTimeStamp' to correct old
	    session data being saved incorrectly with no name. This	errors on some servers.

    core/public_func.php
        added single quotes to all session variables

        ensured all get post variables are contained in quotes

        Added bugfix for system root address lookup getSystemRoot()

	    edited loadInfoContents() changed function to check against info order in info category
        will enable user to re-order info content using up down links.

    theme/default_xhtml.php
        Changed document type declaration to transitional due to the ext links opening in new page
        option, this breaks strict rules.

    .htaccess
	added default re-write rule for sef url blade pack, this should be fine being left in
        for normal mode too.

	    Options +FollowSymLinks
            RewriteEngine On
            RewriteRule ^([0-9A-Za-z-]+).htm  index.php/$1

    /////////////////////////////////////////////////////////////////////
    //                            END OF LOG                           //
    /////////////////////////////////////////////////////////////////////
