Version 0.5.0
 -- [vsdlsound.pas] addition
 -- [vsound.pas   ] addition
 -- [vmaparea.pas ] addition
 -- [vlua.pas     ] TLuaTable added
 -- [vrltools.pas ] TDiceRoll, added min and max functions
 -- [vtoutput.pas ] patches from Michal Bielinski (console clear, and proper messages)
 -- [vtoutput.pas ] VTMO_USECURRENTMODE fix from Michal Bielinski
 -- [vds.pas      ] TMessageBuffer fix from Michal Bielinski
 -- [vdungen.pas  ] MazeDungeon added
 -- [various      ] several untracked changes (sorry!)

20.01.2007
Version 0.4.2 - Second experimental release for Berserk!
 -- [voutput.pas ] Added ColorToVCode and StringToColor
 -- [voutput.pas ] Added Bold option for DrawString
 -- [voutput.pas ] Added Strip
 -- [voutput.pas ] Added PrintString
 -- [voutput.pas ] made all param functions go through VFormat
 -- [voutput.pas ] color coding is now always enabled!
 -- [vrlutil.pas ] enhanced the TMessages class
 -- [vutil.pas   ] added a global VFormat function for @1..@9 substitution
 -- [vinput.pas  ] added Recorder support (warinng Macro code renamed!)
 -- [vinput.pas  ] added KeyPressed function
 -- [vtextut.pas ] added as experimental (to be revisited)

23.10.2006
Version 0.4.1 - Experimental release for Berserk!
 -- [vlua.pas    ] added as experimental (to be revisited)
 -- [vrltools.pas] added as experimental (to be revisited)
 -- [vmath.pas   ] added as experimental (to be revisited)
 -- [vdungen.pas ] added as experimental (to be revisited)
 -- [vnode.pas   ] TNode converted to cyclic lists
 -- [vsystems.pas] Updated to new Node definition

12.03.2006
Version 0.4.0 - Input/Output
 -- [vinput.pas  ] TINI keybinding support
 -- [vini.pas    ] created Ansistring based vini
 -- [vtinput.pas ] added vtinput to Valkyrie
 -- [vinput.pas  ] added vinput to Valkyrie
 -- [voutput.pas ] Added Parameter support for Length, DrawString and
    Center/LeftDrawstring
 -- [voutput.pas ] rewrote Length and DrawString (optimization)
 -- [voutput.pas ] added AnsiString support for TOutput
 -- [vtoutput.pas] added vtoutput to valkyrie
 -- [voutput.pas ] added voutput to valkyrie
 -- [vnode.pas   ] AnsiString support for debug methods
 -- [vdebug.pas  ] AnsiString support

12.01.2006
Version 0.3.0 - Streams and Data
 -- [vgzstream.pas] added to vgzstream to Valkyrie - gz-compressed IO
    streams for vstream
 -- [vstream.pas] added to vstream to Valkyrie - a portable streaming 
    mechanism (I don't like the official one)
 -- [vdata.pas] added to vdata to Valkyrie - several nice and powerful 
    data-structure classes (rewritten from scratch)
 -- [vuid.pas] added syntax sugar property


11.12.2005
Version 0.2.0 - Initial Release
 -- [vutil.pas] general utility functions and types
 -- [vuid.pas] primitive UID management system
 -- [vnode.pas] tree-like node structure and Valkyrie object base classes
 -- [vsystem.pas] system interface
 -- [vsystems.pas] system management
 -- [vmsg.pas] message prototype
 -- [vdebug.pas] debug system abstraction
