summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2017-11-23 10:49:25 +0000
committerDamyan Ivanov <dmn@debian.org>2017-11-23 10:49:25 +0000
commita71e14c1d23e1d48cb82987fcff6698cf84fa706 (patch)
treedcc5cd5fffcecd394fb0d86ad442a591bb9a1bdc
parent3692cfd80b15f93890a06e4bc341a2ef2b84ce6f (diff)
Release DBD-Firebird 1.26
-rw-r--r--Changes5
-rw-r--r--Firebird.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index 8ed577f..15de841 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@
Revision history for Perl extension DBD::Firebird.
+1.26 [2017-11-12]
+ * TestFirebirdEmbedded: use a temporary directory for firebird locks and
+ database storage (RT#123623)
+ * fix typo in FirebirdEmbedded
+ * detect Firebird API version even when patch are supplied via environment
1.25 [2017-10-01]
* Add tests for values between 0 and ±1 to bigdecimal[_read].t
* dbd_st_fetch: fix conversion of numerics between -1 and 0
diff --git a/Firebird.pm b/Firebird.pm
index 3d19a44..5f204f8 100644
--- a/Firebird.pm
+++ b/Firebird.pm
@@ -19,7 +19,7 @@ require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
-$VERSION = '1.25';
+$VERSION = '1.26';
bootstrap DBD::Firebird $VERSION;