From f8c327f8a5f6969b5c51fed04cd1d850ed2e239a Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 27 Mar 2009 09:22:20 +0000 Subject: [PATCH] Tweaking for release --- Changes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 83f3fb8..ba10c6d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension DBD::SQLite. -1.15 +1.19_01 Fri 27 Mar 2009 - Updated to SQLite 3.6.10, and bumped up the version requirement for installed sqlite3 to 3.6.0 as 3.6.x has backward incompatiblity (ISHIGAKI) @@ -13,6 +13,14 @@ Revision history for Perl extension DBD::SQLite. - license and configure_requires in Makefile.PL and META.yml (Alexandr Ciornii) - Spelling check for SQLite.pm (Alexandr Ciornii) +1.18 skipped + +1.17 skipped + +1.16 abandoned + +1.15 abandoned + 1.14 - Updated to SQLite 3.4.2 - Switch to sqlite3_prepare_v2 which fixes a number of bugs