ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro-Mysql/Changes
(Generate patch)

Comparing cvsroot/Coro-Mysql/Changes (file contents):
Revision 1.9 by root, Sun Feb 20 10:35:10 2011 UTC vs.
Revision 1.10 by root, Thu Jul 26 21:38:00 2012 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2
31.2 Thu Jul 26 23:19:47 CEST 2012
4 - ensure DBD::mysql and Coro::Mysql are linked against the same
5 libmysqlclient version (required is same libmysqlclient, but no
6 idea how to check for that).
7 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
8 worked before on most (But not all) architectures.
2 9
31.1 Sun Feb 20 11:34:38 CET 2011 101.1 Sun Feb 20 11:34:38 CET 2011
4 - implement a special EV mode, used when EV was available at build 11 - implement a special EV mode, used when EV was available at build
5 time AND is used by AnyEvent, otherwise fall back to Coro::Handle. 12 time AND is used by AnyEvent, otherwise fall back to Coro::Handle.
6 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed. 13 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines