--- Coro-Mysql/Changes 2009/06/20 20:43:44 1.4 +++ Coro-Mysql/Changes 2010/08/31 14:42:28 1.6 @@ -1,9 +1,17 @@ Revision history for Perl extension Coro::Mysql +1.01 Tue Aug 31 16:40:16 CEST 2010 + - gptr typedef is missing from newer libmysql, as + pointed out by Yury Zavarin. + +1.0 Sun Jun 21 02:56:05 CEST 2009 - allow unblock calls on non-mysql handles as well - (and ignore them). - - leak memory and do not try to unpatch at global - destruction - it is simply too unsafe. + (and return them unchanged). + - unpatching was done too late durign destruction - + hook diretcly into mysql's vio for that. saves memory + and should be faster, even though neither will make a big + difference :) + - added a nice usage example using PApp::SQL 1.04. 0.1 Sat May 30 08:57:43 CEST 2009 - first cpan upload.