1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD-SQLite: updated Changes

This commit is contained in:
Kenichi Ishigaki 2009-04-03 10:08:30 +00:00
parent 99ad2b4e23
commit c90209571c

View file

@ -3,6 +3,7 @@ Revision history for Perl extension DBD-SQLite.
1.19_06 not yet released 1.19_06 not yet released
- fixed a segv with an error function under x86 linux - fixed a segv with an error function under x86 linux
(and hopefully Mac OSX). (TOKUHIROM) (and hopefully Mac OSX). (TOKUHIROM)
- fixed yet another segv while testing DBIC reconnection (DMAKI)
- minor test improvement (ISHIGAKI) - minor test improvement (ISHIGAKI)
- switched from Test.pm to Test::More (though there're still - switched from Test.pm to Test::More (though there're still
some tests that don't use Test::More) some tests that don't use Test::More)