    ///////////////////////////////////////////////////////////
    // razorCMS                                              //
    // release_notes.txt                                     //
    // GPLv3                                                 //
    // smiffy6969                                            //
    // www.razorcms.co.uk                                    //
    // www.darkhorizonproject.com                            //
	// Dark Horizon Project - Web Development                //
    // 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              //
    // ----------------------------------------------------- //
    // V0.3  -  11/2008  -  BETA1 Bug fix and new features   //
    // ----------------------------------------------------- //
    // V0.3  -  11/2008  -  BETA2 Bug fix and new features   //
    // ----------------------------------------------------- //
    // V0.3  -  12/2008  -  RC Bug fix and code walk         //
    // ----------------------------------------------------- //
    // V0.3  -  02/2009  -  RC2 Bug fix, code walk and some  //
    //                      movement of functions.           //
    // ----------------------------------------------------- //
    // V1.0  -  06/2009  -  ALPHA Security, Bug fix and new  //
    //                      functionality                    //
    // ----------------------------------------------------- //
    // V1.0  -  07/2009  -  BETA Bug fix and new             //
    //                      functionality                    //
    // ----------------------------------------------------- //
    // V1.0  -  08/2009  -  BETA2 Bug fix and new            //
    //                      functionality                    //
    // ----------------------------------------------------- //
    // V1.0  -  09/2009  -  RC Bug fix                       //
    // ----------------------------------------------------- //
    // V1.0  -  10/2009  -  Stable - Bug fix                 //
    // ----------------------------------------------------- //
    // V1.1  -  06/2010  -  Stable - Bug fix + Security fix  //
    // ----------------------------------------------------- //
    // V1.2  -  09/2011  -  Stable - Bug fix + Security fix  //
	//                      + Features                       //
    // ----------------------------------------------------- //
    ///////////////////////////////////////////////////////////

    // razorCMS v1.1 Stable Release notes /////////////////////

    Below is the full list of files changed from razorCMS core
    v1.0 stable, to razorCMS core v1.1 stable.

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

    // Changes ////////////////////////////////////////////////

    1) SEF url added to core, with multi folder support now
    2) Fixed bug for unix type hosts not picking up osType
	3) Fixed redirect of info page when adding new info item 
	4) Changed theme links
	5) Added login failure feedback to admin
	6) Fixed missing translations for edit and unpublish
	7) Only one language pack active, deactivates others
	8) Fix for renaming subcat
	9) Added sockets so language packs and alter cat names
	10) Used new zip class to stop zip issues with current class
	11) Added jQuery to admin, for various uses
	12) Altering page order now by drag and drop (jQuery)
	13) Altering cat order now by drag and drop (jQuery)
	14) Altering infobar order now by drag and drop (jQuery)
	15) Fixed hanging squares in infobar selection
	16) Fixed protect catagories bug
	17) Fixed Xlink issues found by Adminer
    
    ///////////////////////////////////////////////////////////

    // New Files //////////////////////////////////////////////
    
    admin/lib.pclzip.lib.php
    script/ (various files, jQuery and supporting files)
    admin/lib/listOrder.bri.php
    admin/lib/catOrder.bri.php

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

    // Removed files //////////////////////////////////////////

    admin/lib.unzip.lib.php
    admin/lib.zip.lib.php

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

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

	.htaccess
	admin/index.php
	admin/core/admin_func.php
	admin/core/admin_class.php
	admin/theme/default_admin_xhtml.php
	admin/theme/default_css.css
    core/public_func.php
    core/public_class.php
    core/public_config.php
	theme/default_xhtml.php
	theme/default_css.css
	theme/maintenance_xhtml.php
        
    ///////////////////////////////////////////////////////////

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

	.htaccess
		Added secondary rewrite for advanced SEF URL
	
	admin/index.php
		added in feedback for when log in failed
		
		added include of new zip class pclzip.lib.php
		
		removed old zip class unzip.lib.php and zip.lib.php
	
	admin/core/admin_func.php
		Fixed redirect bug when saving new info item, redirect
		now takes you to editinfo instead of editslab
		
		Added edit and unpublish to the translator, update
		translation blade packs to pick these up.
		
		added setting for controlling sef url now in core
		
		Added check for language packs installed when activating, will
		disable any active packs when activating more than one language
		pack
		
		Added in fix for loosing subcat status when renaming
		thanks to Keith Watson
		
		Added sockets to allow changing of chars in language files
		
		Use new zip class pclzip.lib, changed code to use this class for
		making zip files
		
		Use new zip class pclzip.lib, changed code to use this class for
		extracting zip files
		
		Altered blade pack install tool to use new zip class
		
		Altered manageCats to allow drag and drop for ordering of pages and cats
		
		Altered infobar for drag and drop ordering
		
		Fixed hanging squares when slecting infobar pages
		
		Fixed protect catagories bug, missing cats to protect. Thanks to Adminer
		For fix.
		
		Fixed notice for nwchecked when ading link, thanks to Adminer
		
		Fixed http:// bug in x link, if this is added, it is now removed automatically
		thanks to adminer
		
		Fixed added / at end of external links, thanks to adminer
		
	admin/core/admin_class.php
		removed methods not needed, as new zip class makes this easier.
		
		Added in code to help get blade pack name to display info on install
		
	admin/theme/default_admin_xhtml.php
		Changed theme links
		
		Added jQuery src files
	
	admin/theme/default_css.css
		Changed theme to fix issues and support drag and drop
	
    core/public_func.php
        Added sef url to core.
        
        Added sef url multi folder support
        
        Removed elseif and swapped for else in ostype sniffing
        
        Added 'activeparent' class to all links that contain a page
        in any sub catagory that is active. This will give you a trail
        of parents to help style link menus. 'activeparent' class
        will only be activated if a child link is active. This function
        is recursive and multilevel compatable.
        
    core/public_class.php
    	Added bug fix for isInCat function thanks to Keith Watson
    	
    core/public_config.php
    	Added setting to control page ext for sef url (DONT FORGET TO
    	CHANGE IN HTACCESS FILE IF YOU ALTER THIS)
		
	theme/default_xhtml.php
		Changed theme links
		
	theme/default_css.css
		added .activeparent class, to style the parent page of a child or
		sub page.
		
	theme/maintenance_xhtml.php
		Changed theme links
       
    ///////////////////////////////////////////////////////////

    // List of sockets removed ////////////////////////////////

    // depricated socket //
    BsocketB('url-in', array( &$errorOutput ));

    // depricated socket //
    BsocketB('url-out', array( &$slab ));

    ///////////////////////////////////////////////////////////
    
    // List of sockets added ////////////////////////////////
    
    // for adding in language conversion of cat names
    BsocketB('admin-add-new-cat', array(&$newCatName));   
    
    // for adding in language conversion of cat names
    BsocketB('admin-add-new-subcat', array(&$newSubCatName));    
    
    // for adding in language conversion of cat names
 	BsocketB('admin-rename-cat', array(&$newCatName));

	// List of language conversion additions //////////////////
	edit
	unpublish
	off
	standard
	advanced
	error restoring
	Restore finished
	ID
	///////////////////////////////////////////////////////////
 	
    ///////////////////////////////////////////////////////////
    //                       END OF LOG                      //
    ///////////////////////////////////////////////////////////
