ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
Revision: 1.9
Committed: Sun Feb 20 10:35:10 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1
Changes since 1.8: +3 -2 lines
Log Message:
1.1

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension Coro::Mysql
2    
3 root 1.9 1.1 Sun Feb 20 11:34:38 CET 2011
4 root 1.8 - implement a special EV mode, used when EV was available at build
5 root 1.9 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.
7 root 1.8
8 root 1.7 1.02 Wed Sep 1 18:37:48 CEST 2010
9     - use xgptr everywhere, so it actually works on those newer
10     systems.
11    
12 root 1.6 1.01 Tue Aug 31 16:40:16 CEST 2010
13     - gptr typedef is missing from newer libmysql, as
14     pointed out by Yury Zavarin.
15    
16 root 1.5 1.0 Sun Jun 21 02:56:05 CEST 2009
17 root 1.4 - allow unblock calls on non-mysql handles as well
18 root 1.5 (and return them unchanged).
19     - unpatching was done too late durign destruction -
20     hook diretcly into mysql's vio for that. saves memory
21     and should be faster, even though neither will make a big
22     difference :)
23     - added a nice usage example using PApp::SQL 1.04.
24 root 1.3
25 root 1.2 0.1 Sat May 30 08:57:43 CEST 2009
26     - first cpan upload.
27    
28 root 1.1 0.01 Sun May 17 15:11:00 CEST 2009
29     - original version; cloned from Convert::Scalar.
30