version 1.0.2
- new email for contacts (gcp@hendriklipka.de, hli@hendriklipka.de)
- build.xml: basedir is now absolute (so we can use AntRunner from JBuilder 4)
- new component: Q3AServerwatcher
  send UDP packets to the server and if its not responding, kills the server (if its started by a QRunnerInputFilter)
- changed components:
  - QRunnerInputFilter
    now responds to ProcessControlEvents to kill the running server
    detects if program output is missing for a specified time and then kills the server
  - LogFileInputFilter
    detects if program output is missing for a specified time and then kills the server
    (if its started by a QRunnerInputFilter)

version 1.0.1
- reworked makefile (build.xml)
  - changed directory structure
    - /bin now holds the class files and the gcp.jar
    - /lib now holds the external jars
    - /dist now holds the distribution files 
  - the creation of the the jar file now includes the external classes
  - removed the creation of javadoc
  - new targets for creating binary and source distribution (I'm too lazy to copy everything around everytime...)

- new module: ProgramOnEventHandler
  - calls external program if a specified GameEvent occurs

- changed MapLogWriter
  - can now call external program with the old map + logfile as 
    parameters if a new map starts
  - the current time is now inserted as long (stabdard unix time), not as string
    this is then the same for all platforms and does not contain special characters
    
    
version 1.0
- initial release
