v0.5.4
 + Some mysql fixes
 + Racedata file layout optimized (yea, you can del contents of zipdatadir)
 + Added !..df to bot

v0.5.3
 + Rejected file counters
 + Paths excluded from check through zsconfig.h
 + SQL tables slightly changed (new field)
 + Minor bug with zip files fixed (if filecount wasnt detected script didnt behave right)
 + 0-byte files no longer accepted

v0.5.2
 + Bug fixes

v0.5.1
 + Few fixes
 + Added inc's pre_check.tcl script (requires tclsh)

v0.5.0
 + Bot now writes UPDATE/RACE/... instead of MP3UPDATE/MP3RACE/... into glftpd.log
 + Faster
 + Code is easier to read (= optimize)

v0.4.13
 + MySQL tables now have 'better' names (wipe your mysql db if you upgrade)
 + Some small bug fixes
 + README updated & mysql tables defined in README.mysql

v0.4.12
 + Minor bug in mysql version of postdel fixed (read sfv wrong)
 + Minor bug with multi cd rels 'fixed' (kinda workaround, but dont have time to patch it now)

v0.4.11
 + Everything that script outputs to user is customizable through config
 + Minor bug in postdel fixed
 + Script is currently very stable (lets keep it that way ;)

v0.4.10
 + Most of cookies reassigned & you need to specify accuracy/length of cookie output

v0.4.9
 + Added 'other' types for sfv checking (use for musicvidz etc)

v0.4.8
 + New cookie (%f = uploaded files)
 + MP3 part in .message now user definable

v0.4.7
 + dizreader.c was damaged (forgot to add , when adding new entry)
 + Much more debug messages (always run script in debug mode, before reporting bugs)

v0.4.6
 + Zipscript now creates m3u (optional)
 + %m cookie redefined, it now shows which compression mode has been used (1 -> 5, on rars only)

v0.4.5
 + MP3's can be uploaded without sfv
 + If release is complete (when uploading sfv last), it will be now announced on chan (as it should have been)

v0.4.4
 + Complete message almost fully customizable (only mp3 info isnt, coming in next rel)
 + Small optimizations
 + Oops.. error in code forced users to have mysql libraries installed (sorry)

v0.4.3
 + Rar compress ratio reader DISABLED temporarily.
 + ^^^ this fixes ALL known problems ^^^ (crashes on mp3/zip/rar)

v0.4.2
 + Script now compares file owner uid instead of file modification time to authenticate uploader
 ! Cleanup wasnt in makefile

v0.4.1.1
 + Makefile now even better :-) it's not good, but it's better =D

v0.4.1
 + Real makefile system under developement (try --with-mysql)

v0.4.0
 + Source format changes (.h files to .c objects)
  - Code looks much neater
  - Reduced compile time
  - Variable names redefined
  - Generall much easier to edit :]
 + Some small optimizations (could be still a bit slower due new structure)

v0.3.5
 + Mainetance release, bug that caused probs with rars in 0.3.4 is now fixed!!!

v0.3.4
 + Dizreader no longer external program
 + Code cleanup started again
 !!! I'm looking for webhost with php & cgi-bin support !!!

v0.3.3
 + Precheck was fuxored (remember that it doesnt currently work in mysql mode)

v0.3.2
 + Release compression level (%) now returned to %m cookie
 + Some SQL optimizations (& one sql related bug fixed - racedurations were fuxored) :]

v0.3.1
 + Racestats now working with sql
 + Leader stuff now deleted properly
 + sfvfirst no more enforced on mysql mode

v0.3.0
 + MYSQL support (currently sfvfirst is forced + racestats not modified yet) !!!
 ! Compile with -lmysqlclient if you decide to try sql mode
 + Functions split to seperate files

v0.2.9
 + Bah, still had bug with sfv whenever feature.. it's all good now.. :)

v0.2.8
 + SFV checking works now properly if sfv is uploaded last (used to delete last file, even if it was ok)
 + Bug in rar detection.. sfv's that had filenames in caps didnt work

v0.2.7
 + Configurator now fully working :] Hope you find use for it...

v0.2.6
 + Started working on configurator - alpha version included :)

v0.2.5
 + Makefile instead of compile.sh
 + Updater script, updates old config (renames, deletes & adds variables) - makes it much easier to update in future

v0.2.4
 + %R cookie fixed.

v0.2.3
 + More optimizations :] 
   On my p2 350 + 256M I get: "Checks completed in 0.003960 seconds" on the last file with everything on (except debug)
 + All bugs should be gone... (bugless script, wii)

v0.2.2
 + New util with the package (racestats, shows race stats from any directory)
 + Try new bot command !msninc 
 + Bug fixes

v0.2.1
 + More 'enabled' variables (dont touch them, if you dont understand 'em)
 + Some optimizations :-)

v0.2.0
 + New announce, when user takes lead
 + Config file layout changed a bit
 + Some optimizations

v0.1.8
 + Now accepts RAR files even if sfv isnt there (edit your precheck according to it, if you want to use this function)

v0.1.7
 + Added cleaner.sh
 + Cleanup modified (now cleans incomplete LINKS, not files)

v0.1.6
 + Pre<user/group>topmsg(s) were not working in completetypes 1&2
 + Bug in %cn & %Cn cookies fixed

