From 4a17a5b8c8abf47a77d4711237f2dacb8592c9a8 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 12 Aug 2009 02:44:04 +0000 Subject: [PATCH] DBD-SQLite: updated the release date --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 11842ee..df4dc4f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite -1.26_03 to be released +1.26_03 Wed 12 Aug 2009 - Updated to SQLite 3.6.17 (ISHIGAKI) - Switched to use :memory: for most of the tests (ISHIGAKI) - Fixed a memory leak when prepare should fail (ISHIGAKI)