Changelog for
libmysqlcppconn7-8.0.15-84.1.i586.rpm :
* Sun Feb 17 2019 Mykola Krachkovsky
- Updated to version 8.0.15
* release notes: https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0.html- Introduced X API library - libmysqlcppconn8- Old JDBC-like API development files moved to jdbc subdirectory
* Mon Aug 27 2018 tchvatalAATTsuse.com- Depend on zlib-devel, previously was pulled in by openssl
* Mon Feb 05 2018 w01dnickAATTgmail.com- add mysql-connector-cpp-mariadb.patch to fix compatibility with MariaDB, not supported options removed
* Fri Nov 24 2017 kstreitovaAATTsuse.com- add mysql-connector-cpp-1.1.9-libmysql_dynamic_proxy_typos.patch to fix build by fixing copypaste errors in libmysql_dynamic_proxy.cpp file [bsc#1067883]- remove mariadb_api.patch that it\'s no longer needed because:
* our current client library already provides mysql_get_option()
* using MARIADB_BASE_VERSION is no longer working as intended as it\'s not defined in mariadb client library provided by mariadb-connector-c
* hunk for stmt_free_result() was moved to mysql-connector-cpp-1.1.9-libmysql_dynamic_proxy_typos.patch
* Tue Sep 05 2017 kstreitovaAATTsuse.com- Update to version 1.1.9:
* release notes: https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-9.html- Remove installing of ANNOUNCEMENT and CHANGES files that are no longer present- Add \"Requires: libboost_headers-devel\" for libmysqlcppconn-devel subpackage (\"Requires: boost-devel\" for the older distros that don\'t have libboost_headers-devel available yet) [bsc#838038]
* Wed May 31 2017 mpluskalAATTsuse.com- Update to version 1.1.8:
* See the news files on https://dev.mysql.com/doc/relnotes/connector-cpp/en/
* Thu Feb 02 2017 adam.majerAATTsuse.de- use individual libboost-
*-devel packages instead of boost-devel
* Wed Aug 12 2015 tchvatalAATTsuse.com- Version bump to 1.1.6:
* See the news files on https://dev.mysql.com/doc/relnotes/connector-cpp/en/- Update soname to libmyslqcppcon7- Remove needlessly long description- Drop unneeded/merged patches: mysql-connector-cpp-1.1.0-cmake-paths-fix.patch mysql-connector-cpp-1.1.0-gcc44.patch- Refresh patch: mysql-connector-cpp-1.1.0-disable_tests_and_examples.patch- Add patch to build with mariadb: mariadb_api.patch
* Fri Aug 29 2014 tchvatalAATTsuse.com- Use cmake macros for building properly.
* Sat Jul 26 2014 cobexerAATTgmail.com- disable gcov coverage recording Gcov is a development tool, it slows down execution and creates coverage data that is not useful to users of this library.