pkgsrc-wip/libdbi-mysql
Aleksey Cheusov 0f85fd6e54 update to 0.8.3-1
0.8.3 (the "Shores of California" release)

  - major overhaul of the firebird driver. The driver is now linked to
    libfbembed.so instead of libfbclient.so. You can request a local
    connection (bypassing the server altogether) by using an empty
    hostname, or a local connection through the server by using
    "localhost" or the actual computer name as the hostname.

  - changed all driver code to LGPL, and all doc code to GFDL with no
    invariant sections as requested by several packagers

  - made linking drivers against libdbi the default. This behaviour can be
    switched off by --disable-libdbi, a reversal of the previous default

  - improved support for MySQL and PostgreSQL connection options

  - assorted fixes for MinGW compatibility

  - all drivers now implement the "safe_dlclose" driver capability to
    signal libdbi whether or not the driver can safely be unloaded from
    memory.
2008-12-01 20:36:41 +00:00
..
DESCR
distinfo update to 0.8.3-1 2008-12-01 20:36:41 +00:00
Makefile update to 0.8.3-1 2008-12-01 20:36:41 +00:00
PLIST