# Version/Revision history.
1.00 Mon Jun 18 13:03:31 2012 GMT
* Initial release
1.01 Wed Nov 21 14:08:00 2012 GMT
* Documentation modified
1.02 Wed Nov 28 16:14:40 2012 MSK
* Documentation modified
* Added Moose::Role
1.03 Wed Dec 19 16:11:55 2012 MSK
* Documentation modified
* Verbose and Silent mode support via CTK::Log module
* CTK::FilePid patch added
1.04 Thu Dec 27 06:49:54 2012 GMT
* Documentation modified
* Added test scripts
* CTK::Util: Added "ls" function
1.05 Thu Dec 27 10:04:54 2012 GMT
* Documentation modified
1.06 Fri Yan 04 16:07:59 2013 GMT
* Documentation modified
* CTK::Util: Modified functions scandirs, scanfiles and ls
1.07 Tue Jan 8 17:06:49 2013 GMT
* Documentation modified
* CTK::Util - Added subroutines: getsyscfg, prefixdir, localstatedir,
sysconfdir, srvdir, sharedir, docdir, localedir, cachedir, syslogdir,
spooldir, rundir, lockdir, sharedstatedir, webdir and randchars
1.08 Tue Jan 29 12:31:22 2013 GMT
* Documentation modified
* CTK::Util: Modified all extended subroutines.
See http://www.pathname.com/fhs/pub/ for details
* CTK::Util: Added shuffle function from List::Util::PP module
* CTK::Util: Added eqtime function from ExtUtils::Command module
* Added interactive mode in bin/ctklib helper script
1.09 Fri Feb 1 12:12:08 2013 GMT
* Documentation modified
* Modified CTK::Util functions: ls, getlist and getdirlist
* Modified CTK::Util functions: ftptest, procexec
* CTK::Util: Added dtf function and aliases: timef, datef and datetimef
* CTK::Helper: Added documentstion
* CTK::Helper: OOP Style supported
* ctklib-tiny: Added functional subroutines
1.10 Mon Feb 18 07:05:40 2013 GMT
* Documentation modified
* CTK::Util: POD-error fixed
* CTK::XS::Util added
* CTK::XS::Util: added shred function (XS)
1.11 Thu Feb 21 10:08:47 2013 GMT
* Documentation modified
* CTK::DBI: Added timeouts attributes
* Added CTK::ConfGenUtil module
1.12 Tue Mar 5 09:53:02 2013 GMT
* Documentation modified
* Added function CTK::Util::to_cp1251 as alias of CTK::Util::to_windows1251
* Interface modified for CTK::Util::execute function
1.13 Sat Mar 16 15:51:11 2013 GMT
* Documentation modified
* CTK::Util: Fixed bug in ftpgetlist function. Incorrect mask defaults
1.14 Tue Sep 3 10:56:16 2013 GMT
* Documentation modified
* CTK::Util: Added new examples for dtf() function
* CTK::Util: Added "use Encode" by default
* Added "syspaths" flag in constructor
* Added CTKx extension
* Fixed bug where loghandler closed in destroy (DEMOLISH) phase
* Added Helper's skeletons for Regular, Tiny and Module types of projects