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

Comparing Coro-Mysql/Changes (file contents):
Revision 1.3 by root, Mon Jun 1 12:03:21 2009 UTC vs.
Revision 1.14 by root, Sat Aug 3 02:11:27 2013 UTC

1Revision history for Perl extension Coro::Mysql 1Revision history for Perl extension Coro::Mysql
2 2
3 - use correct header errno.h, not sys/errno.h.
4
51.22 Fri Aug 2 06:06:14 CEST 2013
6 - experimental support for mariadb 10 (which has quite big changes).
7 - work around incompatible changes (again) in 5.16. use feature my ass.
8 (patch by....)
9
101.21 Thu Oct 11 05:21:10 CEST 2012
11 - no functional changes.
12 - document the fact that the API used by this module is now public,
13 so it doesn't rely on library internals anymore.
14 - verified to work with mysql connector/C 6.0.2 (compatible to
15 5.5).
16
171.2 Thu Jul 26 23:19:47 CEST 2012
18 - ensure DBD::mysql and Coro::Mysql are linked against the same
19 libmysqlclient version (required is same libmysqlclient, but no
20 idea how to check for that).
21 - explicitly support libmysqlclient 5.1 and 5.5 - 5.1 probably just
22 worked before on most (but not all) architectures.
23
241.1 Sun Feb 20 11:34:38 CET 2011
25 - implement a special EV mode, used when EV was available at build
26 time AND is used by AnyEvent, otherwise fall back to Coro::Handle.
27 - perl 5.10 or 5.12 breaks the syntax used in the with_db. fixed.
28
291.02 Wed Sep 1 18:37:48 CEST 2010
30 - use xgptr everywhere, so it actually works on those newer
31 systems.
32
331.01 Tue Aug 31 16:40:16 CEST 2010
34 - gptr typedef is missing from newer libmysql, as
35 pointed out by Yury Zavarin.
36
371.0 Sun Jun 21 02:56:05 CEST 2009
3 - allow unblock calls on non-mysql handles as well. 38 - allow unblock calls on non-mysql handles as well
39 (and return them unchanged).
40 - unpatching was done too late durign destruction -
41 hook diretcly into mysql's vio for that. saves memory
42 and should be faster, even though neither will make a big
43 difference :)
44 - added a nice usage example using PApp::SQL 1.04.
4 45
50.1 Sat May 30 08:57:43 CEST 2009 460.1 Sat May 30 08:57:43 CEST 2009
6 - first cpan upload. 47 - first cpan upload.
7 48
80.01 Sun May 17 15:11:00 CEST 2009 490.01 Sun May 17 15:11:00 CEST 2009

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines