From c90209571cc769a68a28b543c307467a4d7cff71 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 3 Apr 2009 10:08:30 +0000 Subject: [PATCH] DBD-SQLite: updated Changes --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index e7691e3..911ef41 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Revision history for Perl extension DBD-SQLite. 1.19_06 not yet released - fixed a segv with an error function under x86 linux (and hopefully Mac OSX). (TOKUHIROM) + - fixed yet another segv while testing DBIC reconnection (DMAKI) - minor test improvement (ISHIGAKI) - switched from Test.pm to Test::More (though there're still some tests that don't use Test::More)