ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro-Mysql/Changes
Revision: 1.12
Committed: Thu Oct 11 03:21:49 2012 UTC (11 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-1_21
Changes since 1.11: +2 -0 lines
Log Message:
1.21

File Contents

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