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

updated Changes to show what I've done before

This commit is contained in:
Kenichi Ishigaki 2009-02-26 04:04:35 +00:00
parent b16ba2bf88
commit c0f679b1e6

View file

@ -4,6 +4,12 @@ Revision history for Perl extension DBD::SQLite.
- 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)
- fixed "closing dbh with active statement handles" issue
with a patch by TOKUHIROM. (ISHIGAKI)
- skip 70schemachange test for Windows users. (ISHIGAKI)
- applied RT patches including #29497, #32723, #30558,
#34408, #36467, #37215, #41047. (ISHIGAKI)
- added TODO to show which issues are to be fixed. (ISHIGAKI)
- license and configure_requires in Makefile.PL and META.yml (Alexandr Ciornii)
1.14