MariaDB Connector/C 2.3.4 Release Notes
The most recent Stable (GA) release of MariaDB Connector/C is:
MariaDB Connector/C 3.4.3
Download Release Notes Changelog About MariaDB Connector/C
Release date: 4 Dec 2017
This is a Stable (GA) release of the MariaDB Connector/C, formerly known as MariaDB Client Library for C.
For a description of this library see the MariaDB Connector/C page.
Notable Bug Fixes
- CONC-282: Connector/C now provides additional information on the package version:
mariadb_config --cc_version
lists the package version. BesidesMARIADB_PACKAGE_VERSION
, the numeric representationMARIADB_PACKAGE_VERSION_ID
can now be used within preprocessor directives. - CONC-281:
mysql_stmt_fetch_column
doesn't work with prior call tomysql_stmt_store_result
- OpenSSL fixes:
- When negotiating TLS protocol during handshake, use server preferences instead of client preferences. This will allow using TLSv12 (OpenSSL server) and/or TLSv1.1 (Yassl server).
- Don't check server ca unless verification flag was set. This will allow Connector/C to establish a tls/ssl connection without certificates.
For a list of changes made in this release, with links to detailed information on each push, see the changelog.
Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.
MariaDB may already be included in your favorite OS distribution. More
information can be found on the
Distributions which Include MariaDB
page.