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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.9 by root, Sun Feb 20 10:35:10 2011 UTC vs.
Revision 1.13 by root, Fri Aug 2 04:08:56 2013 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2
31.22 Fri Aug 2 06:06:14 CEST 2013
4 - experimental support for mariadb 10 (which has quite big changes).
5 - work around incompatible changes (again) in 5.16. use feature my ass.
6 (patch by....)
7
81.21 Thu Oct 11 05:21:10 CEST 2012
9 - no functional changes.
10 - document the fact that the API used by this module is now public,
11 so it doesn't rely on library internals anymore.
12 - verified to work with mysql connector/C 6.0.2 (compatible to
13 5.5).
14
151.2 Thu Jul 26 23:19:47 CEST 2012
16 - ensure DBD::mysql and Coro::Mysql are linked against the same
17 libmysqlclient version (required is same libmysqlclient, but no
18 idea how to check for that).
19 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
20 worked before on most (but not all) architectures.
2 21
31.1 Sun Feb 20 11:34:38 CET 2011 221.1 Sun Feb 20 11:34:38 CET 2011
4 - implement a special EV mode, used when EV was available at build 23 - 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. 24 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. 25 - 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