https://blog.mariadb.org/mariadb-10-0-22-now-available/
Already in CustomBuild
XtraDB updated to XtraDB-5.6.26-74.0
Innodb updated to InnoDB-5.6.27
Performance Schema updated to 5.6.27
Slave started with --binlog-format=STATEMENT can replicate from master with any type of --binlog-format.
Replication from MySQL 5.6 with GTID, binlog_rows_query_log_events and ignorable events now works. In this case MariaDB will remove the MySQL GTIDs and other unneeded events and instead adds its own GTIDs.
The mysql.event table is upgraded live; no need to restart the server to use events if the event table has changed (MariaDB 10.0.22 and MariaDB 10.1.9).
Setting the event_scheduler system variable will also try to reload the mysql.event table if it was not properly loaded at startup.
Slaves now apply any events they get from the master, regardless of the binary log format. The binlog_format system variable only applies to normal (not replicated) updates.
Fixes for the following security vulnerabilities:
CVE-2015-4802
CVE-2015-4807
CVE-2015-4815
CVE-2015-4826
CVE-2015-4830
CVE-2015-4836
CVE-2015-4858
CVE-2015-4861
CVE-2015-4870
CVE-2015-4913
CVE-2015-4792
Already in CustomBuild