Skip to content

Commit 014f2c7

Browse files
committed
Version 5.005
1 parent bccd3d2 commit 014f2c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2024-05-01 Daniël van Eeden, DBI/DBD community (5.005)
2+
* docs: Update package names and MariaDB related things
3+
* Rewrite yum name to dnf
4+
* CI: Test against MySQL 8.3
5+
* Replace mysql_stmt_bind_param() with mysql_stmt_bind_named_param()
6+
* Cleanup deprecated functionality
7+
18
2024-03-19 Daniël van Eeden, DBI/DBD community (5.004)
29
* Add deprecation warning for LISTFIELDS support
310
* Remove calls to mysql_reload() and mysql_list_fields()

lib/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
1313
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1414
# for version 5.x please switch to 5.00(_00) version numbering
1515
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16-
our $VERSION = '5.004';
16+
our $VERSION = '5.005';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)