- 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:
parent
7d7ffad3f4
commit
5c4d07a455
@ -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
3
DBD-mysql-4.020.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7
|
||||||
|
size 137736
|
@ -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
|
Mon May 09 21:49:03 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: perl-DBD-mysql
|
Name: perl-DBD-mysql
|
||||||
%define cpan_name DBD-mysql
|
%define cpan_name DBD-mysql
|
||||||
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
Summary: MySQL driver for the Perl5 Database Interface (DBI)
|
||||||
Version: 4.019
|
Version: 4.020
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Loading…
Reference in New Issue
Block a user