1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Tweaking for release

This commit is contained in:
Adam Kennedy 2009-03-27 09:22:20 +00:00
parent ed583d09b2
commit f8c327f8a5

10
Changes
View file

@ -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