summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2017-12-01 22:01:48 +0000
committerDamyan Ivanov <dmn@debian.org>2017-12-01 22:01:48 +0000
commit54b54069e636f7eb33b215bb0fb64dc0734121b1 (patch)
tree747688e3caedefce7b4e3b261a10cf2aaf71f851
parente3bb9db0c597e1047efe24ae8fe9a45f0dddf31c (diff)
Release DBD-Firebird 1.28
-rw-r--r--Changes4
-rw-r--r--Firebird.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index ecfdf3d..720afa4 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
Revision history for Perl extension DBD::Firebird.
+1.28 [2017-12-01]
+ * Update MANIFEST to include newly added tests
+ * add missing items in 1.27 changes
+ * correctly check for Test::CheckDeps presense
1.27 [2017-12-01]
* finish: do not check uninitialised status vector
If statement type is isc_info_sql_stmt_exec_procedure,
diff --git a/Firebird.pm b/Firebird.pm
index e85fa61..df89f4a 100644
--- a/Firebird.pm
+++ b/Firebird.pm
@@ -19,7 +19,7 @@ require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
-$VERSION = '1.27';
+$VERSION = '1.28';
bootstrap DBD::Firebird $VERSION;