Changelog for
perl-DBD-mysql-4.021-18.6.x86_64.rpm :
Tue Jan 3 13:00:00 2017 tchvatalAATTsuse.com
- Add patches to fix CVE-2016-1246 bsc#1002626 CVE-2016-1249 bsc#1010457
* perl-DBD-mysql-CVE-2016-1246.patch
* perl-DBD-mysql-CVE-2016-1249.patch
Wed Nov 30 13:00:00 2016 tchvatalAATTsuse.com
- Add patch to fix CVE-2016-1251 bsc#1012546 Fix use-after-free for repeated
fetchrow_arrayref calls when mysql_server_prepare=1
* perl-DBD-mysql-CVE-2016-1251.patch
Sat Apr 28 14:00:00 2012 pascal.bleserAATTopensuse.org
- update to 4.021:
* fix to enable PERL_NO_GET_CONTEXT to spee up DBD on thread Perls
* fix to is_prefix not being exported by mysql
* eliminate DBIS usage
* enhanced/fixed server side prepared statement checks
* fix missprint in doc of DBD::mysql of mysql_bind_type_guessing
* misprint in lib/DBD/mysql.pm
Mon Aug 29 14:00:00 2011 vcizekAATTsuse.com
- update to 4.020
* Numerous (!! Thank you!!) fixes for prepared statements
- 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
org>)
* Win32 and general installation fixes (Alexandr Ciornii, http://chorny.net)
Mon May 9 14:00:00 2011 pascal.bleserAATTopensuse.org
- update to 4.019:
* asynchronous support
* fix to change sv_undef to PL_sv_undef from 4.018
Fri Jan 7 13:00:00 2011 vcizekAATTnovell.com
- update to 4.018
- added bnc658792_pod_name_install.diff to fix BNC#658792
upstreamed as https://rt.cpan.org/Ticket/Display.html?id=64013
* Added client and server info patch from Robert M. Jansen
* Added documentation and tests for new features
* More code cleanup
Fri Dec 17 13:00:00 2010 jwAATTnovell.com
- added bnc658792_pod_name_install.diff to fix BNC#658792
upstreamed as https://rt.cpan.org/Ticket/Display.html?id=64013
- updated to 4.018
* Added client and server info patch from Robert M. Jansen
* Added documentation and tests for new features
* More code cleanup
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Aug 23 14:00:00 2010 anickaAATTsuse.cz
- update to 4.017
* BUG #60085, Andreas Koenig\'s patch for DBI changes
* Updated documents
Fri Jul 16 14:00:00 2010 chrisAATTcomputersalat.de
- update to 4.016
* Disabled mysql_bind_type_guessing due to one performance issue
querying on a indexed character column unquoted will mean the index
is not used
* Fixed int types that should be bools
- 2010-07-09 Patrick Galbraith (4.015)
* BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
* BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
* Added a new parameter for old behavior- mysql_bind_comment_placeholders which
will make it possible to have placeholders bound for those who really
want that behavior.
* Fixed bind_type_guessing - always on now
- recreated by cpanspec 1.78
Fri Apr 16 14:00:00 2010 chrisAATTcomputersalat.de
- update to 4.014
* BUG 30033 Fixed handling of comments to allow comments that
contain characters that might otherwise cause placeholder
detection to not work properly
* BUG 53844, Fix for memory leak in stats. (Gregory Burmistrov)
* BUG 49719, Fix for handling of NULLs in prepared statements
(Gert Pache)
* BUG 55627, Fix for testing failure due to strict mode (Yves)
* BUG 51784, Fix for mysqladmin on Windows in Makefile
(Zeeshan Muhammad)
* BUG 41630, Typo in Makefile
* Had to define true and false in dbdimp.h. Didn\'t work out of
the box on Linux
- cleanup spec
* recreated with cpanspec
* disabled old Provides/Obsoletes
mysqperl perl-Msql-Mysql-modules
* added eg to doc
- rpmlint
* file permission
o chmod a-x on several files
Fri Jan 15 13:00:00 2010 anickaAATTsuse.cz
- update to 4.013
* #49484: PATCH add support for MYSQL_INIT_COMMAND to
DBD::mysql - Thanks Peter John Edwards ?
* #48242: \'mysql_bind_type_guessing\' doesn\'t work correctly
with minus sign - Thanks Serguei Trouchelle!
* #45616: t/40blobs.t cannot pass without database access -
ServerError() not declared
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Aug 3 14:00:00 2009 anickaAATTsuse.cz
- update to 4.012
* Patch to bind_type_guessing from Craigslist,
Thanks to Chris! Happiness is no quoted numbers.
Fixed ChopBlanks to work with bind_type_guessing
* Patch for win32 strawberry build
Thanks to Curtis Jewell! Windows needs love
* Patch for auto-reconnect to set active flag
Thanks to Doug Fischer!
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
See https://rt.cpan.org/Ticket/Display.html?id=46308
Add connection flag mysql_no_autocommit_cmd which users of
MySQL Proxy can use to prevent \'set autocommit=#\' from being
issued by the driver. \'perldoc DBD::mysql\' to see how to use
this new flag
* Added bind-type-guessing options to Makefile.PL so the entire
test suite can be run with bind_type_guessing set.
Tue Apr 14 14:00:00 2009 anickaAATTsuse.cz
- update to 4.011
* Renamed unsafe_bind_type_guessing, fixed some of the logic.
* Fix issue of binding sever side integer parameters (server-side
prepare statements) resulting in corrupt data
* Updated documentation, cruft cleanup (as always)