summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2017-12-01 21:54:49 +0000
committerDamyan Ivanov <dmn@debian.org>2017-12-01 21:54:49 +0000
commit220c6a146d78369eb540d700153ab94aab64e3da (patch)
tree925697be4cd6841f18929a8db7d9dd56182099a6
parent41da26ccd92ae7142c04868f3fcdbb6297801a94 (diff)
add missing items in 1.27 changes
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 2c0edbf..ecfdf3d 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,13 @@ Revision history for Perl extension DBD::Firebird.
RT#110979
* add 000-check-dependencies.t
* Makefile.PL: move test dependencies in TEST_REQUIRES
+ * fix typo in 1.26 Changes
+ * POD: wrap some overly long lines
+ * add support for a 'timeout=$secs' parameter [RT#119764]
+ * bump years of copyright
+ * put fb_api_ver in XS and make it available to both embedded and regular
+ driver
+ * more constants for client version (major/minor/full version string)
1.26 [2017-11-12]
* TestFirebirdEmbedded: use a temporary directory for firebird locks and
database storage (RT#123623)