Merge pull request #600 from hunner/release_3.0.0

Release 3.0.0
This commit is contained in:
Morgan Haskel 2014-11-10 16:23:59 -08:00
commit 810ceb1815

View file

@ -1,3 +1,27 @@
##2014-11-11 - Supported Release 3.0.0
###Summary
Added several new features including MariaDB support and future parser
####Backwards-incompatible Changes
* Remove the deprecated `database`, `database_user`, and `database_grant` resources. The correct resources to use are `mysql`, `mysql_user`, and `mysql_grant` respectively.
####Features
* Add MariaDB Support
* The mysqltuner perl script has been updated to 1.3.0 based on work at http://github.com/major/MySQLTuner-perl
* Add future parse support, fixed issues with undef to empty string
* Pass the backup credentials to 'SHOW DATABASES'
* Ability to specify the Includedir for `mysql::server`
* `mysql::db` now has an import\_timeout feature that defaults to 300
* The `mysql` class has been removed
* `mysql::server` now takes an `override_options` hash that will affect the installation
* Ability to install both dev and client dev
####BugFix
* `mysql::server::backup` now passes `ensure` param to the nested `mysql_grant`
* `mysql::server::service` now properly requires the presence of the `log_error` file
* `mysql::config` now occurs before `mysql::server::install_db` correctly
##2014-07-15 - Supported Release 2.3.1
###Summary