pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mysqlcc



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar  5 13:50:04 UTC 2010

Modified Files:
        pkgsrc/databases/mysqlcc: Makefile PLIST distinfo
Added Files:
        pkgsrc/databases/mysqlcc/patches: patch-ae patch-af
Removed Files:
        pkgsrc/databases/mysqlcc/patches: patch-ad

Log Message:
Update mysqlcc to 0.9.8.

* Suppoer mysql4 and mysql5 (but not mysql51 because of API change).
* Install supporting files.

Changes for 0.9.8
-----------------
* Created a conditional for mysql_shutdown to check for the existance
  of SHUTDOWN_DEFAULT in order to work with older mysql client libraries
* Changed requirement for qpopmenu.h to qpopupmenu.h in include/CProperties.h
  and src/CTableTools.cpp
* Added /usr/share/qt3 to the list of places to look for qt3 (fixes Debian
  problems)

Notes for 0.9.7
----------------
This is a development release. Henceforth, version numbers will follow the Linux
kernel standard wherein odd numbered releases (such as 0.9.7) refer to
development releases and even numbered releases (such as 0.9.8) refer to stable
releases.

Users connecting to or using MySQL 5 libraries should be using this release.
Users still connecting only to MySQL 4 or lower servers should continue using
version 0.9.4. This is an issue which will be addressed by version 0.9.8 and,
if that version is available at the time you read this, that version should be
used instead.

Changes for 0.9.7
-----------------
* Changed the call to mysql_shutdown to include SHUTDOWN_DEFAULT as required
  by MySQL >= 5 client libraries in CMySQL.cpp
* Repaired default_table assignment in CQueryWindow.cpp


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/mysqlcc/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/mysqlcc/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysqlcc/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/mysqlcc/patches/patch-ad
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/mysqlcc/patches/patch-ae \
    pkgsrc/databases/mysqlcc/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index