diff --git a/Changes b/Changes index ae304703..2a7d89a9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +2024-03-19 Daniël van Eeden, DBI/DBD community (5.004) +* Add deprecation warning for LISTFIELDS support +* Remove calls to mysql_reload() and mysql_list_fields() +* (ci_update) Update mysql-apt-config to 0.8.29-1 +* Re-add documentation on how to workaround UTF-8 bug +* Remove legacy Bundle::DBD::mysql + 2023-12-01 Daniël van Eeden, DBI/DBD community (5.003) * Add ifdef for ER_CLIENT_INTERACTION_TIMEOUT * Fix for issue 251. Also fixed case of "e" diff --git a/lib/DBD/mysql.pm b/lib/DBD/mysql.pm index 5612ec5b..72792b57 100644 --- a/lib/DBD/mysql.pm +++ b/lib/DBD/mysql.pm @@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader); # SQL_DRIVER_VER is formatted as dd.dd.dddd # for version 5.x please switch to 5.00(_00) version numbering # keep $VERSION in Bundle/DBD/mysql.pm in sync -our $VERSION = '5.003'; +our $VERSION = '5.004'; bootstrap DBD::mysql $VERSION;