- update to 4.020

* Numerous (!! Thank you!!) fixes for prepared statements: Masahiro Chiba <nihen at megabbs
dot com>
	- Chop blanks fixed
	- UTF8 improvements
	- fixed memory allocation for BLOBs
	- auto-reconnect
* Fix in leak test, which failed sometime due to first assignment $prev_size over
paging (Masahiro Chiba)
* Catalog test allows use of schemas other than 'test' (Masahiro Chiba)
* Documentation fix for auto_reconnect (Karen Etheridge <ether at cpan dot
org>)
* Win32 and general installation fixes (Alexandr Ciornii, http://chorny.net)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=26
This commit is contained in:
Vítězslav Čížek 2011-08-29 08:28:49 +00:00 committed by Git OBS Bridge
parent 7d7ffad3f4
commit 5c4d07a455
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c499602ac4cc686c61b766cade120f49b148a63818a06913da861ead7bdd84f8
size 137441

3
DBD-mysql-4.020.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7
size 137736

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Aug 29 08:25:03 UTC 2011 - vcizek@suse.com
- update to 4.020
* Numerous (!! Thank you!!) fixes for prepared statements: Masahiro Chiba <nihen at megabbs
dot com>
- Chop blanks fixed
- UTF8 improvements
- fixed memory allocation for BLOBs
- auto-reconnect
* Fix in leak test, which failed sometime due to first assignment $prev_size over
paging (Masahiro Chiba)
* Catalog test allows use of schemas other than 'test' (Masahiro Chiba)
* Documentation fix for auto_reconnect (Karen Etheridge <ether at cpan dot
org>)
* Win32 and general installation fixes (Alexandr Ciornii, http://chorny.net)
-------------------------------------------------------------------
Mon May 09 21:49:03 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -21,7 +21,7 @@
Name: perl-DBD-mysql
%define cpan_name DBD-mysql
Summary: MySQL driver for the Perl5 Database Interface (DBI)
Version: 4.019
Version: 4.020
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl