Change logs for mysql-gui-tools source package in Karmic

  • mysql-gui-tools (5.0r12-1ubuntu2) karmic; urgency=low
    
      * mysql-gui-common/library/generic-canvas/source/myx_gc_variant.cpp: added
        missing header with gcc 4.4 (LP: #438333), thanks to Martin Michlmayr
      * mysql-gui-common/source/linux/canvas/MGCanvasScroller.cc, MGCanvas.h: work
        around a bug in libpng by including png.h earlier (see debbugs #522477 for
        discussion)
      * mysql-gui-common/source/linux/MySQLGRT/MGRT.cc: declared pointer as const
        char* to avoid an invalid conversion error with gcc 4.4 hardened mode
    
     -- Ilya Barygin <email address hidden>   Mon, 28 Sep 2009 10:45:37 +0400
  • mysql-gui-tools (5.0r12-1ubuntu1) jaunty; urgency=low
    
      * Merge from Debian unstable, remaining Ubuntu changes:
        - debian/rules: compile with -D_GNU_SOURCE, fix FTBFS.
      * Compile gtksourceview library without -DGTK_DISABLE_DEPRECATED
        compiler flag, fix FTBFS.
    
    mysql-gui-tools (5.0r12-1) unstable; urgency=low
    
      * Minor semantic corrections to the debian/copyright file.
      * Changed version string to represent upstream versioning.
        MySQL AB uses 'r' to indicate release number not
        release candidate or pre-release (closes: #474427)
      * Apply a small hack that seems to correct some sort of
        race condition by ignoring it - users report that the
        application functions correctly with this hack while it
        fails to function at all without it. Upstream is still
        investigating. (closes: #466623)
      * Acknowledge NMUs. Thanks!
    
     -- Luca Falavigna <email address hidden>   Sat, 08 Nov 2008 19:04:34 +0100