v0.1.5
 + Now compiles with BSD systems (havent tested wheter it reall works or not)
 + Read CHANGELOG in sitebot dir for sitebot updates

v0.1.4
 + No bugs reported
 + New package layout, will be modified a bit more soon
 + NEW BOTSCRIPT, report all bugs asap

v0.1.3
 + Benchmark mode
 + Debug mode

v0.1.2
 + Turned on gcc optimization
 + Added some preprocessor tokens to make script not to compile stuff that is not used
 + Result: Smaller + Faster :-)
 ! SCRIPT NO LONGER SUPPORTS dShit.tcl, CHANGE TO DH'S BOTSCRIPT (or wait until I get mine done)

v0.1.1
 + Script used to scan files inside directory several times during the run, now it only scans once (caches them)
 + One allocation was too small (could have caused segfaults on certain systems)
 + .api file slightly modified (even easier to edit)

v0.1.0
 + Script now logs stuff in a new way (see .api file for changes) - easier to customize
 + group/user topcount (they used to be in one variable called topcount) added
 + Some variable names were changed + added few new variables
 + Zero bugs reported on 0.0.19 so I decided to change MAJOR version number (0.1.0) should be _very_ stable
 + Zipscript comes with FIXED version of darkheart's sitebot (there was minor bug which caused different sections not to work)
 + Support dBot.tcl was dropped (dont have time to do both...)

v0.0.19
 + .race file redone (no longer readable with text editor, minor speed boost)
 + id3-tag extracted to .message
 + updated dizreader (better accuracy)

v0.0.18
 + Lots of bugfixes
 + Script now can handle dvd rels.. (but isnt 3g/rel too much :/)

v0.0.17
 + %A cookie is now more accurate (used to show fixed speed, when racetime was less than 1sec)
 + Postdel was using dizreader.sh instead of dizreader (oops)
 + Dizreader was updated

v0.0.16
 + Ownership of files created by zipscript is now user definable.
 + Incomplete files can be defined to be symlinks

v0.0.15
 + Config looks neater :-)
 + Fixed bug that caused sfvfile to be named as sfvfile? (which caused bad crc errors on uploads)

v0.0.14
 + Renewed README
 + Small fixes
 + Speed is now 1024times more accurate :-)

v0.0.13
 + More optimizations (uses even less mem, pointers kick ass)
 + ZIP&RAR groupdirs now included
 + Some functions were moved to zsfunctions.h to make optimizing easier (used in zipscript & postdel)
 ! Size of one Mb changed from 1024000b to 1048576b (Speed optimization, shifting bytes instead of dividing)
 + README update started (better readme should be available soon, I could use help with this)
 + Default outlook will be updated to show more of script's capabilites (Ay, need help with this too)
 + Wii.. huge bug found.. and fixed 
 + And more bugs fixed (genre banning, wrong racers shown)

v0.0.12
 + Postdel updated :)

v0.0.11
 ! This version is classified as BETA (lots of changes)
 + %Cn and %cn cookies now seperated from user/grouptopmsgs
 + Rewrote cookies system (should be a bit faster)
 + Used dynamic memory allocation for paths etc (reduces mem usage)
 + All cookies now work in racersmsg 
 + Changed variablenames a bit (easier to modify)
 + Precheck now denies upload, if file is not in sfv
 + YkX mp3 year tag is now converted to Y00X (ie 2k1 => 2001)
 + Postdel was not modified, some minor changes in next ver
 + Some other things that I cant remember.. lots of small optimizations
 ! Keep sending feedback. I cant fix anything, if I dont know where the problem is 
 ! I've ran out of ideas.. so there wont be much changes, if you dont tell what you want

v0.0.10
 + Symlink cleanup thingie MUCH faster (in c++)
 + Oops, exit(0); in the beggining of the code.. :D

v0.0.9
 + Various Artist releases now have seperate Artist & Genre dirs.

v0.0.8
 + .message file looks better
 + Cookie for per transfer avg speed

v0.0.7
 + New cookies (%Cn & %cn)
 + Halway message
 + Few serious bugs fixed (fucked up few variables in 0.0.6)
 + Fixed bug that made script not to read last file from sfv
   if there was no newline char after it.

v0.0.6
 + Variable ranges were fuxored.. caused probs with some systems.. worked fine
   on mine.. anyways, fixed now :-)
 + .008/.009 files were not accepted.. fixed

v0.0.5
 + Cookie for grouptop
 + 4 different types of race complete messages.
 + Speed sometimes was negative (bug in getenv or strtol or glftpd?) Changed
   speed variable to string from integer.

v0.0.4
 + More options

v0.0.3
 + DizReader in c++
 + Increased accuracy of avg speed
 + Some probs with RAR (r08&r09)
 + Some optimization

v0.0.2
 + Average speed counter fixed
 + Percentage counter fixed (was only shown when there was only one uploader)
 + Some minor optimization in code (heheh, actually changed quite a lot) :D
 + File_id.diz is only extraced once per rel, if dizreader gets diskcount
 + SFV message was missing, doh
 + External config file.. well kind of :p
 + Some other minor fixes that I cant remember...
 + If ZIP diskcount isnt in file_id.diz (or reader cant find it) script will
   be announced as ONE file release, however racestats in directory will be
   logged correctly and complete msg shows right filecount.

v0.0.1
 + First public release
