0.7.1 -> 0.7.2
    - When administrate users on mysql servers >= 4.0 the max_updates/queries/
      connections settings will reflected.
    - fixes for building with gcc 4
    - fixes for mysql lib > 4.1
    - Integrated a compact layout where the non-modal windows are part of main
      window
    - Setting up a new more compact table browser widget

0.7.0 -> 0.7.1
    - fixed some include for build with qt 3.3
    - fixed building with debian
    - fixed building with mysql 4.1 libs
    - fixed building with gcc 3.3

0.6.10 -> 0.7.0
    - fixed a real ugly bug: I did not handle binary data in a result set the
      right way all the time.
    - blob data (eg images and so on) can be inserted via kmysqladmin now
    - if blobs are saved to other fileformats them will be marked as that or if them
      contains images the images will be saved (as jpeg) when saving html files
    - textfields can be filled from external textfiles now
    - result set can stored as sql-script for insertion
0.6.9 -> 0.6.10
    - connection profiles implemented
    - hungarian translation added (tnx to Karoly Barcza <kbarcza@blackpanther.hu>)
0.6.8 -> 0.6.9
    - user can give an operator when inserting/modifying/searching data
    - layout fix for search/data edit dialog
0.6.7 -> 0.6.8
    - Syntaxhighlighting for scripteditor (just only with qt 3.1)
    - re-activated translation for german
    - script editor stores last used files in recent files list
    - edit existing user rights finished
0.6.6 -> 0.6.7
    - setup a macro for converting qtstring into stl-string for
      that guys compiling qt-libs without STL support
    - ported some stuff to kde 3.1 / qt 3.1 api
    - re-designed the interface for managing user rights
0.6.6 -> 0.6.6
    - removed some real ugly bugs
    - ported to mysql 4 api so its possible to compile with mysql4
    - some internal speedups (I hope)
0.6.4 -> 0.6.5
    - made some modifications for compiling with qt 3.1.x
    - removed some unused internal stuff
0.6.3 -> 0.6.4
    - fixed a small bug in script window, when displaying result as richtext it did not clear
      the result ouput window
    - fixed a bug in configure script
    - if results in script window are displayed as richtext it will be saved in html
      format
    - if file when script/result saving has no extension it will appended
0.6.2 -> 0.6.3
    - Scriptresults can be displayed as richttext
    - some code changes so it can compile with compilers could not
      compile 0.6.2
    - starting of new documentation
    - when modifying/deleting rows, not the whole tableview will refreshed but
      only the modified/deleted row
    - in tableview its now possible to switch between ascending and descending order
      of select
0.6.1 -> 0.6.2
    - Bugfix in alter table / create table dialog
    - switch some more widgets to qt3 widgets
0.5.2 -> 0.6.1
    - ported to KDE3
    - some code improvements
0.5.1 -> 0.5.2:
    - moved buttons in main dialog into toolbar and made feeling more
      kde like
    - fixed some small bugs in helper classes
0.4.4 -> 0.5.1:
    - ported to KDE 2.1 and QT 2.2.x
    - startup of a setup dialog
    - sxome smaller bugfixes
    - code improvements
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

