ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Changes
Revision: 1.7
Committed: Wed Sep 1 16:38:07 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-1_02
Changes since 1.6: +4 -0 lines
Log Message:
1.02

File Contents

# Content
1 Revision history for Perl extension Coro::Mysql
2
3 1.02 Wed Sep 1 18:37:48 CEST 2010
4 - use xgptr everywhere, so it actually works on those newer
5 systems.
6
7 1.01 Tue Aug 31 16:40:16 CEST 2010
8 - gptr typedef is missing from newer libmysql, as
9 pointed out by Yury Zavarin.
10
11 1.0 Sun Jun 21 02:56:05 CEST 2009
12 - allow unblock calls on non-mysql handles as well
13 (and return them unchanged).
14 - unpatching was done too late durign destruction -
15 hook diretcly into mysql's vio for that. saves memory
16 and should be faster, even though neither will make a big
17 difference :)
18 - added a nice usage example using PApp::SQL 1.04.
19
20 0.1 Sat May 30 08:57:43 CEST 2009
21 - first cpan upload.
22
23 0.01 Sun May 17 15:11:00 CEST 2009
24 - original version; cloned from Convert::Scalar.
25