mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
releng 1.55_07
This commit is contained in:
parent
9a1a3705c1
commit
6e3347b476
3 changed files with 8 additions and 2 deletions
6
Changes
6
Changes
|
@ -1,5 +1,11 @@
|
|||
Changes for Perl extension DBD-SQLite
|
||||
|
||||
1.55_07 2018-01-27
|
||||
- This is a developer release to help testing DBIx::Class
|
||||
- Upgraded SQLite to 3.22.0
|
||||
- Disabled two STAT compile time options (tentatively),
|
||||
which fixes RT-124227 anyway
|
||||
|
||||
1.55_06 2018-01-27
|
||||
- This is a developer release to help testing DBIx::Class
|
||||
- Downgraded SQLite to 3.19.3 because of a SQLite regression
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
||||
our $VERSION = '1.55_06';
|
||||
our $VERSION = '1.55_07';
|
||||
our @ISA = 'DynaLoader';
|
||||
|
||||
# sqlite_version cache (set in the XS bootstrap)
|
||||
|
|
|
@ -5,7 +5,7 @@ use strict;
|
|||
use warnings;
|
||||
use Scalar::Util qw/weaken/;
|
||||
|
||||
our $VERSION = '1.55_06';
|
||||
our $VERSION = '1.55_07';
|
||||
our @ISA;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue