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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.8 by root, Thu Feb 17 02:05:14 2011 UTC vs.
Revision 1.11 by root, Thu Oct 11 03:18:31 2012 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
3 - document the fact that the API used by this module is now public,
4 so it doesn't rely on library internals anymore.
5 - verified to work with mysql connector/C 6.0.2 (compatible to
6 5.5).
7
81.2 Thu Jul 26 23:19:47 CEST 2012
9 - ensure DBD::mysql and Coro::Mysql are linked against the same
10 libmysqlclient version (required is same libmysqlclient, but no
11 idea how to check for that).
12 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
13 worked before on most (but not all) architectures.
14
151.1 Sun Feb 20 11:34:38 CET 2011
3 - implement a special EV mode, used when EV was available at build 16 - implement a special EV mode, used when EV was available at build
4 time AND is used by AnyEvent, otherwise flal back to Coro::Handle. 17 time AND is used by AnyEvent, otherwise fall back to Coro::Handle.
5 - perl 5.10 or 5.12 breaks the syntax used in the with_db => fixed. 18 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed.
6 19
71.02 Wed Sep 1 18:37:48 CEST 2010 201.02 Wed Sep 1 18:37:48 CEST 2010
8 - use xgptr everywhere, so it actually works on those newer 21 - use xgptr everywhere, so it actually works on those newer
9 systems. 22 systems.
10 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines