0.4.3 -> 0.4.4
  - on connect failure it will print out a more useable message
  - Bug fix while using the grant edit dialog (sometimes it used
    false column names)
  - some smaller bugfixes (typos, possible seg-faults etc.pp.)
  - restoring of last connection if possible

0.4.2 -> 0.4.3
  - Bug in setup script fixed again
  - bug in table creation/altering fixed (it couldnt handle some types and got a seg-fault)
0.4.1 -> 0.4.2
  - Bug in setup script fixed (tnx to  Richard Fish <rjf@estinc.com>)
  - Bug in grant edit fixed (sometimes it displayed clear passwords)
0.4.0 -> 0.4.1
  - SQL script editor enhanced
  - Can now act with older mysql servers again
0.3.5 -> 0.4.0
  - SQL script editor implemented
  - bug fix in multi edit (forgot a field for blobs/text)
  - TableView no shows COURIER - font
0.34 -> 0.35
  - altertable re-designed
  - bug fix in table view
  - multi edit redesigned

0.33 -> 0.34
   - altertable implemented
   - bug fix in table view
   - implement the TEXT type (I realy forgot it...)
   - bug fixes in create table
   - some code re-designes

0.32 -> 0.33
  - selecting of a column in create table now works fine
  - bug fix in tabledescriptor (copy constructor didn't work right)
  
0.3 -> 0.32

  - a bug fix in create table
  - a bug fix in compoundkey - handling
  - splitting some classes for future development
  - changes in documentation
  
0.2 -> 0.3

  - A lot of bugfixes
  - Can now create tables with enums/sets
  - Better handling of keys
  - Moved all non-GUI data to STL datas cause QT base lists/strings etc. are realy slow
  - generate configure script

