8
0

Accepting request 341455 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/341455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=33
This commit is contained in:
2015-10-29 10:32:57 +00:00
committed by Git OBS Bridge
parent 4a8a886777
commit c02db17897
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Oct 29 09:48:35 UTC 2015 - coolo@suse.com
- updated to 4.033
see /usr/share/doc/packages/perl-DBD-mysql/ChangeLog
2015-10-26 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033)
* Full-release to include 03.
2015-10-25 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.032_03)
* Use mysql_get_option to read net_buffer_length and mysql_get_parameter
where available, needed for MySQL 5.7.9. Patch from berntm @ Oracle.
https://github.com/perl5-dbi/DBD-mysql/pull/42
* Fix mysql_conn_attrs test when run against MySQL 5.1 server.
* Fix for memory leak to $sth->{ParamValues} , RT83051
https://rt.cpan.org/Public/Bug/Display.html?id=83051
* Fixes for running test suite on MySQL 5.7.
* Fix running test suite with InnoDB disabled, reported by bor.
-------------------------------------------------------------------
Thu Sep 3 13:15:15 UTC 2015 - bwiedemann@suse.com