MariaDB 10.0.20 was recently released, and is available for download here:
https://downloads.mariadb.org/mariadb/10.0.20/
This is the eleventh GA release of MariaDB 10.0, and 21st overall release of MariaDB 10.0.
There were no major functionality changes, but there was one security fix, 6 crashing bugs fixed, some general upstream fixes, and quite a few bug fixes, so let me cover the highlights:
- Security Fix: Client command line option –ssl-verify-server-cert (and MYSQL_OPT_SSL_VERIFY_SERVER_CERT option of the client API) when used together with –ssl will ensure that the established connection is SSL-encrypted and the MariaDB server has a valid certificate. This fixes CVE-2015-3152.
- Crashing …