From 7e3a83d1da5f5a554be14fef4302cd72759b8696 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Sun, 30 Oct 2016 09:25:08 +0100 Subject: [PATCH] Release 4.038_01 (Development release) --- Changes | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index e4b577c6..e4576377 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,14 @@ -2016-??-?? Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.038_01 +2016-10-30 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.038_01) +* Fix compilation of embedded server (pali) + (https://github.com/perl5-dbi/DBD-mysql/pull/68) * Fix compilation against libmariadbclient. First version by - H.Merijn Brandt, improved by Bernt Johnsen @ Oracle. + H.Merijn Brandt, improved by Bernt Johnsen @ Oracle. * For efficiency use newSVpvn() instead newSVpv() where possible (pali) * Correctly coerce fetched scalar values when mysql_server_prepare is - not used (pali) + not used (pali) * Add support for fetching columns of BIT type with - mysql_server_prepare = 1 (pali) - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88006 + mysql_server_prepare = 1 (pali) + Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88006 * Use correct format in printf instead of casting variable types (pali) * Include errno.h for MYSQL_ASYNC because it uses errno variable (pali) * Travis: also test on perl 5.22 and 5.24.