____
KPvm
v0.12 (29 Jun 1998)
  o  added new demo-app: thanks to Susanne Cech <scech@edu.uni-klu.ac.at>
  
v0.11 (23 Jun 1998)
  o  added KPvm::hostName and KPvmEntity::hostname
  o  spawn now starts transfers between parent and childs
        transmitting their hostnames  (further info??)
  o  demo-app:  added graphical text-displays for parent and childs
                these windows are all opened on the parents hostname 

v0.9 (21 Jun 1998)
  o  in demo-app::setObjState  also check if a variable isn't in the QDict
  o  in demo-app::setFixedOrderObjState  check nr of variables given
  
v0.8 (20 Jun 1998)
  o  implemented the net-efficient packaging of varTypes
     send has now the option to send efficient (also means loosing varTags)
     or the whole varTuple as a string (incl. varTags)
  o  added a new Class VarTuple which stores the VarTag, Type and Value
     of the Serializeable Objects methods.
  o  moved all relevant methods (varStateXXX) into VarTuple and adjusted
     send, checkRecv and the demo application
  o  added security check for empty string in new methods from v0.7

v0.7 (18 Jun 1998)
  o  added some usable methods for unpacking the VarState-Tuple
       QString varStateVarTagOf(QString varState) const;
       int varStateVarTypeOf(QString varState) const;
       QString varStateValueOf(QString varState) const; 

v0.5 (13 Jun 1998)
  o  bugfixes, error-catchers
  
v0.4 (09 Jun 1998)
  o  modified Makefile.am to generate installable libraries
  
  o  new directory kpvm/demo where the demo-app resides
     this demo-app bases on the installed kpvm-libs


v0.3 (08 Jun 1998)
  o  included more overwritten actVarState-methods for int, float

